diff --git a/js/blueweather.js b/js/blueweather.js index 5360a27..485bd8f 100644 --- a/js/blueweather.js +++ b/js/blueweather.js @@ -32,7 +32,7 @@ class BlueWeather { }; } - var url = "https://api.itsblue.de/weather/json.php?locId="+locId+"&range[from]="+range.from + "&range[to]="+range.to + "&maxVals=" + maxVals + var url = "https://weather.itsblue.de/api/json.php?locId="+locId+"&range[from]="+range.from + "&range[to]="+range.to + "&maxVals=" + maxVals this.log("starting location request; URL is: " + url, 3) this.xhttp.open("GET", url, async) this.xhttp.send()