Fix openweathermap url

This commit is contained in:
Michael Teeuw
2016-07-28 17:53:48 +02:00
parent 0f44b27e54
commit c4f9388668
2 changed files with 3 additions and 2 deletions

View File

@@ -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.