/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Martin Gleiß * @copyright 2012 - 2015 * @license GPL [http://www.gnu.de] * ----------------------------------------------------------------------------- */ {% extends "widget_weather.html" %} {% block example %}
Examples
If no location is given, the default location from config ({{ config_weather_location }}) is being used.
{{ weather.forecastweek('weather1') }}
{{ weather.forecastweek('weather1') }}
{{ weather.forecastweek('weather2', 'lat=45&lon=7') }}
{{ weather.forecastweek('weather2', 'lat=45&lon=7') }}
{% endblock %}