I’ve updated the wiki to add **MMM-SenseHat** to the 3rd-party modules list, including a short description and link to the GitHub repo, so users can easily find and install the Sense HAT integration module for MagicMirror².

Greșanu Emanuel Vasile
2025-12-07 01:39:33 +02:00
parent 375fb5793d
commit e7f5047d96

@@ -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.
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.