From 9464e960bebecc2426c9fc2e4da2b7de35c71c20 Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Fri, 15 Apr 2016 14:26:57 +0200 Subject: [PATCH] Add info about creating modules. --- MagicMirror²-Modules.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/MagicMirror²-Modules.md b/MagicMirror²-Modules.md index 915db7c..b079115 100644 --- a/MagicMirror²-Modules.md +++ b/MagicMirror²-Modules.md @@ -22,4 +22,7 @@ The following modules are created by their respective authors: - **[MMM-SystemTemperature by MichMich](https://github.com/MichMich/mmm-systemtemperature)**
Display your Raspberry Pi's processor temperature on your MagicMirror. -- **[MMM-Netatmo by CFenner](https://github.com/CFenner/MagicMirror-Netatmo-Module)**
Display your Netatmo in/outdoor weather station data on your MagicMirror. \ No newline at end of file +- **[MMM-Netatmo by CFenner](https://github.com/CFenner/MagicMirror-Netatmo-Module)**
Display your Netatmo in/outdoor weather station data on your MagicMirror. + +## Create your own module +If you want to build your own modules, check out the [MagicMirror² Module Development Documentation](https://github.com/MichMich/MagicMirror/tree/v2-beta/modules) \ No newline at end of file