NOAA Coastal Marine Forcast data

using older but handy products with new mwx
This commit is contained in:
SpudGunMan
2025-07-30 08:34:20 -07:00
parent 14798cb992
commit e1b47484f2
7 changed files with 88 additions and 5 deletions
+4
View File
@@ -251,6 +251,10 @@ try:
n2yoAPIKey = config['location'].get('n2yoAPIKey', '') # default empty
satListConfig = config['location'].get('satList', '25544').split(',') # default 25544 ISS
riverListDefault = config['location'].get('riverList', '').split(',') # default 12061500 Skagit River
pzzEnabled = config['location'].getboolean('pzzEnabled', False) # default False
pzzZoneID = config['location'].getint('pzzZoneID', 100) # default 100, PZZ132 for Seattle area
pzzForecastDays = config['location'].getint('pzzForecastDays', 3) # default 3 days
# location alerts
emergencyAlertBrodcastEnabled = config['location'].getboolean('eAlertBroadcastEnabled', False) # default False
wxAlertBroadcastEnabled = config['location'].getboolean('wxAlertBroadcastEnabled', False) # default False