/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Onkel Andy * @copyright 2020 * @license GPL [http://www.gnu.de] * ----------------------------------------------------------------------------- */ {% extends "quad_root.html" %} {% block quad_top %}
{{ plot.period('', ['temp1', 'temp2'], 'max', '24h', 'now', 0, 120, '1000', ['Osten', 'Süden'], ['#ffa', '#3f3'], ['stair', 'stair'], ['Uhrzeit', 'Höhe'],'30s') }}
{{ plot.period('', ['wind1', 'wind2'], 'max', '24h', 'now', 0, 120, '1000', ['Norden', 'Gesamt'], ['#ffa', '#3f3'], ['stair', 'stair'], ['Uhrzeit', 'Höhe'],'30s') }}
{% endblock %} {% block quad_bottom %} {% endblock %} {% block content %} /**KACHELN*/ /**WETTER*/
{{ weather.current('weather_today') }} {{ weather.forecastweek('weather_forecast') }}
{% endblock %}