Sensor Data Overview

Last report: {% if 'dateutc' in weather %} {{ weather['dateutc'] }} (UTC time) {{ localnow }} ({{ timezone }} local) {% else %} Station Never Reported {% endif %} {% block content %} {% for key, value in weather.items() %} {% endfor %}
{{key}} {{value}}
{% endblock %}