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.