mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +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.
|
- 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))
|
- 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'.
|
- Corrected grammer in `module.js` from 'suspend' to 'suspended'.
|
||||||
|
- Fixed openweathermap.org URL in config sample.
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Added ability to turn off the date display in `clock.js` when in analog mode.
|
- Added ability to turn off the date display in `clock.js` when in analog mode.
|
||||||
|
@ -41,7 +41,7 @@ var config = {
|
|||||||
position: 'top_right',
|
position: 'top_right',
|
||||||
config: {
|
config: {
|
||||||
location: 'New York',
|
location: 'New York',
|
||||||
locationID: '', //ID from bulk.openweather.org/sample/
|
locationID: '', //ID from http://www.openweathermap.org
|
||||||
appid: 'YOUR_OPENWEATHER_API_KEY'
|
appid: 'YOUR_OPENWEATHER_API_KEY'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -51,7 +51,7 @@ var config = {
|
|||||||
header: 'Weather Forecast',
|
header: 'Weather Forecast',
|
||||||
config: {
|
config: {
|
||||||
location: 'New York',
|
location: 'New York',
|
||||||
locationID: '5128581', //ID from bulk.openweather.org/sample/
|
locationID: '5128581', //ID from http://www.openweathermap.org
|
||||||
appid: 'YOUR_OPENWEATHER_API_KEY'
|
appid: 'YOUR_OPENWEATHER_API_KEY'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user