Skip to content

Commit

Permalink
new weathewr endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Feedy88 committed Sep 26, 2024
1 parent 18ff5f8 commit 04d3013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ var config = {
apikey: "f96882cb79908ea55720ed77f969b504",
latitude: "51.202798",
longitude: "7.142989",
endpoint: "https://api.openweathermap.org/data/2.5/onecall",
endpoint: "https://api.openweathermap.org/data/3.0/onecall",
updateInterval: 5,
iconset: "3c",
showCurrentConditions: true,
Expand Down

0 comments on commit 04d3013

Please sign in to comment.