{{Weather.timezone}}
{{Weather.currently.summary}}

Now {{Weather.currently.temperature.round( )}}°

High: {{Weather.daily.data[0].temperatureMax.round( )}}° Low: {{Weather.daily.data[0].temperatureMin.round( )}}°

Feels Like: {{Weather.currently.apparentTemperature.round( )}}°

Humidity: {{(Weather.currently.humidity *100).round( )}}%

Wind: {{Weather.currently.windSpeed}}m/s

Dew Pt: {{Weather.currently.dewPoint.round( )}}°

Visibility: {{(Weather.currently.visibility.round( ))}} km

Pressure: {{Weather.currently.pressure.round( )}} mb


{{time.formatDate( "MM" ).replace( "01", "Jan" ).replace( "02", "Feb" ).replace( "03", "Mar" ).replace( "04", "Apr" ).replace( "05", "May" ).replace( "06", "Jun" ).replace( "07", "Jul" ).replace( "08", "Aug" ).replace( "09", "Sep" ).replace( "10", "Oct" ).replace( "11", "Noe" ).replace( "12", "Dec" )}} {{time.formatDate( "dd" )}}

{{temperatureMin.ceil( )}}° / {{temperatureMax.ceil( )}}°