From 7802e0bb88fa4c36a71962fba7da9a82e7f0b674 Mon Sep 17 00:00:00 2001 From: rejas Date: Tue, 29 Dec 2020 10:23:12 +0100 Subject: [PATCH] Set locationID everywhere on config sample --- 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 eb79b9d6..648a8ef6 100644 --- a/config/config.js.sample +++ b/config/config.js.sample @@ -70,7 +70,7 @@ var config = { position: "top_right", config: { location: "New York", - locationID: "", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city + locationID: "5128581", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city appid: "YOUR_OPENWEATHER_API_KEY" } },