Appearance
Studio Weather Panel — Spec
Design reference
Source: hinata-inbox/done/Screenshot 2026-06-07 at 23.02.36.png (iOS weather widget, London)
Layout
Three zones:
| Zone | Content |
|---|---|
| Top-left | City name · current temperature (large) |
| Bottom-left | Precipitation label · umbrella icon · next-period rain % |
| Right column | 5-day forecast rows: day · weather icon · rain % · low temp · high temp |
Theme: dark card, navy/slate background.
Components
| Component | Description |
|---|---|
| Line graph | Temperature trend over time |
| Forecast strip | 5-day rows (day, icon, rain%, lo, hi) |
| Display toggle | Cycles between: graph view · forecast view · combined |
Data
| Source | Detail |
|---|---|
| Primary | /api/weather/* → http://hinata-z2:8082 (weather-api.py, Z2 systemd) |
| Fallback | weather-snapshot.json |
| Schema | weather in Z2 postgres |
Ownership
| Role | Owner |
|---|---|
| Data feed + Z2 service | Dragonite |
| Studio component | Trunks |
Status
backlog — weather-api running on Z2, Studio proxy wired.