<?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-FHEM shows values from FHEM devices ...]]></title><description><![CDATA[<p dir="auto">[card:benroe/MMM-FHEM]<br />
This module can show any reading value from a <a href="http://fhem.de/fhem.html" target="_blank" rel="noopener noreferrer nofollow ugc">FHEM</a> device.</p>
<p dir="auto"><img src="https://github.com/BenRoe/MMM-FHEM/raw/gh-pages/Screenshot1.png?raw=true" alt="Screenshot MMM-FHEM wide" class=" img-fluid img-markdown" /><br />
If the module is in the position top_ bar, or bottom_bar it looks like this …</p>
<p dir="auto"><img src="https://github.com/BenRoe/MMM-FHEM/raw/gh-pages/Screenshot2.png?raw=true" alt="Screenshot MMM-FHEM compact" class=" img-fluid img-markdown" /><br />
and if its in a left, or right column it’s compact style.</p>
<p dir="auto">You can also add any icon in front and a text suffix.</p>
<p dir="auto"><strong>Known issue:</strong></p>
<ul>
<li>multiple MMM-FHEM modules in the config/on the mirror will overwrite each other</li>
</ul>
]]></description><link>https://forum.magicmirror.builders/topic/733/mmm-fhem-shows-values-from-fhem-devices</link><generator>RSS for Node</generator><lastBuildDate>Mon, 17 Aug 2026 20:30:21 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/733.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 29 Sep 2016 14:30:21 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-FHEM shows values from FHEM devices ... on Thu, 12 Apr 2018 11:09:36 GMT]]></title><description><![CDATA[<p dir="auto">the Fix for you`r Problem might be:</p>
<p dir="auto"><a href="https://forum.magicmirror.builders/topic/1566/mmm-fhem-no-fhem-statusdisplay/11?page=2">Disable csrfToken</a></p>
<p dir="auto">after 2 weeks of searching the Internet i found the post in this forum this helpt me to fix the same probelm.</p>
]]></description><link>https://forum.magicmirror.builders/post/38309</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/38309</guid><dc:creator><![CDATA[Robs]]></dc:creator><pubDate>Thu, 12 Apr 2018 11:09:36 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-FHEM shows values from FHEM devices ... on Wed, 31 Jan 2018 20:54:17 GMT]]></title><description><![CDATA[<p dir="auto">Too bad, someone mention this on the github ticket. <a href="https://github.com/BenRoe/MMM-FHEM/issues/2" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/BenRoe/MMM-FHEM/issues/2</a><br />
I don’t have the time to examine this problem. If someone can implement this, please let me know.</p>
]]></description><link>https://forum.magicmirror.builders/post/35040</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/35040</guid><dc:creator><![CDATA[BenRoe]]></dc:creator><pubDate>Wed, 31 Jan 2018 20:54:17 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-FHEM shows values from FHEM devices ... on Wed, 31 Jan 2018 17:37:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/benroe" aria-label="Profile: BenRoe">@<bdi>BenRoe</bdi></a> Sorry doesn’t work for me. The module doesn’t even appear. My config should be fine…</p>
<pre><code>   {
	module: 'MMM-FHEM',
	position: 'bottom_bar',
       config: {
			host: 'xxxx:xxxx@xxx.xxx.xxx.xx',
			port: '8083',
			https: true,
				devices: [
					{ deviceName: 'WZ_Heizung_Clima',
						deviceReadings: [
						{ name: 'measured-temp', icon: 'wi wi-thermometer', suffix: '°' },
						{ name: 'desired-temp', icon: 'wi wi-thermometer', suffix: '°' },
									       ],
					},  
						],
		},
	},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/35035</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/35035</guid><dc:creator><![CDATA[Da-ne-ezy]]></dc:creator><pubDate>Wed, 31 Jan 2018 17:37:11 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-FHEM shows values from FHEM devices ... on Tue, 30 Jan 2018 20:02:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/da-ne-ezy" aria-label="Profile: Da-ne-ezy">@<bdi>Da-ne-ezy</bdi></a> try this.</p>
