Auch verfügbar in: 🇩🇪 Deutsch

Weather (Open-Meteo)

Inhalt

🇩🇪 Deutsch

Current weather + 5-day forecast. Data source is Open-Meteono API key required.

What the integration can do

  • Current temperature + cloud cover + wind
  • 5-day forecast with min/max
  • Weather icons (sunny, cloudy, rain, snow, …)

Prerequisites

  • Internet access from the Mesh container to api.open-meteo.com
  • Geo-coordinates of your location

Setup in Mesh

Admin → Integrations → Weather:

  • enabled — toggle
  • latitude / longitude — e.g. Berlin: 52.52 / 13.405
  • locationName — display name (e.g. "Berlin")
  • unitcelsius or fahrenheit
  • refreshIntervalMin — default 15

Using the widget

Admin → Content → Widgets → "Weather".

Finding coordinates

  • latlong.net — type in your location
  • Or Google Maps → right-click on the point → first line is the coordinates

Troubleshooting

  • "No data" → Open-Meteo occasionally blocks requests from certain regions. Test: curl 'https://api.open-meteo.com/v1/forecast?latitude=52.52&longitude=13.41&current=temperature_2m'
  • Wrong location → latitude/longitude swapped. Lat is Y (north-south), Long is X (east-west). Germany is around Lat ~50, Long ~10
  • Icons missing → Lucide icons are rendered locally. If icons are missing: check browser console errors