Hello,
I’m sorry about the confusion and thank you for reporting this.
There are actually two possible reasons for the mismatch:
-
Lock Screen widget vs. Home Screen widget
This difference can be caused by mixing a Premium and non-Premium instance. Please make sure both widgets are premium instance.
We’re planning to merge this into a single instance in the future to prevent this kind of inconsistency. -
Widget vs. App icon differences
The difference between the Home Screen widget and the app itself is caused by how the weather icon is computed on the frontend. The app and widgets currently use slightly different implementations (for technical reasons).
More specifically:
The Premium 1-hour forecast cannot directly display rain/snow intensity using drop/snow icons in the widget, because the icons would be too small. Instead, precipitation is accumulated into 3-hour segments. An icon is then shown only if the accumulated precipitation exceeds certain thresholds.
The mismatch you’re seeing is most likely related to these thresholds and rounding of accumulated precipitation values.
I will review the current implementation and try to align it more closely with the app’s behavior.
Thanks again for pointing this out.