<pre><code>host: 'username:password@ip-of-your-fhem-server'
</code></pre>
<p dir="auto">Please let me know if it works.</p>
]]></description><link>https://forum.magicmirror.builders/post/34980</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/34980</guid><dc:creator><![CDATA[BenRoe]]></dc:creator><pubDate>Tue, 30 Jan 2018 20:02:32 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-FHEM shows values from FHEM devices ... on Thu, 28 Dec 2017 12:55:11 GMT]]></title><description><![CDATA[<p dir="auto">Hi,<br />
I have a similar issue: after installing the module and adding it to the config.js I don’t see it on the screen. After a restart all other widgets are shown. I don’t even see an empty field or such where this widget should be shown :(</p>
<p dir="auto">Am I missing anything maybe?</p>
<p dir="auto">For the sake of debugging, I’m trying to access a publicly available FHEM instance.</p>
<pre><code>{
			module: 'MMM-FHEM',
			position: 'top_bar',
			config: {
				host: 'http://fhem.waschto.eu',
				port: '8083',
				https: false,
				devices: [
					  { deviceName: 'FL_Temperatur',
						deviceReadings: [
										  { name: 'temperature', icon: 'wi wi-thermometer', suffix: '°' },
										  { name: 'humidity', icon: 'wi wi-humidity', suffix: '%' },
										],
					  }
				]
			}
		}
</code></pre>
<p dir="auto">Might I have made a mistake installing the dependencies? Is “sudo npm install underscore” or “request” not the right way to do it?</p>
]]></description><link>https://forum.magicmirror.builders/post/32896</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/32896</guid><dc:creator><![CDATA[DerRheingold]]></dc:creator><pubDate>Thu, 28 Dec 2017 12:55:11 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-FHEM shows values from FHEM devices ... on Mon, 02 Oct 2017 13:26:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/benroe" aria-label="Profile: BenRoe">@<bdi>BenRoe</bdi></a> thanks for the answer. I have removed the squared brackets but it is still the same. The modul will not displayed. Do you have an other idea ?</p>
]]></description><link>https://forum.magicmirror.builders/post/28853</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/28853</guid><dc:creator><![CDATA[dominic]]></dc:creator><pubDate>Mon, 02 Oct 2017 13:26:34 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-FHEM shows values from FHEM devices ... on Sun, 01 Oct 2017 21:38:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/da-ne-ezy" aria-label="Profile: Da-ne-ezy">@<bdi>Da-ne-ezy</bdi></a> hi currently i have no time to research how to implement that from nodejs side.<br />
If someone has an idea, please do a pull request on github.</p>
]]></description><link>https://forum.magicmirror.builders/post/28815</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/28815</guid><dc:creator><![CDATA[BenRoe]]></dc:creator><pubDate>Sun, 01 Oct 2017 21:38:01 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-FHEM shows values from FHEM devices ... on Sun, 01 Oct 2017 21:36:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dominic" aria-label="Profile: dominic">@<bdi>dominic</bdi></a> remove the squared brackets from the host row.</p>
]]></description><link>https://forum.magicmirror.builders/post/28814</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/28814</guid><dc:creator><![CDATA[BenRoe]]></dc:creator><pubDate>Sun, 01 Oct 2017 21:36:10 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-FHEM shows values from FHEM devices ... on Sun, 01 Oct 2017 00:07:46 GMT]]></title><description><![CDATA[<p dir="auto">Hi everyone<br />
I’ve tried to install and activate the MMM-FHEM module but with not to much success. There was actually no problem neither with the installation nor the configuration but I can’t get it running.</p>
<p dir="auto">FHEM is running on the Rpi.<br />
Here is my config.js.</p>
<pre><code>//FHEM
		 {
    module: 'MMM-FHEM',
    position: 'bottom_bar',
    config: {
      host: ['localhost'],
      port: '8083',
      https: false,
      devices: [
                  { deviceName: 'ESPEasy_ESP_Test_DHT',
                    deviceReadings: [
                                      { name: 'Temperatur', icon: 'wi wi-thermometer', suffix: '°' },
                                      { name: 'sate', icon: 'wi wi-humidity', suffix: 'test%' },
                                    ],
                  },
                 
                ],
    },
  },
	
	
		
		
	]
