Skip to content

Commit

Permalink
Fix link for finding cities in OpenWeather
Browse files Browse the repository at this point in the history
  • Loading branch information
YangVincent authored Aug 21, 2018
1 parent 7fb0ec1 commit 0b9d4f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.js.sample
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ var config = {
position: "top_right",
config: {
location: "New York",
locationID: "", //ID from http://www.openweathermap.org/help/city_list.txt
locationID: "", //ID from http://bulk.openweathermap.org/sample/; unzip the gz file and find your city
appid: "YOUR_OPENWEATHER_API_KEY"
}
},
Expand Down

1 comment on commit 0b9d4f1

@jimbo95-beep
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am new to github I would like to copy this file to my own project to edit for my own magicmirror build any help please.

Please sign in to comment.