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

View File

@@ -69,7 +69,7 @@ var config = {
header: "Weather Forecast", header: "Weather Forecast",
config: { config: {
location: "New York", 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" appid: "YOUR_OPENWEATHER_API_KEY"
} }
}, },