daily-briefing/server/routers
Sam 2f56be835e Add: München als 3. Wetter-Location + Wetter-Detail-Modal
- München als tertiärer Standort (iris-Akzent) hinzugefügt
- Klick auf WeatherCard öffnet Detail-Modal mit:
  - 24h stündliche Prognose (horizontal scrollbar)
  - 7-Tage-Vorhersage mit Temperaturbalken
  - Wind, Feuchte, Sonnenauf/-untergang
- Backend: 7-Tage statt 3-Tage Forecast, 24 Hourly-Slots pro Standort
- Backend: forecast_3day → forecast Feldname-Konsistenz
- Dashboard: 3-Spalten Wetter-Grid statt 4 (HourlyForecast → Modal)
- Admin: Tertiärer Standort konfigurierbar
- THERMAL Design: iris glow, modal animation, Portal-basiertes Modal

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 01:13:49 +01:00
..
__init__.py refactor: complete rewrite as React+FastAPI dashboard 2026-03-02 01:48:51 +01:00
admin.py feat: add Admin Panel with JWT auth, DB settings, and integration management 2026-03-02 10:37:30 +01:00
auth.py feat: add Admin Panel with JWT auth, DB settings, and integration management 2026-03-02 10:37:30 +01:00
dashboard.py fix: reduce WebSocket refresh interval to 10s for live MQTT data 2026-03-02 23:58:14 +01:00
homeassistant.py MQTT-based live CPU/RAM metrics + remove auth from HA control 2026-03-02 22:41:16 +01:00
mqtt.py feat: add MQTT integration for real-time entity updates 2026-03-02 10:13:50 +01:00
news.py Weather: Replace wttr.in with Open-Meteo + structured logging 2026-03-02 17:45:23 +01:00
servers.py refactor: replace GraphQL/REST with MQTT-only for Unraid server data 2026-03-02 23:25:57 +01:00
setup.py feat: Setup Wizard for first-run configuration 2026-03-02 16:06:10 +01:00
tasks.py feat: interactive Vikunja tasks — checkbox toggles done, click opens task 2026-03-02 23:43:01 +01:00
weather.py Add: München als 3. Wetter-Location + Wetter-Detail-Modal 2026-03-03 01:13:49 +01:00