Time/Clock-Widgets

clock.digiclock clock.iconclock clock.miniclock clock.countdown


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)
*
* stopitem will be set to "true" when new page is loaded in order to stop the clock from loading digits till eternity ;)
* data-item="" is needed to trigger the update method on page refresh
Examples
{{ clock.digiclock('clock1') }}
Clock and weather combination
{{ clock.digiclock('clock2', 'Germany/Bayern/Würzburg') }}



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

Widgets

Design

Misc