Using promises to resolve which modules has a git remote so the modules wont be skipped on the first check

This commit is contained in:
buxxi
2020-02-17 22:56:06 +01:00
parent be07ff2129
commit 75c8c3f50b
2 changed files with 29 additions and 21 deletions

View File

@@ -30,6 +30,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Fix regression in currentweather module causing 'undefined' to show up when config.hideTemp is false
- Fix FEELS translation for Croatian
- Fixed weather tests [#1840](https://github.com/MichMich/MagicMirror/issues/1840)
- Fix update checking skipping 3rd party modules the first time
### Updated
- Remove documentation from core repository and link to new dedicated docs site: [docs.magicmirror.builders](https://docs.magicmirror.builders).