From 0b9d4f17ab70f4329ff3cd789f9b766d1bf7b7f6 Mon Sep 17 00:00:00 2001 From: Vincent Yang Date: Tue, 21 Aug 2018 01:04:58 -0700 Subject: [PATCH 1/2] Fix link for finding cities in OpenWeather --- config/config.js.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.js.sample b/config/config.js.sample index a427a548..9ef8780b 100644 --- a/config/config.js.sample +++ b/config/config.js.sample @@ -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" } }, From 217034c4a7930b53b9d9a2f0298fdb85b52c8a80 Mon Sep 17 00:00:00 2001 From: Vincent Yang Date: Tue, 21 Aug 2018 01:06:12 -0700 Subject: [PATCH 2/2] Update Changelog for weather city link --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1d1f00b..728ec743 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### 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