Fixed
- Weather widget: forecast min/max temperatures are now aggregated across all 3-hour intervals of each day instead of reading
temp_min/temp_maxfrom a single snapshot — the OWM free-tier/forecastendpoint reports near-identical values per 3h window, so min and max were always the same; icon and description still use the noon entry (12:00, fallback 15:00)
Thanks to @bfbones for the contribution!