Weather Widget
Shows current conditions: temperature, feels-like, humidity, description, and sunrise/sunset times. Refreshes every 10 minutes.
Requirements
A free OpenWeatherMap API key.
Getting an API key
- Create a free account at openweathermap.org
- Go to My Profile → API keys
- Copy the default key or generate a new one
Note: New keys can take up to 10 minutes to activate.
Configuration
| Key | Type | Example | Description |
|---|---|---|---|
apiKey | string | abc123... | OpenWeatherMap API key |
location | string | London,GB | City name + ISO country code |
The temperature unit (C / F) is a global preference in Settings → Preferences.
Location format
Use City,CountryCode format:
London,GB
New York,US
Tokyo,JP
Sydney,AUTroubleshooting
Widget shows an error
- Verify the API key is correct and activated
- Check the location format matches
City,CountryCode - Free tier has rate limits — wait a few minutes between config changes
Temperature unit is wrong
- Change it in Settings → Preferences → Temperature Unit, not in the widget config