Merge pull request #1441 from cphamlet/patch-1

Fix Broken Link
This commit is contained in:
Michael Teeuw 2018-10-26 14:33:36 +02:00 committed by GitHub
commit 2d830fb8e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,7 @@ var config = {
header: "Weather Forecast",
config: {
location: "New York",
locationID: "5128581", //ID from http://www.openweathermap.org/help/city_list.txt
locationID: "5128581", //ID from https://openweathermap.org/city
appid: "YOUR_OPENWEATHER_API_KEY"
}
},