<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[MMM-DHT-Sensor]]></title><description><![CDATA[<p dir="auto">Hi,<br />
I need some help. I tried to install the DHT module from bernardpletikosa (<a href="https://github.com/bernardpletikosa/MMM-DHT-Sensor" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/bernardpletikosa/MMM-DHT-Sensor</a>). But when i start my MagicMirror i onley get a black screen.<br />
Did i anything wrog in my config.js file? This is what i added:</p>
<pre><code>{
			module: "MMM-DHT-Sensor",
			position: "bottom_right",
			config: {
				sensorTyp: "11",
				sensorPIN: "7",
				updateInterval: "2000 ms",
				animationSpeed: "0",
				titleText: "Raumtemperatur",
				units: "metric",
			}
		},
</code></pre>
<p dir="auto">Thanks</p>
]]></description><link>https://forum.magicmirror.builders/topic/8769/mmm-dht-sensor</link><generator>RSS for Node</generator><lastBuildDate>Sat, 06 Jun 2026 01:21:58 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/8769.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 19 Sep 2018 11:45:48 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-DHT-Sensor on Tue, 25 Sep 2018 10:56:23 GMT]]></title><description><![CDATA[<p dir="auto">This is my running config for this module:</p>
<pre><code>		{
			module: "MMM-DHT-Sensor",
			position: "top_right",
			header: "Header",
			config: {
				sensorPin: 2,
				sensorType: 11,	
				updateInterval: 60 * 60 * 1000,
				initialLoadDelay: 0,
				animationSpeed: 1000,
				units: "metric",
				relativeScale: 35,
				debug: false
			}
		},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/44733</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/44733</guid><dc:creator><![CDATA[cyberdie]]></dc:creator><pubDate>Tue, 25 Sep 2018 10:56:23 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-DHT-Sensor on Mon, 24 Sep 2018 23:39:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/steff92" aria-label="Profile: steff92">@<bdi>steff92</bdi></a> if u have a keyboard press ctrl-shift-i   ( letter i)  to open debug console.</p>
<p dir="auto">Or start mirror in   Dev mode, not full screen</p>
<p dir="auto">npm start Dev</p>
<p dir="auto">Alt-tab will also walk u between the available windows</p>
]]></description><link>https://forum.magicmirror.builders/post/44724</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/44724</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 24 Sep 2018 23:39:24 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-DHT-Sensor on Mon, 24 Sep 2018 16:22:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> i tried that code, but it doesnt work. Still the same problem.<br />
I always start the MM in the command line with:</p>
<pre><code>cd MagicMirror/
npm start
</code></pre>
<p dir="auto">Then the black screen opens and i can’t see whats in the command line because if i want to stop MM i have to reboot the pi (I’m a total beginner, sorry, maybe there is an other possibility to stop without reboot).</p>
<p dir="auto">I despair :loudly_crying_face:</p>
]]></description><link>https://forum.magicmirror.builders/post/44712</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/44712</guid><dc:creator><![CDATA[STEFF92]]></dc:creator><pubDate>Mon, 24 Sep 2018 16:22:27 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-DHT-Sensor on Fri, 21 Sep 2018 13:13:34 GMT]]></title><description><![CDATA[<p dir="auto">jslint suggests removing the extra trailing commas</p>
<pre><code>/* Magic Mirror Config Sample
 *
 * By Michael Teeuw http://michaelteeuw.nl
 * MIT Licensed.
 *
 * For more information how you can configurate this file
 * See https://github.com/MichMich/MagicMirror#configuration
 *
 */

