/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Martin Gleiß * @copyright 2012 * @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 tomorrow
{{ weather.forecast('weather2', 'Germany/Berlin/Berlin', 1) }}
{{ weather.forecast('weather2', 'Germany/Berlin/Berlin', 1) }}
{% endblock %}