From c4edcaad8741ae13e26f17f0b0004b0c1602a2b4 Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Tue, 21 Dec 2021 20:12:05 +0100 Subject: [PATCH 1/3] Replace broken shields. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8a243f89..f80e6678 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ ![MagicMirror²: The open source modular smart mirror platform. ](.github/header.png)

- Dependency Status - devDependency Status - CLI Best Practices + License + GitHub Actions + Build Status CodeCov Status - License - Tests + +

**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](https://michaelteeuw.nl/tagged/magicmirror) with the incredible help of a [growing community of contributors](https://github.com/MichMich/MagicMirror/graphs/contributors). From 852aa3d260309703c396c045469fdc1fde92348a Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Tue, 21 Dec 2021 20:30:09 +0100 Subject: [PATCH 2/3] Remove flacky badge. --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f80e6678..6354d8d5 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,17 @@ ![MagicMirror²: The open source modular smart mirror platform. ](.github/header.png)

- License + + License + GitHub Actions Build Status - CodeCov 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](https://michaelteeuw.nl/tagged/magicmirror) with the incredible help of a [growing community of contributors](https://github.com/MichMich/MagicMirror/graphs/contributors). From a706fa35905398dcb54bd85d067f826d4983ed36 Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Tue, 21 Dec 2021 20:31:13 +0100 Subject: [PATCH 3/3] Add changelog. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 492e5a1b..4b32b8cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,7 @@ _This release is scheduled to be released on 2022-01-01._ - Fixed e2e tests by increasing testTimeout. - Revert node-ical update due to missing luxon package. - Fixed User-Agent-Header for newsfeed and calendar module (#2729). +- Replace broken shields in Readme. ## [2.17.1] - 2021-10-01