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: 1 for tomorrow (default), 2 the day after tomorrow ..., (optional)
repeat
the refresh interval for this widget (using relative time format), default 3h
Examples
If no location is given, the default location from config (
Germany/Berlin/Berlin) is being used.
{{ weather.forecast('weather1') }}
Forecast for tomorrow
{{ weather.forecast('weather2', 'Germany/Bayern/Würzburg', 1) }}