Files
WEATHER/fetcher/config.json
T
2026-06-25 23:17:45 +00:00

37 lines
808 B
JSON

{
"location": {
"name": "Venus, TX",
"lat": 32.4330,
"lon": -97.1010,
"timezone": "America/Chicago"
},
"output_dir": "/var/www/WEATHER/public_html/data",
"days": 7,
"units": "imperial",
"user_agent": "WeatherConsensus/1.0 (https://weather.thedarkelite.com, info@thedarkelite.com)",
"nominatim_email": "info@thedarkelite.com",
"providers": {
"open_meteo": {
"enabled": true,
"base_url": "https://api.open-meteo.com/v1/forecast"
},
"nws": {
"enabled": true,
"base_url": "https://api.weather.gov"
},
"metno": {
"enabled": true,
"base_url": "https://api.met.no/weatherapi/locationforecast/2.0/compact"
},
"seventimer": {
"enabled": true,
"base_url": "http://www.7timer.info/bin/api.pl"
}
}
}