clock.digiclock
Displays a digital clock
Parameters
{{ clock.digiclock(id, location, repeat) }}
id
unique id for this widget
location
location for weather data (optional, no weather shown if omitted)
repeat
the refresh interval for weather data (using relative time format), default 15i (15 minutes)
Examples
{{ clock.digiclock('clock1') }}
Clock and weather combination:
(see weather widgets docu page for location formats of the supported weather services)
{{ clock.digiclock('clock2', 'your location') }}
Author: Martin Gleiß and others
based on jDigiClock by Radoslav Dimov