Skip to content

Commit

Permalink
Merge pull request #9 from sdetweil/master
Browse files Browse the repository at this point in the history
change default url
  • Loading branch information
MarcLandis authored May 28, 2024
2 parents 1519a08 + f310dd8 commit 9355db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MMM-OpenWeatherMapForecast.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Module.register("MMM-OpenWeatherMapForecast", {
apikey: "",
latitude: "",
longitude: "",
endpoint: "https://api.openweathermap.org/data/2.5/onecall",
endpoint: "https://api.openweathermap.org/data/3.0/onecall",
updateInterval: 10, // minutes
requestDelay: 0,
units: config.units,
Expand Down

0 comments on commit 9355db3

Please sign in to comment.