{% if wData %} {% set numSteps = wData.days | calcNumEntries %} {% set currentStep = 0 %} {% set days = wData.days.slice(0, numSteps) %} {% for day in days %} {% if config.showPrecipitationAmount %} {% endif %} {% set currentStep = currentStep + 1 %} {% endfor %}
{{ day.date.format('ddd') }} {{ day.maxTemperature | roundValue | unit("temperature") }} {{ day.minTemperature | roundValue | unit("temperature") }} {{ day.precipitation | unit("precip") }}
{% else %}
{{ "LOADING" | translate | safe }}
{% endif %}