mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 04:45:17 +00:00
Set temperature rounding.
This commit is contained in:
@@ -93,8 +93,7 @@ Module.register("weather",{
|
||||
return {
|
||||
config: this.config,
|
||||
current: this.weatherProvider.currentWeather(),
|
||||
forecast: this.weatherProvider.weatherForecast(),
|
||||
myBoolean: true
|
||||
forecast: this.weatherProvider.weatherForecast()
|
||||
}
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user