From c505f7c7d536e86462650b98e6c8fbcc25125dd7 Mon Sep 17 00:00:00 2001 From: buxxi Date: Tue, 31 Dec 2019 12:49:12 +0100 Subject: [PATCH] Adding my module MMM-IndoorTemperature-Endpoint --- 3rd-Party-Modules.md | 1 + 1 file changed, 1 insertion(+) diff --git a/3rd-Party-Modules.md b/3rd-Party-Modules.md index bfce74c..0ca9e62 100644 --- a/3rd-Party-Modules.md +++ b/3rd-Party-Modules.md @@ -271,6 +271,7 @@ The following modules are created by their respective authors. |[MMM-GameOfLife](https://github.com/raywo/MMM-GameOfLife)| raywo | Displays a grid simulating the [Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life). | |[MMM-HDC1080](https://github.com/MichaelF1/MMM-HDC1080) |MichaelF1|Display the temperature and humidity of the I2C-based HDC1080-sensor on your Magic Mirror| |[MMM-IndoorTemp](https://github.com/sebastianhodapp/MMM-IndoorTemp) |sebastianhodapp |The module emits the notification "INDOOR_TEMPERATURE" to display the indoor temperature received via a subscribed MQTT topic in the default [Current Weather module](https://github.com/MichMich/MagicMirror/tree/develop/modules/default/currentweather).| +|[MMM-IndoorTemperature-Endpoint](https://github.com/buxxi/MMM-IndoorTemperature-Endpoint) |buxxi |This module exposes a HTTP-endpoint on the MagicMirror that can receive the indoor temperature and then emits that value as notification "INDOOR_TEMPERATURE".| |[MMM-LocalTemperature](https://github.com/glitch452/MMM-LocalTemperature) |glitch452 |Show the temperature and/or humidity from a DHT11, DHT22, or AM2302 sensor| |[MMM-Looko2-aq](https://github.com/marska/MMM-Looko2-aq) |marska |Display the air quality index from [looko2](http://looko2.com/index.php) sensor.| |[MMM-MarineWeather](https://github.com/grenagit/MMM-MarineWeather) |Grena |A Magic Mirror Module displaying the current marine weather (water and air temperatures, wind and wave conditions).|