/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Wolfram v. Hülsen * @copyright 2021 * @license GPL [http://www.gnu.de] * * displays digital clock, weather and - if configured - calendar and phonelist * to be used in index.html, systempage.html and infopage.html * ----------------------------------------------------------------------------- */ {{ clock.digiclock('clock') }}
{{ clock.miniclock('', 'l, ' ~ lang('format','date') ) }}
{{ basic.print('sonnenaufgang', '15/1/50/10.xxx') }} {{ basic.print('sonnenuntergang', '15/1/51/10.xxx') }}     {{ basic.print('mondaufgang', '15/1/52/10.xxx') }} {{ basic.print('monduntergang', '15/1/53/10.xxx') }}

{{ weather.current('weather') }}
{{ weather.forecastweek('weather_forecast') }}
{% if config_calendar_service != "service_disabled" %} {{ phone.list('phonelist', 'Telefonliste', 5) }}
{% endif %} {% if config_phone_service != "service_disabled" %} {{ calendar.list('calendarlist', 'Kalender', 5) }} {% endif %}