From 4a309c49e5c5ee210b3136d3187201533ce91ca1 Mon Sep 17 00:00:00 2001 From: mochman Date: Wed, 25 May 2016 15:47:22 -0500 Subject: [PATCH] Updated README.md --- config/config.js.sample | 2 +- modules/default/currentweather/README.md | 10 +++++++++- modules/default/weatherforecast/README.md | 8 ++++++++ 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/config/config.js.sample b/config/config.js.sample index 1afc0255..aedc2b75 100644 --- a/config/config.js.sample +++ b/config/config.js.sample @@ -41,7 +41,7 @@ var config = { position: 'top_right', config: { location: 'New York', - locationID: '5128581', //ID from bulk.openweather.org/sample/ + locationID: '', //ID from bulk.openweather.org/sample/ appid: 'YOUR_OPENWEATHER_API_KEY' } }, diff --git a/modules/default/currentweather/README.md b/modules/default/currentweather/README.md index 7e7d9fb4..2a6f7844 100644 --- a/modules/default/currentweather/README.md +++ b/modules/default/currentweather/README.md @@ -14,6 +14,7 @@ modules: [ config: { // See 'Configuration options' for more information. location: 'Amsterdam,Netherlands', + locationID: '', //Location ID from http://bulk.openweather.org/sample/ appid: 'abcde12345abcde12345abcde12345ab' //openweathermap.org API key. } } @@ -34,7 +35,7 @@ The following properties can be configured: - + location The location used for weather information.
@@ -42,6 +43,13 @@ The following properties can be configured:
Default value: New York + + locationID + Location ID from OpenWeather This will override anything you put in location.
Leave blank if you want to use location. +
Example: 1234567 +
Default value: + + appid The OpenWeatherMap API key, which can be obtained by creating an OpenWeatherMap account.
diff --git a/modules/default/weatherforecast/README.md b/modules/default/weatherforecast/README.md index 9e93bd14..aba03a41 100644 --- a/modules/default/weatherforecast/README.md +++ b/modules/default/weatherforecast/README.md @@ -14,6 +14,7 @@ modules: [ config: { // See 'Configuration options' for more information. location: 'Amsterdam,Netherlands', + locationID: '', //Location ID from http://bulk.openweather.org/sample/ appid: 'abcde12345abcde12345abcde12345ab' //openweathermap.org API key. } } @@ -42,6 +43,13 @@ The following properties can be configured:
Default value: New York + + locationID + Location ID from OpenWeather This will override anything you put in location.
Leave blank if you want to use location. +
Example: 1234567 +
Default value: + + appid The OpenWeatherMap API key, which can be obtained by creating an OpenWeatherMap account.