Analog clocks
Module which can display multiple animated SVG clocks for different timezones to keep you updated which time you have to mind when calling your colleques or parents.
Design
Analog clocks module screenshotThe module just displays one clock for each configured timezone. The hands will advance for each new minute.
Requirements
DateTime extension
Configuration
A sample analog clock configuration may look like:
<module type="watch" id="watch" name="Uhrzeit">
<watches>
<timezone>Europe/Berlin</timezone>
<timezone>Europe/Oslo</timezone>
<timezone>America/Vancouver</timezone>
</watches>
</module>Beside the name you may define a limited number of common timezone strings may be provided. For each one a clock will be rendered.
Author
Comments
Fields with bold names are mandatory.