6 Commits

Author SHA1 Message Date
522364dd84 Unit conversions
Some checks failed
Build / build (push) Failing after 34s
2025-05-29 15:24:52 +02:00
timklge
188863727f
Use colorized weather icons from Google Noto color emoji font (#135) 2025-05-14 11:19:46 +02:00
timklge
96bee1b55c
Add moon icon to represent clear sky at night (#123) 2025-05-05 21:26:55 +02:00
timklge
efaa8efc2c
Use interpolated forecast data to update current weather data, refactor weather provider code (#83)
* Use interpolated forecast data to update current weather data, refactor weather provider code

* Fix interpolation between locations

* Fix copypaste error message for open meteo http

* Fix error display

* Show interpolated time

* Fix position forecasts after refactoring

* fix #84: Add lerpAngle

* fix #85: Fix weather widget shows wind direction rotated by 180 degrees

* Make red background color slightly lighter to improve contrast
2025-04-07 21:47:37 +02:00
timklge
7c28251b02
Enlarge font in single date weather display (#55)
* Shorter date format

* Enlarge font size in single date weather widget and make clickable

* Fix off by one in route forecast

* Fix indentation lint
2025-03-02 23:56:34 +01:00
timklge
ee206a11c9
Add weather view to main menu (#54)
* Add initial weather widget to main menu

* Always forecast position with calculated distance

* Fix manifest

* Replace exit button with back button
2025-03-02 15:18:07 +01:00