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 {% if weather.current.image %}{% else %} {% endif %} {{ weather.current.type }} {{ weather.current.temperature|weather_temp }} {{ weather.current.wind.speed|weather_speed }}
Today {% if weather.forecast.0.image %}{% else %} {% endif %} {{ weather.forecast.0.day.type }} {{ weather.forecast.0.high|weather_temp }} {{ weather.forecast.0.low|weather_temp }}
Tomorrow {% if weather.forecast.1.image %}{% else %} {% endif %} {{ weather.forecast.1.day.type }} {{ weather.forecast.1.high|weather_temp }} {{ weather.forecast.1.low|weather_temp }}
{{ date }} : :
Current as of {{ time }}
{% if weather.current.image %}{% endif %}
{{ weather.current.type }}

{{ weather.current.temperature|weather_temp }}
{% if wind_image %}{% endif %}
{{ weather.current.wind.speed|weather_speed }}

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