{{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}}%