- Added autoTimezone property to the clock

This commit is contained in:
Jacob Ebey
2019-02-09 13:41:42 -08:00
parent 1a97107b2d
commit c608636b7a
3 changed files with 51 additions and 5 deletions

View File

@@ -16,6 +16,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Disabled the screensaver on raspbian with installation script
- Added option to truncate the number of vertical lines a calendar item can span if `wrapEvents` is enabled.
- Added autoLocation options for weather forcast and current weather modules.
- Added autoTimezone option for the default clock module.
### Updated
- Bumped the Electron dependency to v3.0.13 to support the most recent Raspbian. [#1500](https://github.com/MichMich/MagicMirror/issues/1500)