London, ON

{{weatherService.weather[0].phrase}}

{{weatherService.weather[0].current | round: 1}} °C

Feels Like: {{weatherService.weather[0].feelsLike | round}} °C
arrow_upward {{weatherService.weather[0].high | round}} °C
arrow_downward {{weatherService.weather[0].low | round}} °C
{{weatherService.weather[0].pop * 100 | round}}%
{{day.date.toString().slice(0, 4).toUpperCase()}}
{{day.high | round}} °C
{{day.low | round}} °C
Sunlight
{{weatherService.weather[0].sunrise | date: 'shortTime'}}
{{weatherService.weather[0].cloudCover * 100 | round}}%
{{weatherService.weather[0].sunset | date: 'shortTime'}}
Wind
{{weatherService.weather[0].wind.speed | round}} km/h
{{weatherService.weather[0].wind.direction}}°
{{weatherService.weather[0].wind.gusts | round}} km/h