Weather-Widgets

weather.current weather.forecast weather.forecastweek weather.map weather.mapslides


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', 'Germany/Bayern/Würzburg', 0) }}

based on jDigiClock by Radoslav Dimov - http://www.radoslavdimov.com

Widgets

Design

Misc