mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
Fix openweathermap url
This commit is contained in:
parent
0f44b27e54
commit
c4f9388668
@ -12,6 +12,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
- Prevent `getModules()` selectors from returning duplicate entries.
|
||||
- Append endpoints of weather modules with `/` to retreive the correct data. (Issue [#337](https://github.com/MichMich/MagicMirror/issues/337))
|
||||
- Corrected grammer in `module.js` from 'suspend' to 'suspended'.
|
||||
- Fixed openweathermap.org URL in config sample.
|
||||
|
||||
### Added
|
||||
- Added ability to turn off the date display in `clock.js` when in analog mode.
|
||||
|
@ -41,7 +41,7 @@ var config = {
|
||||
position: 'top_right',
|
||||
config: {
|
||||
location: 'New York',
|
||||
locationID: '', //ID from bulk.openweather.org/sample/
|
||||
locationID: '', //ID from http://www.openweathermap.org
|
||||
appid: 'YOUR_OPENWEATHER_API_KEY'
|
||||
}
|
||||
},
|
||||
@ -51,7 +51,7 @@ var config = {
|
||||
header: 'Weather Forecast',
|
||||
config: {
|
||||
location: 'New York',
|
||||
locationID: '5128581', //ID from bulk.openweather.org/sample/
|
||||
locationID: '5128581', //ID from http://www.openweathermap.org
|
||||
appid: 'YOUR_OPENWEATHER_API_KEY'
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user