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() %}
{{key}} |
{{value}} |
{% endfor %}
{% endblock %}