Skip to content

OpenWeatherMap

Current weather data from OpenWeatherMap API.

Configuration

FieldTypeRequiredDescription
API KeyPasswordYesOpenWeatherMap API key
LatitudeNumberYesLatitude coordinate (e.g., 52.52)
LongitudeNumberYesLongitude coordinate (e.g., 13.41)
UnitsSelectNoTemperature units: Metric (°C), Imperial (°F), or Kelvin (K)

Finding Your API Key

  1. Sign up at OpenWeatherMap
  2. Go to your account dashboard
  3. Copy your API key
  4. Note: Free tier allows 1,000 calls per day

Finding Coordinates

  1. Use Google Maps or similar service
  2. Right-click on your location
  3. 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.

Released under the MIT License.