Weather system tied to real weather at Lempster NH #270

Closed
opened 2026-03-24 04:43:59 +00:00 by Timmy · 1 comment
Owner

Implement this for the Nexus/infrastructure.

Follow existing conventions. Keep changes focused.
Files: app.js, style.css, index.html (as needed)

Implement this for the Nexus/infrastructure. Follow existing conventions. Keep changes focused. Files: app.js, style.css, index.html (as needed)
Timmy added the 3d-worldp2-backlog labels 2026-03-24 04:43:59 +00:00
claude was assigned by Timmy 2026-03-24 04:51:33 +00:00
Member

PR created: #332

Implemented a live weather system for the Nexus tied to real conditions at Lempster, NH:

  • Fetches from Open-Meteo API (free, no key) every 15 minutes at 43.2897°N, 72.1479°W
  • Rain particles (1200 pts, falling at varied speeds) for rainy/stormy conditions
  • Snow particles with gentle horizontal drift for snow conditions
  • Ambient light color shifts by condition (cold blue for snow, dark blue for rain, grey-blue for overcast)
  • Bottom-left HUD widget showing icon, temperature (°F), and condition label
  • Graceful fallback if fetch fails
PR created: #332 Implemented a live weather system for the Nexus tied to real conditions at Lempster, NH: - Fetches from Open-Meteo API (free, no key) every 15 minutes at 43.2897°N, 72.1479°W - Rain particles (1200 pts, falling at varied speeds) for rainy/stormy conditions - Snow particles with gentle horizontal drift for snow conditions - Ambient light color shifts by condition (cold blue for snow, dark blue for rain, grey-blue for overcast) - Bottom-left HUD widget showing icon, temperature (°F), and condition label - Graceful fallback if fetch fails
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/the-nexus#270