From e7f5047d9691b59397382676695b7becef802c9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gre=C8=99anu=20Emanuel=20Vasile?= Date: Sun, 7 Dec 2025 01:39:33 +0200 Subject: [PATCH] =?UTF-8?q?I=E2=80=99ve=20updated=20the=20wiki=20to=20add?= =?UTF-8?q?=20**MMM-SenseHat**=20to=20the=203rd-party=20modules=20list,=20?= =?UTF-8?q?including=20a=20short=20description=20and=20link=20to=20the=20G?= =?UTF-8?q?itHub=20repo,=20so=20users=20can=20easily=20find=20and=20instal?= =?UTF-8?q?l=20the=20Sense=20HAT=20integration=20module=20for=20MagicMirro?= =?UTF-8?q?r=C2=B2.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Home.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index 5cbcf77..af952df 100644 --- a/Home.md +++ b/Home.md @@ -21,7 +21,7 @@ The following modules are installed by default. To install 3rd party or your own custom modules just follow these steps: - Navigate to the modules folder via the following command: `cd ~/MagicMirror/modules`. -- Clone the module from GitHub: `git clone https://github.com/author/module-name` (remembering to replace the URL with that of the module on github). +- Clone the module from GitHub: `git clone https://github.com/author/module-name` (remembering to replace the URL with that of the module on GitHub). - Follow any additional instructions in the module readme. - Add your brand new module to your config! This is the file `config/config.js` that you duplicated earlier. Edit this in your favourite editor and add: @@ -36,4 +36,6 @@ To install 3rd party or your own custom modules just follow these steps: }, ``` -to the list of modules. You can look at the default modules for examples and further details can be found on the main readme. \ No newline at end of file +to the list of modules. You can look at the default modules for examples and further details can be found on the main readme. + +[MMM-SenseHat](https://github.com/GEmanuel2558/MMM-SenseHat) – Displays Raspberry Pi Sense HAT sensor data (temperature, humidity, pressure, orientation) and controls the 8×8 LED matrix for status colors or scrolling text.