Settings

When typing in your location please structure it as follows

city comma state

example: cologne,mn

note:no spaces after the comma

Current Weather

{{getDegrees(mathRound(currentTemp.temp))}}

{{currentTemp.weather[0].description}}

Humidty

{{currentTemp.humidity}}%

Dew Point

{{getDegrees(mathRound(currentTemp.dew_point))}}

Wind Speed

{{windSpeed(mathRound(currentTemp.wind_speed))}} {{speed()}}

Next 48 HRS

{{convertTime(convertToDate(hrs.dt) | date: 'H')}}

{{getDegrees(mathRound(hrs.temp))}}

overcast clouds

Daily Forecast

{{convertToDate(day.dt) | date: 'MMM EEE d,y'}}

High: {{getDegrees(addTemp(day.temp.max))}}

Low: {{getDegrees(subnTemp(day.temp.min))}}

{{day.weather[0].description}}

Loading

Settings

When typing in your location please structure it as follows

city comma state

example:cologne,mn

note:no spaces after the comma