{% if hourly or weatherData %} {% if weatherData %} {% set hourly = weatherData.hours %} {% endif %} {% set numSteps = hourly | calcNumEntries %} {% set currentStep = 0 %}
{{ hour.date | formatTime }} | {{ hour.temperature | roundValue | unit("temperature") }} | {% if config.showPrecipitationAmount %}{{ hour.precipitation | unit("precip") }} | {% endif %}