From 678d5fc53254b19aa7b958d4841877bf4a7cf826 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20Ram=C3=ADrez=20Norambuena?= Date: Wed, 26 Oct 2016 13:03:01 -0300 Subject: [PATCH] currentweather, weatherforecast: sample URL for LocationID: Changed from README the sample URLs for get the LocationID. The http://bulk.openweather.org/sample/ doesn't work --- modules/default/currentweather/README.md | 4 ++-- modules/default/weatherforecast/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 - Location ID from OpenWeather This will override anything you put in location.
Leave blank if you want to use location. + Location ID from OpenWeatherMap This will override anything you put in location.
Leave blank if you want to use location.
Example: 1234567
Default value:

Note: When the 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 - Location ID from OpenWeather This will override anything you put in location.
Leave blank if you want to use location. + Location ID from OpenWeatherMap This will override anything you put in location.
Leave blank if you want to use location.
Example: 1234567
Default value:

Note: When the 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.