1
0

More stability & defaults

This commit is contained in:
2025-11-09 11:19:04 -05:00
parent 18874dac78
commit 3a2a9e12e3
8 changed files with 873 additions and 776 deletions

View File

@@ -130,11 +130,12 @@ ffmpeg -i "http://localhost:3000/stream?url=http://example.com" \
- `showRadar`: Weather radar
- `showAQI`: Air Quality Index
- `showAlmanac`: Weather almanac (historical data, records)
- **Specialized sections** (default: false):
- `showLatestObservations`: Real-time data from nearby stations
- `showRegionalForecast`: Regional forecast for surrounding areas
- **Specialized sections** (default: false):
- `showTravel`: Travel forecast for major destinations
- `showMarineForecast`: Marine/coastal forecast
- **Note**: Sections disabled by default (`showLatestObservations`, `showRegionalForecast`, `showTravel`, `showMarineForecast`) may display incorrect or incomplete information for locations outside the United States, as they rely on NOAA data sources.
## How It Works