MagicMirror² is an open source modular smart mirror platform. With a growing list of installable modules, the MagicMirror² allows you to convert your hallway or bathroom mirror into your personal assistant.
Find a file
Michael Teeuw 0300ce05d5
Release 2.22.0 (#2983)
## [2.22.0] - 2023-01-01

Thanks to: @angeldeejay, @buxxi, @dariom, @dWoolridge,
@KristjanESPERANTO, @MagMar94, @naveensrinivasan, @retroflex, @SkySails
and @Tom.

Special thanks to @khassel, @rejas and @sdetweil for taking over most
(if not all) of the work on this release as project collaborators. This
version would not be there without their effort. Thank you!

### Added

- Added test for remoteFile option in compliments module
- Added hourlyWeather functionality to Weather.gov weather provider
- Removed weatherEndpoint definition from weathergov.js (not used)
- Added css class names "today" and "tomorrow" for default calendar
- Added Collaboration.md
- Added new github action for dependency review (#2862)
- Added a WeatherProvider for Open-Meteo
- Added Yr as a weather provider
- Added config options "ignoreXOriginHeader" and
"ignoreContentSecurityPolicy"

### Removed

- Removed usage of internal fetch function of node until it is more
stable

### Updated

- Cleaned up test directory (#2937) and jest config (#2959)
- Wait for all modules to start before declaring the system ready
(#2487)
- Updated e2e tests (moved `done()` in helper functions) and use es6
syntax in all tests
- Updated da translation
- Rework weather module
- Make sure smhi provider api only gets a maximum of 6 digits
coordinates (#2955)
  - Use fetch instead of XMLHttpRequest in weatherprovider (#2935)
  - Reworked how weatherproviders handle units (#2849)
  - Use unix() method for parsing times, fix suntimes on the way (#2950)
  - Refactor conversion functions into utils class (#2958)
- The `cors`-method in `server.js` now supports sending and recieving
HTTP headers
- Replace `…` by `…`
- Cleanup compliments module
- Updated dependencies including electron to v22 (#2903)

### Fixed

- Correctly show apparent temperature in SMHI weather provider
- Ensure updatenotification module isn't shown when local is _ahead_ of
remote
- Handle node_helper errors during startup (#2944)
- Possibility to change FontAwesome class in calendar, so icons like
`fab fa-facebook-square` works.
- Fix cors problems with newsfeed articles (as far as possible), allow
disabling cors per feed with option `useCorsProxy: false` (#2840)
- Tests not waiting for the application to start and stop before
starting the next test
- Fix electron tests failing sometimes in github workflow
- Fixed gap in clock module when displayed on the left side with
displayType=digital
- Fixed playwright issue by upgrading to v1.29.1 (#2969)

Signed-off-by: naveen <172697+naveensrinivasan@users.noreply.github.com>
Co-authored-by: Karsten Hassel <hassel@gmx.de>
Co-authored-by: Malte Hallström <46646495+SkySails@users.noreply.github.com>
Co-authored-by: Veeck <github@veeck.de>
Co-authored-by: veeck <michael@veeck.de>
Co-authored-by: dWoolridge <dwoolridge@charter.net>
Co-authored-by: Johan <jojjepersson@yahoo.se>
Co-authored-by: Dario Mratovich <dario_mratovich@hotmail.com>
Co-authored-by: Dario Mratovich <dario.mratovich@outlook.com>
Co-authored-by: Magnus <34011212+MagMar94@users.noreply.github.com>
Co-authored-by: Naveen <172697+naveensrinivasan@users.noreply.github.com>
Co-authored-by: buxxi <buxxi@omfilm.net>
Co-authored-by: Thomas Hirschberger <47733292+Tom-Hirschberger@users.noreply.github.com>
Co-authored-by: Kristjan ESPERANTO <35647502+KristjanESPERANTO@users.noreply.github.com>
Co-authored-by: Andrés Vanegas Jiménez <142350+angeldeejay@users.noreply.github.com>
2023-01-01 18:09:08 +01:00
.github Release 2.22.0 (#2983) 2023-01-01 18:09:08 +01:00
.husky husky changes 2022-01-17 21:39:21 +01:00
clientonly Use es6 notation in clientonly 2021-04-18 15:36:00 +02:00
config MagicMirror -> MagicMirror² 2022-01-26 23:47:51 +01:00
css ran prettier 2022-09-17 14:47:34 -07:00
fonts update dependencies, revert electron to v19 2022-09-05 23:26:04 +02:00
installers Added missing shebang 2021-12-22 21:00:13 +01:00
js Release 2.22.0 (#2983) 2023-01-01 18:09:08 +01:00
modules/default Release 2.22.0 (#2983) 2023-01-01 18:09:08 +01:00
serveronly Use es6 notation in serveronly 2021-04-18 14:52:04 +02:00
splashscreen Show splash screen image on reboot and halt. 2017-01-27 13:42:20 -03:00
tests Release 2.22.0 (#2983) 2023-01-01 18:09:08 +01:00
translations Release 2.22.0 (#2983) 2023-01-01 18:09:08 +01:00
vendor Release 2.22.0 (#2983) 2023-01-01 18:09:08 +01:00
.editorconfig Add prettier, configs and editorconfig 2020-05-07 14:09:22 +02:00
.eslintignore Update ignored files for eslint 2020-04-20 11:15:11 +02:00
.eslintrc.json Added ECMA Version of lint to 2020 2022-04-26 14:51:12 +02:00
.gitignore Release 2.22.0 (#2983) 2023-01-01 18:09:08 +01:00
.prettierignore Release 2.22.0 (#2983) 2023-01-01 18:09:08 +01:00
.prettierrc.json Add prettier, configs and editorconfig 2020-05-07 14:09:22 +02:00
.stylelintrc.json Add prettier, configs and editorconfig 2020-05-07 14:09:22 +02:00
CHANGELOG.md Release 2.22.0 (#2983) 2023-01-01 18:09:08 +01:00
Collaboration.md Release 2.22.0 (#2983) 2023-01-01 18:09:08 +01:00
index.html Rename global version variable 2021-07-14 10:41:29 +02:00
jest.config.js Release 2.22.0 (#2983) 2023-01-01 18:09:08 +01:00
jsconfig.json Run prettier over ALL files once 2020-05-11 22:22:32 +02:00
LICENSE.md Update license year 2022-08-16 17:32:13 +02:00
module-types.ts Ignore config dir 2021-09-11 11:55:51 +02:00
package-lock.json Release 2.22.0 (#2983) 2023-01-01 18:09:08 +01:00
package.json Release 2.22.0 (#2983) 2023-01-01 18:09:08 +01:00
README.md Broken link for contribution guidelines 2022-01-04 09:18:29 +01:00

MagicMirror²: The open source modular smart mirror platform.

License GitHub Actions Build Status CodeCov Status

MagicMirror² is an open source modular smart mirror platform. With a growing list of installable modules, the MagicMirror² allows you to convert your hallway or bathroom mirror into your personal assistant. MagicMirror² is built by the creator of the original MagicMirror with the incredible help of a growing community of contributors.

MagicMirror² focuses on a modular plugin system and uses Electron as an application wrapper. So no more web server or browser installs necessary!

Documentation

For the full documentation including installation instructions, please visit our dedicated documentation website: https://docs.magicmirror.builders.

Contributing Guidelines

Contributions of all kinds are welcome, not only in the form of code but also with regards to

  • bug reports
  • documentation
  • translations

For the full contribution guidelines, check out: https://docs.magicmirror.builders/about/contributing.html

Enjoying MagicMirror? Consider a donation!

MagicMirror² is opensource and free. That doesn't mean we don't need any money.

Please consider a donation to help us cover the ongoing costs like webservers and email services. If we receive enough donations we might even be able to free up some working hours and spend some extra time improving the MagicMirror² core.

To donate, please follow this link.

MagPi Top 50