mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 04:45:17 +00:00
Updating readme and changelog and fixing typo in method
This commit is contained in:
@@ -97,7 +97,7 @@ var WeatherProvider = Class.extend({
|
||||
},
|
||||
|
||||
// Set the weatherHourlyArray and notify the delegate that new information is available.
|
||||
setWeatherHourlyData: function (weatherHourlyArray) {
|
||||
setWeatherHourly: function (weatherHourlyArray) {
|
||||
this.weatherHourlyArray = weatherHourlyArray;
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user