mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-12-10 17:09:27 +00:00
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².
6
Home.md
6
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.
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user