Merge pull request #1384 from YangVincent/develop

Update OpenWeather city list instructions
This commit is contained in:
Michael Teeuw 2018-08-21 16:31:08 +02:00 committed by GitHub
commit 845ce7a711
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -9,7 +9,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Fixed ### Fixed
- Fix calendar parsing issue for Midori on RasperryPi Zero w, realted to issue #694. - Fix calendar parsing issue for Midori on RasperryPi Zero w, related to issue #694.
- Fix weather city ID link in sample config
## [2.5.0] - Unreleased ## [2.5.0] - Unreleased

View File

@ -59,7 +59,7 @@ var config = {
position: "top_right", position: "top_right",
config: { config: {
location: "New York", 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" appid: "YOUR_OPENWEATHER_API_KEY"
} }
}, },