What problem does it solve? Keeping a household kiosk dashboard's weather card current requires manually fetching forecast data, formatting it as HTML, and delivering it to the display endpoint on a daily schedule. ## Core Features & Use Cases - NWS Forecast Retrieval: Resolves the gridpoint from configured latitude/longitude and reads hourly and daily forecasts from api.weather.gov with no API key required. - Self-Contained HTML Tile: Composes a weather card showing current temperature, condition, location, and forecast high/low, with HTML-escaping of all feed-derived strings. - Kiosk Delivery: Posts the tile as card 3 with type "weather" via a helper script that reads the endpoint and token from environment variables, with a dry-run preview mode and Latch fallback delivery. - Use Case: A daily 06:00 cron run fetches the forecast for Mountain View and updates the family kiosk's weather card so the morning glance shows today's high and tonight's low. ## Quick Start Ask the agent to run the weather card update for the configured location and confirm the kiosk received card 3.