AsteroidOS / unofficial-watchfaces

Database of community-made watchfaces for AsteroidOS.
51 stars 32 forks source link

[analog-weather-glow] Fix check for no weather data #125

Closed beroset closed 1 year ago

beroset commented 1 year ago

This resolves https://github.com/AsteroidOS/unofficial-watchfaces/issues/124 by checking for 0K instead of trying to convert before checking. Now days for which there is no weather data clearly show "No Weather Data" instead of showing -459F regardless of whether the user has chosen C or F for their preferred temperature units.

beroset commented 1 year ago

Perfect, thank you! Will you go about and apply the same fix in stock analog-weather-satellite in asteroid-launcher or shall i do it?

Done: https://github.com/AsteroidOS/asteroid-launcher/pull/166