{{weatherService.weather?.currently.summary}}

{{weatherService.weather?.currently.temperature | round: 1}} °C

Feels Like: {{weatherService.weather?.currently.apparentTemperature | round}} °C
arrow_upward {{weatherService.weather?.daily.data[0].temperatureHigh | round}} °C
arrow_downward {{weatherService.weather?.daily.data[0].temperatureLow | round}} °C
{{weatherService.weather?.daily.data[0].precipProbability * 100 | round}}%
{{day.time.toString().slice(0, 4).toUpperCase()}}
{{day.temperatureHigh | round}} °C
{{day.temperatureLow | round}} °C
Sunlight
{{weatherService.weather?.daily.data[0].sunriseTime | date: 'shortTime'}}
{{weatherService.weather?.currently.cloudCover * 100 | round}}%
{{weatherService.weather?.daily.data[0].sunsetTime | date: 'shortTime'}}
Wind
{{weatherService.weather?.currently.windSpeed | round}} km/h
{{weatherService.weather?.currently.windBearing}}°
{{weatherService.weather?.currently.windGust | round}} km/h
Atmospheric
{{weatherService.weather?.currently.pressure / 10 | round: 1}} kPa
UV Index: {{weatherService.weather?.currently.uvIndex}}
remove_red_eye {{weatherService.weather?.currently.visibility | round}} km
{{weatherService.weather?.currently.humidity * 100 | round}}% Humidity
{{weatherService.weather?.daily.data[0].precipProbability * 100 | round}}%
{{weatherService.weather?.daily.data[0].precipAccumulation | round: 1}} cm {{weatherService.weather?.daily.data[0].precipType}}