Merge branch 'develop' into dtreskunov/sun-and-moon

This commit is contained in:
Michael Teeuw
2020-01-18 21:20:35 +01:00
committed by GitHub
23 changed files with 278 additions and 265 deletions

View File

@@ -14,11 +14,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Finnish translation for "PRECIP", "UPDATE_INFO_MULTIPLE" and "UPDATE_INFO_SINGLE".
- Added the ability to hide the temp label and weather icon in the `currentweather` module to allow showing only information such as wind and sunset/rise.
- Sun and Moon data to the `clock` module.
### Fixed
- Force declaration of public ip adress in config file (ISSUE #1852)
- Fixes `run-start.sh`: If running in docker-container, don't check the environment, just start electron (ISSUE #1859)
- Fix calendar time offset for recurring events crossing Daylight Savings Time (ISSUE #1798)
### Updated
- Remove documentation from core repository and link to new dedicated docs site: [docs.magicmirror.builders](https://docs.magicmirror.builders).