<?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-Iobroker "undefined"]]></title><description><![CDATA[<p dir="auto">Hello guys,</p>
<p dir="auto">i installed the MMM-Iobroker module but it is just for mqtt devices possible to display them because i get in my mirror the message “undefined” when i write in the config other devices for example hm-rpc.</p>
<p dir="auto">thanks</p>
]]></description><link>https://forum.magicmirror.builders/topic/8571/mmm-iobroker-undefined</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Jul 2026 05:02:26 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/8571.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 13 Aug 2018 13:30:23 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-Iobroker "undefined" on Mon, 16 Nov 2020 08:41:52 GMT]]></title><description><![CDATA[<p dir="auto">Hi, i have updated to the actually MM. other things in the config i haven´t changed.</p>
<p dir="auto">I have install the simple restful API Adapter in iobroker and before the latest uodate all is going.</p>
<p dir="auto">Now nothing is going…</p>
<p dir="auto">Whre is the mistake?</p>
]]></description><link>https://forum.magicmirror.builders/post/84724</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/84724</guid><dc:creator><![CDATA[kusselin]]></dc:creator><pubDate>Mon, 16 Nov 2020 08:41:52 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Iobroker "undefined" on Mon, 30 Mar 2020 11:12:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jensen" aria-label="Profile: Jensen">@<bdi>Jensen</bdi></a><br />
hi, thx this helped me.<br />
But now I only see this, do you know why it cannot get data?<br />
I tried with</p>
<pre><code>"http://192.168.0.102:8087/get/hm-rpc.0.OEQ0348511.1.HUMIDITY" 
</code></pre>
<p dir="auto">at Safari and the response ist the fuel data string</p>
<pre><code>{"val":52,"ack":true,"ts":1585485874168,"q":0,"from":"system.adapter.hm-rega.0","user":"system.user.admin","lc":1585560601523,"type":"state","common":{"def":0,"type":"number","read":true,"write":false,"min":0,"max":99,"unit":"%","role":"value.humidity","name":"TempFeuchtHof.HUMIDITY"},"native":{"AutoconfRoles":"WEATHER","DEFAULT":0,"FLAGS":1,"ID":"HUMIDITY","MAX":99,"MIN":0,"OPERATIONS":5,"TAB_ORDER":1,"TYPE":"INTEGER","UNIT":"%"},"_id":"hm-rpc.0.OEQ0348511.1.HUMIDITY","acl":{"object":1636,"state":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/71430</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/71430</guid><dc:creator><![CDATA[roessi]]></dc:creator><pubDate>Mon, 30 Mar 2020 11:12:58 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Iobroker "undefined" on Fri, 28 Feb 2020 15:12:38 GMT]]></title><description><![CDATA[<p dir="auto">the solution was to modify MMM-ioBroker.js</p>
<pre><code>  getTemplate: function () {
    return 'MMM-ioBroker.njk';
  },

</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/70088</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/70088</guid><dc:creator><![CDATA[Jensen]]></dc:creator><pubDate>Fri, 28 Feb 2020 15:12:38 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Iobroker "undefined" on Fri, 28 Feb 2020 08:17:03 GMT]]></title><description><![CDATA[<p dir="auto">Please install in ioBroker the Adapter “Simple RESTful API”<br />
<img src="undefined" alt="0_1582877580623_Anmerkung 2020-02-28 091241.jpg" class=" img-fluid img-markdown" /></p>
<p dir="auto">config.js from the mirror look like this.</p>
<pre><code>{
                        module: 'MMM-ioBroker',
                        position: 'bottom_right',
                        config: {
                                host: 'IP from ioBroker',
                                port: '8087',
                                https: false,
                                devices: [
                                        { name: "Badezimmer",
                                                deviceStates: [
                                                                  { id: 'zigbee.0.001.temperature', icon: 'wi wi-thermometer', suffix: '&amp;deg;' },
                                                                  { id: 'zigbee.0.001.humidity',    icon: 'wi wi-humidity',    suffix: '%' }
                                                          ]
                                        },
                                       
                                       
                                ]
                        }
                },

</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/70066</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/70066</guid><dc:creator><![CDATA[Burn78]]></dc:creator><pubDate>Fri, 28 Feb 2020 08:17:03 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Iobroker "undefined" on Sun, 23 Feb 2020 16:05:07 GMT]]></title><description><![CDATA[<p dir="auto">Hi all,<br />
same on my side, always “undefined”<br />
Any idea?<br />
BR Jens</p>
]]></description><link>https://forum.magicmirror.builders/post/69869</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/69869</guid><dc:creator><![CDATA[Jensen]]></dc:creator><pubDate>Sun, 23 Feb 2020 16:05:07 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Iobroker "undefined" on Tue, 17 Sep 2019 17:45:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fischi87" aria-label="Profile: fischi87">@<bdi>fischi87</bdi></a> said in <a href="/post/43355">MMM-Iobroker "undefined"</a>:</p>
<blockquote>
<p dir="auto">Hello guys,</p>
<p dir="auto">i installed the MMM-Iobroker module but it is just for mqtt devices possible to display them because i get in my mirror the message “undefined” when i write in the config other devices for example hm-rpc.</p>
<p dir="auto">thanks</p>
</blockquote>
<p dir="auto">Hi,</p>
<p dir="auto">i have the same issue now, i would like to dislay modbus values.<br />
Unfortunately it seems to not work.</p>
<p dir="auto">Does anyone have a solution for this?</p>
]]></description><link>https://forum.magicmirror.builders/post/61416</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/61416</guid><dc:creator><![CDATA[Chris87-ux]]></dc:creator><pubDate>Tue, 17 Sep 2019 17:45:58 GMT</pubDate></item></channel></rss>