OpenWeatherMap
Current weather data from OpenWeatherMap API.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
| API Key | Password | Yes | OpenWeatherMap API key |
| Latitude | Number | Yes | Latitude coordinate (e.g., 52.52) |
| Longitude | Number | Yes | Longitude coordinate (e.g., 13.41) |
| Units | Select | No | Temperature units: Metric (°C), Imperial (°F), or Kelvin (K) |
Finding Your API Key
- Sign up at OpenWeatherMap
- Go to your account dashboard
- Copy your API key
- Note: Free tier allows 1,000 calls per day
Finding Coordinates
- Use Google Maps or similar service
- Right-click on your location
- Copy the latitude and longitude values
Widget Displays
- Current temperature
- Feels-like temperature
- Weather condition icon
- Weather description
- Humidity percentage
- Atmospheric pressure (hPa)
- Wind speed
- Cloudiness percentage
Notes
Fetches current weather data from OpenWeatherMap's free API. The widget displays comprehensive weather information with intuitive icons and statistics. Default polling interval is 60 seconds to stay within API rate limits.