Auch verfügbar in:
🇩🇪 Deutsch
Weather (Open-Meteo)
Inhalt
Current weather + 5-day forecast. Data source is Open-Meteo — no 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— togglelatitude/longitude— e.g. Berlin:52.52/13.405locationName— display name (e.g. "Berlin")unit—celsiusorfahrenheitrefreshIntervalMin— 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¤t=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