diff --git a/MagicMirror²-Modules.md b/MagicMirror²-Modules.md index 7698292..f380dd0 100644 --- a/MagicMirror²-Modules.md +++ b/MagicMirror²-Modules.md @@ -207,6 +207,7 @@ The following modules are created by their respective authors. |[MMM-json-feed](https://github.com/amcolash/MMM-json-feed) |amcolash |Display data from any JSON source.| |[MMM-JSONStatusChecker](https://github.com/shbatm/MMM-JSONStatusChecker) |shbatm |Display a True/False status from any JSON source (e.g. VPN Connected/Disconnected).| |[MMM-KeyBindings](https://github.com/shbatm/MMM-KeyBindings) |shbatm |A module for getting bluetooth remote control and keyboard inputs| +|[MMM-LCDControl](https://github.com/Txukie/MMM-LCDControl) |Txukie |Turns on or off a device connected to GPIO (in my case, an LCD screen) based on the input of a PIR device.| |[MMM-max](https://github.com/mirko3000/MMM-max) |mirko3000 |Displays the status of you MAX! radiator thermostats via the MAX! cube gateway.| |[MMM-Memo](https://github.com/schnibel/MMM-Memo) |schnibel |Add one to many memo notes ("post-it look & feel") on your Magic Mirror. Content is manageable through HTTP get requests.| |[MMM-MPR121](https://github.com/PatriceG/MMM-MPR121) |PatriceG |Connects multiple touch (capacitive) buttons via a MPR121 touch controller to send notifications to other modules (based on MMM-Buttons)|