mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 04:45:17 +00:00
Show humidity.
This commit is contained in:
@@ -20,9 +20,10 @@ class WeatherObject {
|
||||
this.sunrise = null
|
||||
this.sunset = null
|
||||
this.temperature = null
|
||||
this.minTemperature = null,
|
||||
this.maxTemperature = null,
|
||||
this.minTemperature = null
|
||||
this.maxTemperature = null
|
||||
this.weatherType = null
|
||||
this.humidity = null
|
||||
}
|
||||
|
||||
cardinalWindDirection () {
|
||||
|
Reference in New Issue
Block a user