weather.forecast
Displays the forecast weather of one day at location
Parameters
{{ weather.forecast(id, location, day, repeat) }}
id
unique id for this widget
location
location as string (optional)
day
offset: 0 for today, 1 for tomorrow (default), 2 the day after tomorrow, ... (optional, default 1)
repeat
the refresh interval for this widget using relative time format (optional, default 3h)
Examples
If no location is given, the default location from config (
Germany/Bayern/Würzburg) is being used.
{{ weather.forecast('weather1') }}
Forecast for today
{{ weather.forecast('weather2', 'lat=45&lon=7', 0) }}