Merge pull request #1915 from normankong/develop

Support HTTPS Magicmirror (resubmit)
This commit is contained in:
Michael Teeuw
2020-02-06 10:10:06 +01:00
committed by GitHub
4 changed files with 20 additions and 3 deletions

View File

@@ -19,6 +19,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- 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.
- The `clock` module now optionally displays sun and moon data, including rise/set times, remaining daylight, and percent of moon illumination.
- Added Hebrew translation.
- Add HTTPS support and update config.js.sample
### Fixed
- Force declaration of public ip adress in config file (ISSUE #1852)