/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Martin Gleiß, Wolfram v. Hülsen * @copyright 2012 - 2024 * @license GPL [http://www.gnu.de] * @version 1.2 * * @title Tagesschau Wetter * @category weather * @icon icons/ws/weather_sun.svg * @color #2f5bc4 * @description Wetterprognosen und -karten von Tagesschau.de * * @info Mehr Info auf * @link http://www.tagesschau.de * ----------------------------------------------------------------------------- */ {% extends "apps.html" %} {% block sidebar %}

Externe Links:


{% endblock %} {% block content %}

Externe Links:


Wetter D Radar Warn Wetter EU

Wettervorhersage

{{ weather.map ('day1', 'Day', 'day') }} {{ weather.map ('day2', 'Night', 'night') }} {{ weather.map ('day3', 'Clouds', 'clouds') }} {{ weather.map ('day4', 'Wind', 'wind') }} {{ weather.map ('day5', 'Forecast', 'forecast') }} {{ weather.map ('day6', 'Europe', 'europe') }}
© https://www.tagesschau.de/wetter
{% endblock %}