Data source
Weather provider
NWS is US-only; falls back to Open-Meteo if unavailable.
Auto-refresh
Refresh interval
Automatically fetch updated weather on a schedule. Turn off to refresh only when you open the app.
Units
Measurement system
Weather Alerts
Enable Alerts
Notify on each alert type
Turn off a type to fully suppress that alert (banner and notification).
{#if localSettings.alertsEnabled}
Rain threshold
Wind gust threshold
UV Index threshold
High temp alert
Low temp alert
{#each ['storm', 'precip', 'heat', 'cold', 'uv', 'wind'] as key}
{TYPE_LABELS[key]}
{/each}
{/if}
Data