mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +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 += "&units=" + this.config.units;
|
||||||
params += "&lang=" + this.config.lang;
|
params += "&lang=" + this.config.lang;
|
||||||
params += "&APPID=" + this.config.appid;
|
params += "&APPID=" + this.config.apiKey;
|
||||||
|
|
||||||
return params;
|
return params;
|
||||||
}
|
}
|
||||||
|
@ -15,7 +15,7 @@ Module.register("weather", {
|
|||||||
|
|
||||||
location: false,
|
location: false,
|
||||||
locationID: false,
|
locationID: false,
|
||||||
appid: "",
|
apiKey: "",
|
||||||
units: config.units,
|
units: config.units,
|
||||||
|
|
||||||
tempUnits: config.units,
|
tempUnits: config.units,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user