This commit is contained in:
Michael Teeuw 2020-07-04 21:49:14 +02:00
parent c7d9192f18
commit 3282ed4fea

View File

@ -45,7 +45,7 @@ Module.register("weather", {
apiKey: "", apiKey: "",
apiSecret: "", apiSecret: "",
apiVersion: "2.5", apiVersion: "2.5",
apiBase: "https://api.openweathermap.org/data/", apiBase: "https://api.openweathermap.org/data/", // TODO: this should not be part of the weather.js file, but should be contained in the openweatherprovider
weatherEndpoint: "/weather", weatherEndpoint: "/weather",
appendLocationNameToHeader: true, appendLocationNameToHeader: true,