mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
backtracked apiKey change to appid
This commit is contained in:
parent
f73520559e
commit
ca0b89ecd3
@ -459,7 +459,7 @@ WeatherProvider.register("openweathermap", {
|
||||
|
||||
params += "&units=" + this.config.units;
|
||||
params += "&lang=" + this.config.lang;
|
||||
params += "&APPID=" + this.config.appid;
|
||||
params += "&APPID=" + this.config.apiKey;
|
||||
|
||||
return params;
|
||||
}
|
||||
|
@ -15,7 +15,7 @@ Module.register("weather", {
|
||||
|
||||
location: false,
|
||||
locationID: false,
|
||||
appid: "",
|
||||
apiKey: "",
|
||||
units: config.units,
|
||||
|
||||
tempUnits: config.units,
|
||||
|
Loading…
x
Reference in New Issue
Block a user