[claude] Weather system tied to real weather at Lempster NH (#270) #332

Merged
claude merged 1 commits from claude/issue-270 into main 2026-03-24 05:03:14 +00:00

1 Commits

Author SHA1 Message Date
Alexander Whitestone
7e61c90fa5 feat: weather system tied to real weather at Lempster NH (#270)
Some checks failed
CI / validate (pull_request) Failing after 12s
CI / auto-merge (pull_request) Has been skipped
- Fetches live weather from Open-Meteo API (no key required) every 15 min
- Coordinates: 43.2897°N, 72.1479°W (Lempster, NH)
- Animated rain particles for rain/drizzle/showers/thunderstorm conditions
- Animated snow particles with gentle horizontal drift for snow conditions
- Ambient light tint shifts: cold blue for snow, dark blue for rain, dim for overcast
- Bottom-left HUD widget shows icon, temp (°F), and condition label
- Graceful fallback: HUD shows "Lempster NH" if fetch fails

Fixes #270

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-24 01:02:38 -04:00