Commit Graph
3 Commits
Author SHA1 Message Date
Avery Sterk 40336b570f WeatherSpec: compute night correctly when sunrise and sunset are on different UTC dates 2026-04-20 09:01:20 -05:00
Avery SterkandAvery Sterk c13d5fcadb WeatherSpec: determine whether it's night
This also resolves several TODO comments in code that that previously
hard-coded it to never be night, primarily in Pebble code because
that's what I have for testing.

In WeatherMapper, map the day and night icon variants for all condition codes,
even if the reference doesn't show a difference between the two icons.
Map condition 511 "freezing rain" to use icon 13 "snow" instead of icon 09
"shower rain" to match the API reference documentation.
2026-02-05 04:08:24 +01:00
Avery SterkandJosé Rebelo e47d1c82b8 Pebble: add weather support in Tears of the Kingdom watchface
Watchface uses Fahrenheit and its own enumerated weather icons
Watchface source: https://github.com/HarrisonAllen/totk-watchface

Supports icons for night added in v2.1.0
2026-01-08 19:21:42 +01:00