switched to new api
This commit is contained in:
parent
b177c2100d
commit
06c7824b1c
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue