<?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: Error "Cannot read property 'Results' of undefined"]]></title><description><![CDATA[<p dir="auto">Hi all,<br />
I wanted to use the module MMM-Fhem to display the temperature information of my Fhem Heating System.<br />
I followed the Readme. However, when I start the MagicMirror I get following error message:</p>
<pre><code>
0|mm       | TypeError: Cannot read property 'Results' of undefined
0|mm       |     at Class.parseJson (/home/pi/MagicMirror/modules/MMM-FHEM/node_helper.js:76:28)
0|mm       |     at /home/pi/MagicMirror/modules/MMM-FHEM/node_helper.js:99:35
0|mm       |     at Request._callback (/home/pi/MagicMirror/modules/MMM-FHEM/node_helper.js:40:9)
0|mm       |     at Request.self.callback (/home/pi/MagicMirror/modules/MMM-FHEM/node_modules/request/request.js:186:22)
0|mm       |     at emitTwo (events.js:106:13)
0|mm       |     at Request.emit (events.js:191:7)
0|mm       |     at Request. (/home/pi/MagicMirror/modules/MMM-FHEM/node_modules/request/request.js:1163:10)
0|mm       |     at emitOne (events.js:96:13)
0|mm       |     at Request.emit (events.js:188:7)
0|mm       |     at IncomingMessage. (/home/pi/MagicMirror/modules/MMM-FHEM/node_modules/request/request.js:1085:12)
</code></pre>
<p dir="auto">I went through my config file over and over again but didn’t find any mistake.<br />
Can somebody help me out finding the root cause for this error. It seems that it tries to read information from an object that is not existing.</p>
<p dir="auto">Thanks for any help.</p>
<p dir="auto">my config of this module:</p>
<pre><code>                 {
                 module: 'MMM-FHEM',
                position: 'bottom_bar',
                        config: {
                        host: '192.168.178.58',
                        port: '8083',
                        https: false,
                        devices: [
                          { 
                                deviceName: 'MAX_11cf08',
                                deviceReadings: [
                                      { name: 'temperature', 
                                        icon: 'wi wi-thermometer', 
                                        suffix: '°' },

                                    ],
                          },
                        ]
                        }
                 },


</code></pre>
<p dir="auto">The Fhem information of the specified device:</p>
<p dir="auto"><img src="/assets/uploads/files/1510778660055-fhem.jpg" alt="0_1510778659697_fhem.jpg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/topic/5524/mmm-fhem-error-cannot-read-property-results-of-undefined</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Jul 2026 05:30:53 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/5524.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 15 Nov 2017 20:47:49 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-Fhem: Error "Cannot read property 'Results' of undefined" on Sun, 19 Nov 2017 19:59:44 GMT]]></title><description><![CDATA[<p dir="auto">maybe I add the module creator :-)<br />
<a class="plugin-mentions-user plugin-mentions-a" href="/user/benroe" aria-label="Profile: BenRoe">@<bdi>BenRoe</bdi></a></p>
]]></description><link>https://forum.magicmirror.builders/post/31350</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/31350</guid><dc:creator><![CDATA[mibafz00]]></dc:creator><pubDate>Sun, 19 Nov 2017 19:59:44 GMT</pubDate></item></channel></rss>