mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-30 13:09:34 +00:00
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
This commit is contained in:
parent
89c0939d58
commit
678d5fc532
@ -14,7 +14,7 @@ modules: [
|
|||||||
config: {
|
config: {
|
||||||
// See 'Configuration options' for more information.
|
// See 'Configuration options' for more information.
|
||||||
location: 'Amsterdam,Netherlands',
|
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.
|
appid: 'abcde12345abcde12345abcde12345ab' //openweathermap.org API key.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -45,7 +45,7 @@ The following properties can be configured:
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><code>locationID</code></td>
|
<td><code>locationID</code></td>
|
||||||
<td>Location ID from <a href="http://bulk.openweather.org/sample/">OpenWeather</a> <b>This will override anything you put in location.</b><br>Leave blank if you want to use location.
|
<td>Location ID from <a href="http://openweathermap.org/help/city_list.txt">OpenWeatherMap</a> <b>This will override anything you put in location.</b><br>Leave blank if you want to use location.
|
||||||
<br><b>Example:</b> <code>1234567</code>
|
<br><b>Example:</b> <code>1234567</code>
|
||||||
<br><b>Default value:</b> <code></code><br><br>
|
<br><b>Default value:</b> <code></code><br><br>
|
||||||
<strong>Note:</strong> When the <code>location</code> and <code>locationID</code> 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.
|
<strong>Note:</strong> When the <code>location</code> and <code>locationID</code> 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.
|
||||||
|
@ -14,7 +14,7 @@ modules: [
|
|||||||
config: {
|
config: {
|
||||||
// See 'Configuration options' for more information.
|
// See 'Configuration options' for more information.
|
||||||
location: 'Amsterdam,Netherlands',
|
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.
|
appid: 'abcde12345abcde12345abcde12345ab' //openweathermap.org API key.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -45,7 +45,7 @@ The following properties can be configured:
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><code>locationID</code></td>
|
<td><code>locationID</code></td>
|
||||||
<td>Location ID from <a href="http://bulk.openweather.org/sample/">OpenWeather</a> <b>This will override anything you put in location.</b><br>Leave blank if you want to use location.
|
<td>Location ID from <a href="http://openweathermap.org/help/city_list.txt">OpenWeatherMap</a> <b>This will override anything you put in location.</b><br>Leave blank if you want to use location.
|
||||||
<br><b>Example:</b> <code>1234567</code>
|
<br><b>Example:</b> <code>1234567</code>
|
||||||
<br><b>Default value:</b> <code></code><br><br>
|
<br><b>Default value:</b> <code></code><br><br>
|
||||||
<strong>Note:</strong> When the <code>location</code> and <code>locationID</code> 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.
|
<strong>Note:</strong> When the <code>location</code> and <code>locationID</code> 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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user