diff --git a/modules/default/currentweather/README.md b/modules/default/currentweather/README.md index 067dce54..0f560dc7 100644 --- a/modules/default/currentweather/README.md +++ b/modules/default/currentweather/README.md @@ -14,7 +14,7 @@ modules: [ config: { // See 'Configuration options' for more information. location: 'Amsterdam,Netherlands', - locationID: '', //Location ID from http://bulk.openweather.org/sample/ + locationID: '', //Location ID from http://openweathermap.org/help/city_list.txt appid: 'abcde12345abcde12345abcde12345ab' //openweathermap.org API key. } } @@ -45,7 +45,7 @@ The following properties can be configured:
locationID
1234567
location
and locationID
are both not set, the location will be based on the information provided by the calendar module. The first upcoming event with location data will be used.
diff --git a/modules/default/weatherforecast/README.md b/modules/default/weatherforecast/README.md
index 0d321aa3..d88dfd54 100644
--- a/modules/default/weatherforecast/README.md
+++ b/modules/default/weatherforecast/README.md
@@ -14,7 +14,7 @@ modules: [
config: {
// See 'Configuration options' for more information.
location: 'Amsterdam,Netherlands',
- locationID: '', //Location ID from http://bulk.openweather.org/sample/
+ locationID: '', //Location ID from http://openweathermap.org/help/city_list.txt
appid: 'abcde12345abcde12345abcde12345ab' //openweathermap.org API key.
}
}
@@ -45,7 +45,7 @@ The following properties can be configured:
locationID
1234567
location
and locationID
are both not set, the location will be based on the information provided by the calendar module. The first upcoming event with location data will be used.