var config = {
	address: "localhost", // Address to listen on, can be:
	                      // - "localhost", "127.0.0.1", "::1" to listen on loopback interface
	                      // - another specific IPv4/6 to listen on a specific interface
	                      // - "", "0.0.0.0", "::" to listen on any interface
	                      // Default, when address config is left out, is "localhost"
	port: 8080,
	ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"], // Set [] to allow all IP addresses
	                                                       // or add a specific IPv4 of 192.168.1.5 :
	                                                       // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"],
	                                                       // or IPv4 range of 192.168.3.0 --&gt; 192.168.3.15 use CIDR format :
	                                                       // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/28"],

	language: "en",
	timeFormat: 24,
	units: "metric",

	modules: [
		{
			module: "alert"
		},
		{
			module: "updatenotification",
			position: "top_bar"
		},
		{
			module: "clock",
			position: "top_left"
		},
		{
			module: "currentweather",
			position: "top_right",
			config: {
				location: "Castrop-Rauxel",
				locationID: "",  //ID from http://www.openweathermap.org/help/city_list.txt
				appid: "447e7403ed196c5dcfc895a3b85dd6b4"
			}
		},
		{
			module: "weatherforecast",
			position: "top_right",
			header: "Wettervorhersage",
			config: {
				location: "Castrop-Rauxel",
				locationID: "",  //ID from http://www.openweathermap.org/help/city_list.txt
				appid: "447e7403ed196c5dcfc895a3b85dd6b4"
			}
		},
		{
			module: "newsfeed",
			position: "bottom_bar",
			config: {
				feeds: [
					{
						title: "Tagesschau",
						url: "http://www.tagesschau.de/xml/rss2"
					},
					{
						title: "BILD News",
						url: "https://www.bild.de/rss-feeds/rss-16725492,feed=news.bild.html"
					},
					{
						title: "Kicker News",
						url: "http://rss.kicker.de/news/aktuell"
					},
					{
						title: "Kicker BVB",
						url: "http://rss.kicker.de/team/borussiadortmund"
					}
				],
				showSourceTitle: true,
				showPublishDate: true
			}
		},
		{
                      module: 'MMM-soccer',
                      position: 'bottom_left',
                      config: {
                              api_key: 'c7c930952f7a4d73951b33b2386d30c1',
                              colored: false,
                              show: 'GERMANY',
                              leagues: {"GERMANY":430}
                              }
                },
		{
			module: "MMM-DHT-Sensor",
			position: "bottom_right",
			config: {
				sensorTyp: "11",
				sensorPIN: "7",
				updateInterval: "2000 ms",
				animationSpeed: "0",
				titleText: "Raumtemperatur",
				units: "metric"
			}
		}
	]

};

/*************** DO NOT EDIT THE LINE BELOW ***************/
if (typeof module !== "undefined") {module.exports = config;}

</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/44583</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/44583</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 21 Sep 2018 13:13:34 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-DHT-Sensor on Fri, 21 Sep 2018 12:52:25 GMT]]></title><description><![CDATA[<p dir="auto">cut and paste your entire config, and paste into <a href="http://jslint.com" target="_blank" rel="noopener noreferrer nofollow ugc">jslint.com</a>,<br />
at the bottom of the screen check</p>
<p dir="auto">node.js, long lines, single quotes, and whitespace mess</p>
<p dir="auto">may have to comment out a few trailing  commas…</p>
<p dir="auto">should find the problem, if its config text related…</p>
<p dir="auto">otherwise</p>
<p dir="auto">start the mm from the commandline on the pi and see what the error reports,</p>
]]></description><link>https://forum.magicmirror.builders/post/44582</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/44582</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 21 Sep 2018 12:52:25 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-DHT-Sensor on Fri, 21 Sep 2018 12:50:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yawns" aria-label="Profile: yawns">@<bdi>yawns</bdi></a> yes i did</p>
]]></description><link>https://forum.magicmirror.builders/post/44581</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/44581</guid><dc:creator><![CDATA[STEFF92]]></dc:creator><pubDate>Fri, 21 Sep 2018 12:50:31 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-DHT-Sensor on Fri, 21 Sep 2018 12:46:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/binia" aria-label="Profile: binia">@<bdi>binia</bdi></a> doesn’t work</p>
]]></description><link>https://forum.magicmirror.builders/post/44580</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/44580</guid><dc:creator><![CDATA[STEFF92]]></dc:creator><pubDate>Fri, 21 Sep 2018 12:46:42 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-DHT-Sensor on Thu, 20 Sep 2018 08:07:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/steff92" aria-label="Profile: steff92">@<bdi>steff92</bdi></a> said in <a href="/post/44539">MMM-DHT-Sensor</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yawns" aria-label="Profile: yawns">@<bdi>yawns</bdi></a> same problem, nothing else than a black screen</p>
</blockquote>
<p dir="auto">But you did run <code>npm install</code> in <code>~/MagicMirror/modules/MMM-DHT-Sensor</code> ?</p>
]]></description><link>https://forum.magicmirror.builders/post/44547</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/44547</guid><dc:creator><![CDATA[yawns]]></dc:creator><pubDate>Thu, 20 Sep 2018 08:07:25 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-DHT-Sensor on Thu, 20 Sep 2018 05:24:34 GMT]]></title><description><![CDATA[<p dir="auto">Try please without the comma the last line.</p>
<pre><code>		units: "metric"
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/44545</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/44545</guid><dc:creator><![CDATA[binia]]></dc:creator><pubDate>Thu, 20 Sep 2018 05:24:34 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-DHT-Sensor on Wed, 19 Sep 2018 16:24:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yawns" aria-label="Profile: yawns">@<bdi>yawns</bdi></a> same problem, nothing else than a black screen</p>
]]></description><link>https://forum.magicmirror.builders/post/44539</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/44539</guid><dc:creator><![CDATA[STEFF92]]></dc:creator><pubDate>Wed, 19 Sep 2018 16:24:00 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-DHT-Sensor on Wed, 19 Sep 2018 14:49:12 GMT]]></title><description><![CDATA[<p dir="auto">Please try it this way:</p>
<pre><code>{
	module: "MMM-DHT-Sensor",
	position: "bottom_right",
	config: {
		sensorTyp: 11,
		sensorPIN: 7,
		updateInterval: 2000,
		animationSpeed: 0,
		titleText: "Raumtemperatur",
		units: "metric",
	}
},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/44538</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/44538</guid><dc:creator><![CDATA[yawns]]></dc:creator><pubDate>Wed, 19 Sep 2018 14:49:12 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-DHT-Sensor on Wed, 19 Sep 2018 14:05:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> i tried it but then there was a black screen with the massage i should create a correct config.js file.</p>
<p dir="auto">Befor i added the DHT-module, my MagicMirror was running. Here is my complete config.js file:</p>
<pre><code>/* Magic Mirror Config Sample
 *
 * By Michael Teeuw http://michaelteeuw.nl
 * MIT Licensed.
 *
 * For more information how you can configurate this file
 * See https://github.com/MichMich/MagicMirror#configuration
 *
 */

