/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Martin Gleiß * @copyright 2012 * @license GPL [http://www.gnu.de] * ----------------------------------------------------------------------------- */ {% extends "widget.html" %} {% import "weather.html" as weather %} {% block headline %}

Weather-Widgets

{% endblock %} {% block intro %} The weather-widgets get their information from a weather-service. Each services works a little bit different especially the 'location' format.

yr.no
The location format must be 'Tyskland/Bayern/Würzburg'. Go to the webpage to get your location from the url.

wunderground.com
You need a key for that service. Go to the webpage to generate your own key


Choose your service and enter your location and key at the configuration. {% endblock %}