mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 04:45:17 +00:00
Add a small forecast example.
This commit is contained in:
@@ -14,11 +14,14 @@
|
||||
|
||||
class WeatherObject {
|
||||
constructor() {
|
||||
this.date = null
|
||||
this.windSpeed = null
|
||||
this.windDirection = null
|
||||
this.sunrise = null
|
||||
this.sunset = null
|
||||
this.temperature = null
|
||||
this.minTemperature = null,
|
||||
this.maxTemperature = null,
|
||||
this.weatherType = null
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user