var config = {
	address: "localhost", // Address to listen on, can be:
	                      // - "localhost", "127.0.0.1", "::1" to listen on loopback interface
	                      // - another specific IPv4/6 to listen on a specific interface
	                      // - "", "0.0.0.0", "::" to listen on any interface
	                      // Default, when address config is left out, is "localhost"
	port: 8080,
	ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"], // Set [] to allow all IP addresses
	                                                       // or add a specific IPv4 of 192.168.1.5 :
	                                                       // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"],
	                                                       // or IPv4 range of 192.168.3.0 --&gt; 192.168.3.15 use CIDR format :
	                                                       // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/28"],

	language: "en",
	timeFormat: 24,
	units: "metric",

	modules: [
		{
			module: "alert",
		},
		{
			module: "updatenotification",
			position: "top_bar"
		},
		{
			module: "clock",
			position: "top_left"
		},
		{
			module: "currentweather",
			position: "top_right",
			config: {
				location: "Castrop-Rauxel",
				locationID: "",  //ID from http://www.openweathermap.org/help/city_list.txt
				appid: "447e7403ed196c5dcfc895a3b85dd6b4"
			}
		},
		{
			module: "weatherforecast",
			position: "top_right",
			header: "Wettervorhersage",
			config: {
				location: "Castrop-Rauxel",
				locationID: "",  //ID from http://www.openweathermap.org/help/city_list.txt
				appid: "447e7403ed196c5dcfc895a3b85dd6b4"
			}
		},
		{
			module: "newsfeed",
			position: "bottom_bar",
			config: {
				feeds: [
					{
						title: "Tagesschau",
						url: "http://www.tagesschau.de/xml/rss2"
					},
					{
						title: "BILD News",
						url: "https://www.bild.de/rss-feeds/rss-16725492,feed=news.bild.html"
					},
					{
						title: "Kicker News",
						url: "http://rss.kicker.de/news/aktuell"
					},
					{
						title: "Kicker BVB",
						url: "http://rss.kicker.de/team/borussiadortmund"
					}
				],
				showSourceTitle: true,
				showPublishDate: true
			}
		},
		{
                      module: 'MMM-soccer',
                      position: 'bottom_left',
                      config: {
                              api_key: 'c7c930952f7a4d73951b33b2386d30c1',
                              colored: false,
                              show: 'GERMANY',
                              leagues: {"GERMANY":430},
                              }
                },
		{
			module: "MMM-DHT-Sensor",
			position: "bottom_right",
			config: {
				sensorTyp: "11",
				sensorPIN: "7",
				updateInterval: "2000 ms",
				animationSpeed: "0",
				titleText: "Raumtemperatur",
				units: "metric",
			}
		},
	]

};

/*************** DO NOT EDIT THE LINE BELOW ***************/
if (typeof module !== "undefined") {module.exports = config;}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/44536</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/44536</guid><dc:creator><![CDATA[STEFF92]]></dc:creator><pubDate>Wed, 19 Sep 2018 14:05:36 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-DHT-Sensor on Wed, 19 Sep 2018 13:35:02 GMT]]></title><description><![CDATA[<p dir="auto">U need another set of braces starting before “module”</p>
<p dir="auto">And ending after the close brace of config</p>
<p dir="auto">This new close brace, also needs a trailing comma</p>
]]></description><link>https://forum.magicmirror.builders/post/44535</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/44535</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 19 Sep 2018 13:35:02 GMT</pubDate></item></channel></rss>