{% if wData %} {% set numSteps = wData.hours | calcNumEntries %} {% set currentStep = 0 %} {% set hours = wData.hours.slice(0, numSteps) %} {% for hour in hours %} {% if config.showPrecipitationAmount %} {% endif %} {% set currentStep = currentStep + 1 %} {% endfor %}
{{ hour.date | formatTimeMoment }} {{ hour.temperature | roundValue | unit("temperature") }} {{ hour.precipitation | unit("precip") }}
{% else %}
{{ "LOADING" | translate | safe }}
{% endif %}