You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

71 lines
2.2 KiB

location:
source: fixed # Valid values: 'fixed', 'gpsd', 'auto'
latitude: 0.0000
longitude: 0.0000
# city: "Your City"
timezone: "America/New_York"
# provider: US # Optional: force US or CA
station:
# Station ID for announcements
callsign: "MYCALL"
hourly_report:
enabled: true
minute: 0 # Run at this minute past the hour (0-59)
content:
time: true # Time check
time_error: true # System clock offset check
conditions: true # Current Conditions
forecast: true # Forecast
forecast_verbose: false # true = Full forecast, false = Quick forecast
astro: true # Sunrise/Sunset/Moon
solar_flux: true # Solar Flux Index (SFI)
status: true # System Status
code_source: true # Credits
voice:
# Example utilizing pico2wave (sudo apt install libttspico-utils)
tts_command: 'pico2wave -w {file} "{text}"'
nodes:
- "1000"
- "2000"
alerts:
check_interval_minutes: 10
# Active Check Interval (when Severe Alerts are present)
active_check_interval_minutes: 1
# Minimum Severity to Report. Options:
# - "Advisory", "Watch", "Warning", "Critical"
min_severity: "Watch"
# Attention Signal (2-second alternating tone) before Warnings/Critical alerts
alert_tone:
enabled: true
min_severity: "Warning"
# Optional: List of NWS Zones/Counties to monitor in addition to current location
# extra_zones:
# - "VAC001"
# ==========================================
# CANADA SETTINGS
# ==========================================
# Enable separate scraping of the NAAD System for Civil/Non-Weather events
enable_alert_ready: true
# --- Environment Canada Event Filters (See full list in defaults) ---
ca_events:
- "Tornado Warning"
- "Severe Thunderstorm Warning"
# ... (Add monitored events here)
# ==========================================
# UNITED STATES SETTINGS
# ==========================================
# Filter specific US event types (Case Insensitive Partial Match)
us_events:
- "Tornado Warning"
- "Severe Thunderstorm Warning"
# ... (Add monitored events here)

Powered by TurnKey Linux.