/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Martin Gleiß * @copyright 2012 - 2015 * @license GPL [http://www.gnu.de] * ----------------------------------------------------------------------------- */ {% extends "widget_clock.html" %} {% block example %}
Examples
{{ clock.digiclock('clock1') }}
{{ 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') }}

{{ clock.digiclock('clock2', 'lat=45&lon=7') }}
{% endblock %}