From 4434d22188778e76805870e7454796884d845956 Mon Sep 17 00:00:00 2001 From: dathbe Date: Mon, 25 Mar 2024 09:18:07 -0700 Subject: [PATCH 1/2] Update README.md michmich > magicmirror --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 238d83a..04ce31e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # MMM-GoogleMaps-Tracking -A module for the [MagicMirror²](https://github.com/MichMich/MagicMirror/) for tracking a geo-location with google maps and MagicMirror notifications. +A module for the [MagicMirror²](https://github.com/MagicMirrorOrg/MagicMirror/) for tracking a geo-location with google maps and MagicMirror notifications. ![Alt text](/examples/screenshot.png "Example Screenshot of MMM-GoogleMaps-Tracking") From 4c0cae06a470e9b3cd6f9c14f52393b06980bd66 Mon Sep 17 00:00:00 2001 From: dathbe Date: Mon, 25 Mar 2024 09:20:10 -0700 Subject: [PATCH 2/2] Update package.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit MagicMirror² --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index fedabda..74e257f 100755 --- a/package.json +++ b/package.json @@ -1,13 +1,15 @@ { "name": "MMM-GoogleMaps-Tracking", "version": "2.1.0", - "description": "This module for the Magic Mirror to be able to show markers on a GoogleMap", + "description": "This is a module for MagicMirror² to be able to show markers on a Google Map", "repository": { "type": "git", "url": "git+github.com:MartinGris/MMM-GoogleMaps-Tracking.git" }, "keywords": [ "magic mirror", + "MagicMirror", + "MagicMirror²", "smart mirror", "module", "google maps",