Ability ot turn off date view on analog clock & small grammer error fix in module.js

This commit is contained in:
Ashley M. Kirchner
2016-07-20 13:31:46 -06:00
parent ae37fa2bc5
commit 13305d111e
4 changed files with 21 additions and 4 deletions

View File

@@ -7,6 +7,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
- 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'.
- Added ability to turn off the date display in `clock.js` when in analog mode.
## [2.0.3] - 2016-07-12
### Added