</code></pre>
<p dir="auto">i  hope you can help me.<br />
greetings from Germany</p>
]]></description><link>https://forum.magicmirror.builders/post/28746</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/28746</guid><dc:creator><![CDATA[dominic]]></dc:creator><pubDate>Sun, 01 Oct 2017 00:07:46 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-FHEM shows values from FHEM devices ... on Wed, 02 Aug 2017 13:26:17 GMT]]></title><description><![CDATA[<p dir="auto">Is there any chance of doing an update of this module with FHEM Username and Password?</p>
]]></description><link>https://forum.magicmirror.builders/post/26132</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/26132</guid><dc:creator><![CDATA[Da-ne-ezy]]></dc:creator><pubDate>Wed, 02 Aug 2017 13:26:17 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-FHEM shows values from FHEM devices ... on Sun, 21 May 2017 20:19:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/woody" aria-label="Profile: Woody">@<bdi>Woody</bdi></a> no it’s not possible.</p>
]]></description><link>https://forum.magicmirror.builders/post/21896</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/21896</guid><dc:creator><![CDATA[BenRoe]]></dc:creator><pubDate>Sun, 21 May 2017 20:19:53 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-FHEM shows values from FHEM devices ... on Sun, 21 May 2017 19:26:07 GMT]]></title><description><![CDATA[<p dir="auto">Is it possible to show differend icons depending on the device state like Fhem does it?</p>
]]></description><link>https://forum.magicmirror.builders/post/21890</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/21890</guid><dc:creator><![CDATA[Woody]]></dc:creator><pubDate>Sun, 21 May 2017 19:26:07 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-FHEM shows values from FHEM devices ... on Thu, 04 May 2017 22:58:30 GMT]]></title><description><![CDATA[<p dir="auto">Yes, I have done that :)</p>
]]></description><link>https://forum.magicmirror.builders/post/21181</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/21181</guid><dc:creator><![CDATA[Fistandantilus]]></dc:creator><pubDate>Thu, 04 May 2017 22:58:30 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-FHEM shows values from FHEM devices ... on Thu, 04 May 2017 22:57:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fistandantilus" aria-label="Profile: Fistandantilus">@<bdi>Fistandantilus</bdi></a> you can edit the fhem.css on your mm and remove it. Seems the simplest way.</p>
]]></description><link>https://forum.magicmirror.builders/post/21180</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/21180</guid><dc:creator><![CDATA[BenRoe]]></dc:creator><pubDate>Thu, 04 May 2017 22:57:05 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-FHEM shows values from FHEM devices ... on Thu, 04 May 2017 14:46:53 GMT]]></title><description><![CDATA[<p dir="auto">OK, fixed it by myself. Had to remove the max-width: 300px; from fhem.css.</p>
]]></description><link>https://forum.magicmirror.builders/post/21140</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/21140</guid><dc:creator><![CDATA[Fistandantilus]]></dc:creator><pubDate>Thu, 04 May 2017 14:46:53 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-FHEM shows values from FHEM devices ... on Thu, 04 May 2017 14:37:43 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">thx for your module. It exactly meets my requirements! One thing I´m currently struggeling is the alignment. I´m using:</p>
<p dir="auto">body {<br />
margin: 30px;<br />
height: calc(100% - 60px);<br />
width: calc(100% - 60px);<br />
}</p>
<p dir="auto">in my custom. css. The FHEM module is located at top_right but it has not the same margin as other modules. I made the border vissible using border-style: solid; to make see if it is the text  alignment or something else. Se the attachment to get a better picture of what I´m talking about. Does anybody have an idea how to move it left?</p>
<p dir="auto">regards,<br />
F.</p>
<p dir="auto"><img src="/assets/uploads/files/1493908644691-bildschirmfoto-2017-05-04-um-16.30.28.png" alt="0_1493908642504_Bildschirmfoto 2017-05-04 um 16.30.28.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/21139</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/21139</guid><dc:creator><![CDATA[Fistandantilus]]></dc:creator><pubDate>Thu, 04 May 2017 14:37:43 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-FHEM shows values from FHEM devices ... on Mon, 16 Jan 2017 17:26:18 GMT]]></title><description><![CDATA[<p dir="auto">Don’t know exactly what happend but after I set it up I only managed one time to get a value from FHEM, second time Fhem freeze and was not responding anymore. Only after deleting the module from MM config and restart the Raspberry Fhem was working again.</p>
]]></description><link>https://forum.magicmirror.builders/post/11276</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/11276</guid><dc:creator><![CDATA[DazDavid]]></dc:creator><pubDate>Mon, 16 Jan 2017 17:26:18 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-FHEM shows values from FHEM devices ... on Mon, 16 Jan 2017 16:29:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dazdavid" aria-label="Profile: DazDavid">@<bdi>DazDavid</bdi></a> what killed your FHEM Server? It’s should not be possible, the plugin could kill your MagicMirror, because of a config file with syntax errors or to high update rate.</p>
]]></description><link>https://forum.magicmirror.builders/post/11270</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/11270</guid><dc:creator><![CDATA[BenRoe]]></dc:creator><pubDate>Mon, 16 Jan 2017 16:29:57 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-FHEM shows values from FHEM devices ... on Mon, 16 Jan 2017 13:27:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/benroe" aria-label="Profile: BenRoe">@<bdi>BenRoe</bdi></a> thank you for the update.<br />
Unfortunatelly the new version killed my FHEM Server somehow… Anyway I found a workarounf in the meanwhile.<br />
I build a new Tablet UI HTML File for the Mirror and used the iframe Module in MM to display the values. Works pretty good and im more Flexible.</p>
]]></description><link>https://forum.magicmirror.builders/post/11251</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/11251</guid><dc:creator><![CDATA[DazDavid]]></dc:creator><pubDate>Mon, 16 Jan 2017 13:27:55 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-FHEM shows values from FHEM devices ... on Mon, 09 Jan 2017 12:23:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dom1n1c" aria-label="Profile: Dom1n1c">@<bdi>Dom1n1c</bdi></a> it is possible. I don’t have the time to rewrite the module for openhab. Sorry</p>
]]></description><link>https://forum.magicmirror.builders/post/10696</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/10696</guid><dc:creator><![CDATA[BenRoe]]></dc:creator><pubDate>Mon, 09 Jan 2017 12:23:50 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-FHEM shows values from FHEM devices ... on Mon, 09 Jan 2017 05:19:51 GMT]]></title><description><![CDATA[<p dir="auto">Is it possible to access values from openhab?</p>
<p dir="auto">The syntax of the rest interface in OH is:</p>
<p dir="auto">IP:8080/rest/items/specificitem<br />
And to get the ‘Raw’ result/value:</p>
<p dir="auto">IP:8080/rest/items/specificitem/state</p>
<p dir="auto">I saw that there were a few Addons (for my smartwatch) that could use both FHEM and OpenHAB</p>
<p dir="auto">Thanks</p>
]]></description><link>https://forum.magicmirror.builders/post/10682</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/10682</guid><dc:creator><![CDATA[Dom1n1c]]></dc:creator><pubDate>Mon, 09 Jan 2017 05:19:51 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-FHEM shows values from FHEM devices ... on Sun, 08 Jan 2017 15:37:42 GMT]]></title><description><![CDATA[<p dir="auto">I updated the Module to Version 0.2.0<br />
Update instruction <a href="https://github.com/BenRoe/MMM-FHEM#update-the-module" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/BenRoe/MMM-FHEM#update-the-module</a></p>
<p dir="auto"><strong>Please change the module configuration in  your config.js  to the new structure.</strong></p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dazdavid" aria-label="Profile: DazDavid">@<bdi>DazDavid</bdi></a>  now with https support<br />
<a class="plugin-mentions-user plugin-mentions-a" href="/user/bobby" aria-label="Profile: Bobby">@<bdi>Bobby</bdi></a> fix the bug you found<br />
<a class="plugin-mentions-user plugin-mentions-a" href="/user/dirks" aria-label="Profile: DirkS">@<bdi>DirkS</bdi></a> you can set different readings for every FHEM device</p>
<p dir="auto">If you like the module please star it on github</p>
]]></description><link>https://forum.magicmirror.builders/post/10622</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/10622</guid><dc:creator><![CDATA[BenRoe]]></dc:creator><pubDate>Sun, 08 Jan 2017 15:37:42 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-FHEM shows values from FHEM devices ... on Sat, 17 Dec 2016 18:33:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/benroe" aria-label="Profile: BenRoe">@<bdi>BenRoe</bdi></a> Hi, i found the problem an it works fine now.<br />
I changed following line  <code>self.defaults.deviceReadings[index]</code>  in  <code> self.config.deviceReadings[index]</code><br />
There are no default values for deviceNames and deviceReadings. They are only in the config.js</p>
<p dir="auto">This helps for me.<br />
Thanks<br />
Bobby</p>
]]></description><link>https://forum.magicmirror.builders/post/9486</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/9486</guid><dc:creator><![CDATA[Bobby]]></dc:creator><pubDate>Sat, 17 Dec 2016 18:33:55 GMT</pubDate></item></channel></rss>