Settings
Remove
{% if weather %}

Weather in {{ weather.current.cityname }}

{% if compact_view %} {% if weather.forecast.0 %} {% endif %} {% if weather.forecast.1 %} {% endif %} {% else %} {% endif %}
Current {{ weather.current.type }} {{ weather.current.temperature|weather_temp }} {{ weather.current.wind.speed|weather_speed }}
Today {{ weather.forecast.0.day.type }} {{ weather.forecast.0.high|weather_temp }} {{ weather.forecast.0.low|weather_temp }}
Tomorrow {{ weather.forecast.1.day.type }} {{ weather.forecast.1.high|weather_temp }} {{ weather.forecast.1.low|weather_temp }}
{{ date }} : :
Current as of {{ time }}

{{ weather.current.type }}

{{ weather.current.temperature|weather_temp }}

{{ weather.current.wind.speed|weather_speed }}

Forecast
Today {{ weather.forecast.0.day.type }} {{ weather.forecast.0.high|weather_temp }} {{ weather.forecast.0.low|weather_temp }}
{{ weather.forecast.1.Day }} {{ weather.forecast.1.day.type }} {{ weather.forecast.1.high|weather_temp }} {{ weather.forecast.1.low|weather_temp }}
{{ weather.forecast.2.Day }} {{ weather.forecast.2.day.type }} {{ weather.forecast.2.high|weather_temp }} {{ weather.forecast.2.low|weather_temp }}
{{ weather.forecast.3.Day }} {{ weather.forecast.3.day.type }} {{ weather.forecast.3.high|weather_temp }} {{ weather.forecast.3.low|weather_temp }}
{% endif %}