{if $config.useCSS == 1 }{/if}

{$weather.city}

{if $config.view != "forecast" }

{$weather.today.desc}

{$weather.today.temp.now}{$degrees}

{if $config.view != "simple" }
{if $config.view == "partial" }

{$weather.today.day}

{/if} {if $config.view != "partial" } {if $config.view != "today"}

{$weather.today.day}

{/if}
  • {$weather.today.sunrise}
  • {$weather.today.sunset}
  • Max: {$weather.today.temp.max}{$degrees}
  • Min: {$weather.today.temp.min}{$degrees}
  • {$weather.today.humidity}
  • {$weather.today.pressure}
  • {$format_wind}
{/if}
{/if}
{/if} {if $config.view != "simple" } {if ($config.view != "today" ) ||($config.view == "forecast") } {/if} {/if}