+
+ {{weatherService.weather?.daily.data[0].sunriseTime | date: 'shortTime'}}
+
+
+ {{weatherService.weather?.currently.cloudCover * 100 | round}}%
+
+
+ {{weatherService.weather?.daily.data[0].sunsetTime | date: 'shortTime'}}
+
-
-
{{weatherService.wind[1]}} KM/H
+
+
+
+
+ Wind
+
+
+ {{weatherService.weather?.currently.windSpeed | round}} km/h
+
+
+ {{weatherService.weather?.currently.windBearing}}°
+
+
+ {{weatherService.weather?.currently.windGust | round}} km/h
+
-
-