Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[2.27.0] - 2024-04-01
Thanks to: @bugsounet, @crazyscot, @illimarkangur, @jkriegshauser, @khassel, @KristjanESPERANTO, @Paranoid93, @rejas, @sdetweil and @vppencilsharpener.
This release marks the first release without Michael Teeuw (@MichMich). A very special thanks to him for creating MagicMirror and leading the project for so many years.
For more info, please read the following post: A New Chapter for MagicMirror: The Community Takes the
Lead.
Added
eslint-plugin-package-json
to lint thepackage.json
files (Lint package.json files MagicMirrorOrg/MagicMirror#3368)showHumidity
config is now a string describing where to show this element. Supported values: "wind", "temp", "feelslike", "below", "none". ([cosmetic] Weather module humidity positioning MagicMirrorOrg/MagicMirror#3330)Updated
Fixed
initial and recurring events to not show, and some event times to be off an hour. (one calendar test fails since today MagicMirrorOrg/MagicMirror#3291)
log.debug
tolog.log
inapp.js
where logLevel is not set because config is not loaded at this time (LogLevel before loading config.js MagicMirrorOrg/MagicMirror#3353)npm WARN <....>
on install (Update .npmrc MagicMirrorOrg/MagicMirror#3399)anytime
array mandatory MagicMirrorOrg/MagicMirror#3385)Deleted
Hello and thank you for wanting to contribute to the MagicMirror² project
Please make sure that you have followed these 4 rules before submitting your Pull Request:
Note: Sometimes the development moves very fast. It is highly
recommended that you update your branch of
develop
before creating apull request to send us your changes. This makes everyone's lives
easier (including yours) and helps us out on the development team.
Thanks again and have a nice day!