/** * ----------------------------------------------------------------------------- * @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.forecast('weather1') }}
{{ weather.forecast('weather1') }}
Forecast for today
{{ weather.forecast('weather2', 'lat=45&lon=7', 0) }}
{{ weather.forecast('weather2', 'lat=45&lon=7', 0) }}
{% endblock %}