From 1eff43ba84b72ff1e1bf36d98777a3f571520269 Mon Sep 17 00:00:00 2001 From: PtrBld Date: Sun, 15 May 2016 15:49:15 +0200 Subject: [PATCH] added 2 new modules (MMM-Button and MMM-Podcast) --- MagicMirror²-Modules.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MagicMirror²-Modules.md b/MagicMirror²-Modules.md index 10da1f2..9b5a98f 100644 --- a/MagicMirror²-Modules.md +++ b/MagicMirror²-Modules.md @@ -65,5 +65,9 @@ The following modules are created by their respective authors: - **[MMM-PIR-Sensor by PaViRo](https://github.com/paviro/MMM-PIR-Sensor)**
This module can monitor a PIR motion sensor and put your mirror to sleep if nobody uses it. + **[MMM-PIR-Button by PtrBld](https://github.com/ptrbld/MMM-Button)**
Use a button to hide or show different modules via a broadcast message. + + **[MMM-PIR-Podcast by PtrBld](https://github.com/ptrbld/MMM-Podcast)**
This module can show/hide a video downloaded from a Podcast or a private server (needs static file path). At the moment you can only display the video by clicking a button (use the MMM-Button module). + ## 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/develop/modules) \ No newline at end of file