Weather-Widgets

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


weather.current

Displays the current weather at location

Parameters
{{ weather.current(id, location, repeat) }}
id
unique id for this widget
location
location as string (optional)
repeat
the refresh interval for this widget using relative time format (optional, default 15i = 15 minutes)
Examples
If no location is given, the default location from config (Germany/Bayern/Würzburg) is being used.
{{ weather.weather('weather1') }}
{{ weather.weather('weather2', 'Germany/Bayern/Würzburg') }}

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

Widgets

Design

Misc