<?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-Loxone]]></title><description><![CDATA[<p dir="auto">Hi everyone!</p>
<p dir="auto">I am owning a Loxone Smart Home, but I couldn’t find a compatible module for Loxone.</p>
<p dir="auto">So decided to work on <code>MMM-Loxone</code>.<br />
It enables other modules to communicate with your Loxone Miniserver via a secure connection with token based authentication, so <strong>no unsecure basic authentication</strong>!</p>
<p dir="auto">Right now the Loxone module doesn’t have any UI, but it emmits the <code>INDOOR_TEMPERATURE</code> notification which enables other modules like <a href="https://github.com/MichMich/MagicMirror/tree/develop/modules/default/currentweather" target="_blank" rel="noopener noreferrer nofollow ugc">default Current Weather Module</a>, or my fork of <a href="https://github.com/idoodler/MMM-forecast-io" target="_blank" rel="noopener noreferrer nofollow ugc">MMM-forecast-io</a> to display the room temperature without adding yet another module.</p>
<p dir="auto">Current Features:</p>
<ul>
<li>Emmit <code>INDOOR_TEMPERATURE</code> (The room temperature the MacigMirror is located in, ready to use for other modules). Just define the room, the module will automatically figure out the temperature of the room, given you use an <strong>“Inteligent Room Controller” in this room</strong>!</li>
<li>Show notifications (info, error, system and notifications of controls) using the default, alread installed <code>alert</code> module</li>
<li>Lets other modules communicate with your Loxone Miniserver (You must explicitly enable this in your config.json)</li>
</ul>
<p dir="auto">What do you think about this module, are you exited, do you miss any feature? I am planing on releasing this module within the next week.</p>
<p dir="auto"><strong>Update:</strong></p>
<ul>
<li>Define a virtual output that enables/ disables the Interface of the MagicMirror</li>
<li>Blank out the screen also works on web interface only installations</li>
<li>Stability improvements (Will automatically reconnect in case of a reboot due to an update)</li>
</ul>
<p dir="auto">[card:idoodler/MMM-Loxone]</p>
]]></description><link>https://forum.magicmirror.builders/topic/7038/mmm-loxone</link><generator>RSS for Node</generator><lastBuildDate>Mon, 11 May 2026 20:19:28 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/7038.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 22 Apr 2018 08:27:09 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-Loxone on Sun, 21 Aug 2022 18:03:23 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> thanks, i will do so!</p>
]]></description><link>https://forum.magicmirror.builders/post/103813</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/103813</guid><dc:creator><![CDATA[bobbythemoh]]></dc:creator><pubDate>Sun, 21 Aug 2022 18:03:23 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Loxone on Sun, 21 Aug 2022 17:49:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bobbythemoh" aria-label="Profile: bobbythemoh">@<bdi>bobbythemoh</bdi></a> I recommend u open an issue on the module GitHub page to engage the author. no guarantee they are looking at the forum</p>
]]></description><link>https://forum.magicmirror.builders/post/103812</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/103812</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 21 Aug 2022 17:49:33 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Loxone on Sun, 21 Aug 2022 15:18:02 GMT]]></title><description><![CDATA[<p dir="auto">Dear Community and David,<br />
I was operating the mirror for 3 years now without any issue but 2 weeks ago i destroyed it with an update. So i made a new setup and found out some things with MMM-Loxone where i need help. I did not change the hardware (still raspi 3B) - just new OS + Latest MM + Latest Modules.</p>
<p dir="auto">“Fade Out” is default false according to documentation but my obervation is:  If nothing is in the config - it is fading out - if I set fadeout: false, peresence is not working anymore. I think this is not working correctly.</p>
<p dir="auto">The monitor is not switching off - its just getting black but no power safe option - so “wasting” 46 Watts all the time. i found  a commit from 09.02.2022 where you removed “vcgencmd” because of compatibility issues - i found the passage in “node_helper.js” at line 314 - uncommented it and it works fine again.</p>
<p dir="auto">CSS Style - The font became so much smaller - i would like to make it bigger i tried to edit it in custom.css file but it did not change fontsize - then i found out that there is a “MMM-Loxone.css” - why is there a separate css?</p>
<p dir="auto">I tried to add the code below without success. How to make the font bigger?</p>
<p dir="auto">Thank you in advance!</p>
<pre><code>/*
 *
 * MMM-Loxone
 *
 * idoodler
 * MIT Licensed.
 *
 * Custom here your css module
 *
 */

.xsmall{
font-family: 'Roboto Condensed';
font-size: 30px;
line-height: 40px;
}
.small{
font-family: 'Roboto Condensed';
font-size: 30px;
line-height: 40px;
}
.medium{
font-family: 'Roboto Condensed';
font-size: 30px;
line-height: 40px;
}

</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/103807</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/103807</guid><dc:creator><![CDATA[bobbythemoh]]></dc:creator><pubDate>Sun, 21 Aug 2022 15:18:02 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Loxone on Sat, 26 Sep 2020 07:14:12 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/phil__" aria-label="Profile: Phil__">@<bdi>Phil__</bdi></a>,</p>
<p dir="auto">I think the Raspberry Pi 4 works a little bit different that the 3 or so.</p>
<p dir="auto">If MMM-Loxone can‘t toggle off the display it just fades in a black overlay to hopefully trigger the screens power saving mode.</p>
<p dir="auto">I will have a look at it when my Pi 4 arrives.</p>
<p dir="auto">Meanwhile I ask you to create an issue on the <a href="https://github.com/idoodler/MMM-Loxone" target="_blank" rel="noopener noreferrer nofollow ugc">Github Repo</a></p>
]]></description><link>https://forum.magicmirror.builders/post/82379</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/82379</guid><dc:creator><![CDATA[idoodler]]></dc:creator><pubDate>Sat, 26 Sep 2020 07:14:12 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Loxone on Fri, 25 Sep 2020 11:05:49 GMT]]></title><description><![CDATA[<p dir="auto">Hello Everyone,</p>
<p dir="auto">today i updated my MagicMirror Setup (and all modules).</p>
<p dir="auto">Now i have trouble with the MMM-Loxone Module.  My Display do not turn off, it shows a black screen instead turning off.<br />
The pm2 log shows a interessting Message: " This is no Raspberry Pi, toggle the display is not supported!"</p>
<p dir="auto">My Setup:</p>
<ul>
<li>Raspberry Pi 4</li>
<li>latest Raspian Image with all Updates</li>
<li>latest Updates for MagicMirror and Modules</li>
</ul>
<p dir="auto">Can anyone help me?</p>
<p dir="auto">Phil</p>
<p dir="auto">1|MagicMirror  | MMM-Loxone Found room: Wohnzimmer<br />
1|MagicMirror  | [2020-09-25 12:57:13.716] [INFO]   MMM-Loxone Search IRC for room temperature<br />
1|MagicMirror  | [2020-09-25 12:57:13.723] [INFO]<br />
1|MagicMirror  | MMM-Loxone Found IRC (WZ Raumregelung) in room Wohnzimmer<br />
1|MagicMirror  | [2020-09-25 12:57:13.724] [INFO]   MMM-Loxone Check if presenceUuid is defined<br />
1|MagicMirror  | [2020-09-25 12:57:13.733] [INFO]<br />
1|MagicMirror  | MMM-Loxone Search LightControls and LightV2Controls in room<br />
1|MagicMirror  | [2020-09-25 12:57:13.735] [INFO]<br />
1|MagicMirror  | MMM-Loxone Found LightControl (Flur-EG Lichtsteuerung) in room Wohnzimmer<br />
1|MagicMirror  | [2020-09-25 12:57:13.737] [INFO]<br />
1|MagicMirror  | MMM-Loxone NotificationUuid: 0d314264-022b-0294-ffffed497d367efa<br />
1|MagicMirror  | [2020-09-25 12:57:13.738] [INFO]   MMM-Loxone Enabling statusupdates<br />
1|MagicMirror  | [2020-09-25 12:57:13.798] [LOG]<br />
1|MagicMirror  | MMM-Loxone Successfully executed ‘dev/sps/enablebinstatusupdate’ with code 200 and value 1<br />
1|MagicMirror  | [2020-09-25 12:57:14.467] [INFO]<br />
1|MagicMirror  | MMM-Loxone Got room temperature: 23.5<br />
1|MagicMirror  | [2020-09-25 12:57:14.531] [INFO]<br />
1|MagicMirror  | MMM-Loxone Got lightMood change to: All off(778)<br />
1|MagicMirror  | [2020-09-25 12:57:14.534] [INFO]<br />
1|MagicMirror  | This is no Raspberry Pi, toggle the display is not supported!</p>
]]></description><link>https://forum.magicmirror.builders/post/82351</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/82351</guid><dc:creator><![CDATA[Phil__]]></dc:creator><pubDate>Fri, 25 Sep 2020 11:05:49 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Loxone on Mon, 11 Nov 2019 20:16:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/elmattt" aria-label="Profile: elmattt">@<bdi>elmattt</bdi></a> I guess you want to show multiple controls, right? If this is the case you need to assign the <code>observingUuids</code> property an array of UUIDs, something like.</p>
<pre><code>...
observingUuids: ["0eaf7a2f-0011-1f28-ffff2083eaf2523c", "12a97c52-00a6-aea9-ffffc00216fecef2", "10338564-033c-226f-ffff0b7b5fc746d6"]
...
</code></pre>
<p dir="auto">Please provide the relevant part of your <code>config.js</code> without any crucial informations like IP, username, password, …</p>
]]></description><link>https://forum.magicmirror.builders/post/64190</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/64190</guid><dc:creator><![CDATA[idoodler]]></dc:creator><pubDate>Mon, 11 Nov 2019 20:16:58 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Loxone on Mon, 11 Nov 2019 12:21:31 GMT]]></title><description><![CDATA[<p dir="auto">didn’t have time to test … sorry ! but i think i was doing the wrong thing… is it possible to double the module in the config ? and show another UUID for the second module ?</p>
]]></description><link>https://forum.magicmirror.builders/post/64165</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/64165</guid><dc:creator><![CDATA[elmattt]]></dc:creator><pubDate>Mon, 11 Nov 2019 12:21:31 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Loxone on Fri, 08 Nov 2019 16:51:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/pavka28" aria-label="Profile: pavka28">@<bdi>pavka28</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/user/elmattt" aria-label="Profile: elmattt">@<bdi>elmattt</bdi></a> Any update, did you fix the issue?</p>
]]></description><link>https://forum.magicmirror.builders/post/64031</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/64031</guid><dc:creator><![CDATA[idoodler]]></dc:creator><pubDate>Fri, 08 Nov 2019 16:51:28 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Loxone on Mon, 28 Oct 2019 20:30:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/pavka28" aria-label="Profile: pavka28">@<bdi>pavka28</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/user/elmattt" aria-label="Profile: elmattt">@<bdi>elmattt</bdi></a> Can you guys please provide me your <code>MMM-Loxone</code> config without your credentials. Can you also please double check the UUID of the control you want to display.</p>
]]></description><link>https://forum.magicmirror.builders/post/63474</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/63474</guid><dc:creator><![CDATA[idoodler]]></dc:creator><pubDate>Mon, 28 Oct 2019 20:30:11 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Loxone on Mon, 28 Oct 2019 18:43:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/elmattt" aria-label="Profile: elmattt">@<bdi>elmattt</bdi></a><br />
Recieved the same</p>
<p dir="auto">Loading…&amp;HELLIP</p>
<p dir="auto">Did you solve?</p>
]]></description><link>https://forum.magicmirror.builders/post/63468</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/63468</guid><dc:creator><![CDATA[pavka28]]></dc:creator><pubDate>Mon, 28 Oct 2019 18:43:48 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Loxone on Sun, 20 Oct 2019 20:14:42 GMT]]></title><description><![CDATA[<p dir="auto">Hi ! this is working great !!<br />
it show my indoor temp in the forecast module, and presence works great.<br />
i have an issue, i want to show on the mirror the temp of another room (mine), but it show only : CHARGEMENT &amp;HELLIP; (loading …)<br />
any idea ??</p>
<p dir="auto">Thanks :D</p>
]]></description><link>https://forum.magicmirror.builders/post/63046</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/63046</guid><dc:creator><![CDATA[elmattt]]></dc:creator><pubDate>Sun, 20 Oct 2019 20:14:42 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Loxone on Sat, 19 Oct 2019 16:21:01 GMT]]></title><description><![CDATA[<p dir="auto">Hey guys, I was pretty busy in work this week, so i just wanted to redo the installation, then i saw your post <a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> That solved the issue for me! thank you so much for your help…</p>
]]></description><link>https://forum.magicmirror.builders/post/62980</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/62980</guid><dc:creator><![CDATA[bobbythemoh]]></dc:creator><pubDate>Sat, 19 Oct 2019 16:21:01 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Loxone on Sun, 13 Oct 2019 22:59:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bobbythemoh" aria-label="Profile: bobbythemoh">@<bdi>bobbythemoh</bdi></a> Do</p>
<pre><code>cd ~/MagicMirror
git checkout -- modules/node_modules/node_helper/index.js
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/62623</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/62623</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 13 Oct 2019 22:59:53 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Loxone on Sun, 13 Oct 2019 20:12:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bobbythemoh" aria-label="Profile: bobbythemoh">@<bdi>bobbythemoh</bdi></a> Yeah, looks like there are some files missing. I think a new installation is a good idea. You can first check if there are any problems with <code>git status</code>.</p>
]]></description><link>https://forum.magicmirror.builders/post/62617</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/62617</guid><dc:creator><![CDATA[idoodler]]></dc:creator><pubDate>Sun, 13 Oct 2019 20:12:04 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Loxone on Sun, 13 Oct 2019 19:38:48 GMT]]></title><description><![CDATA[<p dir="auto">Well there is some weird stuff going on… config file is there…<br />
Guess thats not related to MMM-Loxone… i think ill do a new installation… or do you have a better idea?</p>
<pre><code>0|MagicMir | No helper found for module: clock.
0|MagicMir | WARNING! Could not load config file. Starting with default configuration. Error found: Error: Cannot find module 'node_helper'
0|MagicMir | Loading module helpers ...
0|MagicMir | No helper found for module: alert.
0|MagicMir | No helper found for module: clock.
0|MagicMir | App threw an error during load
0|MagicMir | Error: Cannot find module 'node_helper'
0|MagicMir |     at Module._resolveFilename (internal/modules/cjs/loader.js:602:15)
0|MagicMir |     at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/electron/dist/resources/electron.asar/common/reset-search-paths.js:35:12)
0|MagicMir |     at Function.Module._load (internal/modules/cjs/loader.js:528:25)
0|MagicMir |     at Module.require (internal/modules/cjs/loader.js:658:17)
0|MagicMir |     at require (internal/modules/cjs/helpers.js:20:18)
0|MagicMir |     at Object.&lt;anonymous&gt; (/home/pi/MagicMirror/modules/MMM-ImagesPhotos/node_helper.js:9:18)
0|MagicMir |     at Object.&lt;anonymous&gt; (/home/pi/MagicMirror/modules/MMM-ImagesPhotos/node_helper.js:82:3)
0|MagicMir |     at Module._compile (internal/modules/cjs/loader.js:711:30)
0|MagicMir |     at Object.Module._extensions..js (internal/modules/cjs/loader.js:722:10)
0|MagicMir |     at Module.load (internal/modules/cjs/loader.js:620:32)
0|MagicMir | Whoops! There was an uncaught exception...
0|MagicMir | { Error: Cannot find module 'node_helper'
0|MagicMir |     at Module._resolveFilename (internal/modules/cjs/loader.js:602:15)
0|MagicMir |     at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/electron/dist/resources/electron.asar/common/reset-search-paths.js:35:12)
0|MagicMir |     at Function.Module._load (internal/modules/cjs/loader.js:528:25)
0|MagicMir |     at Module.require (internal/modules/cjs/loader.js:658:17)
0|MagicMir |     at require (internal/modules/cjs/helpers.js:20:18)
0|MagicMir |     at Object.&lt;anonymous&gt; (/home/pi/MagicMirror/modules/MMM-ImagesPhotos/node_helper.js:9:18)
0|MagicMir |     at Object.&lt;anonymous&gt; (/home/pi/MagicMirror/modules/MMM-ImagesPhotos/node_helper.js:82:3)
0|MagicMir |     at Module._compile (internal/modules/cjs/loader.js:711:30)
0|MagicMir |     at Object.Module._extensions..js (internal/modules/cjs/loader.js:722:10)
0|MagicMir |     at Module.load (internal/modules/cjs/loader.js:620:32) code: 'MODULE_NOT_FOUND' }

</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/62615</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/62615</guid><dc:creator><![CDATA[bobbythemoh]]></dc:creator><pubDate>Sun, 13 Oct 2019 19:38:48 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Loxone on Sun, 13 Oct 2019 19:32:23 GMT]]></title><description><![CDATA[<p dir="auto">Here is what I did:</p>
<pre><code>cd MagicMirror/Modules
rm -rf MMM-Loxone
cd ~/MagicMirror/modules
git clone https://github.com/idoodler/MMM-Loxone
cd ~/MagicMirror/modules/MMM-Loxone
npm install
</code></pre>
<p dir="auto">npm install gives:</p>
<pre><code>pi@MagicMirror:~/MagicMirror/modules/MMM-Loxone $ npm install
npm WARN deprecated time-grunt@2.0.0: Deprecated because Grunt is practically unmaintained. Move on to something bett er. This package will continue to work with Grunt v1, but it will not receive any updates.

&gt; websocket@1.0.29 install /home/pi/MagicMirror/modules/MMM-Loxone/node_modules/websocket
&gt; (node-gyp rebuild 2&gt; builderror.log) || (exit 0)

make: Entering directory '/home/pi/MagicMirror/modules/MMM-Loxone/node_modules/websocket/build'
  CXX(target) Release/obj.target/bufferutil/src/bufferutil.o
  SOLINK_MODULE(target) Release/obj.target/bufferutil.node
  COPY Release/bufferutil.node
  CXX(target) Release/obj.target/validation/src/validation.o
  SOLINK_MODULE(target) Release/obj.target/validation.node
  COPY Release/validation.node
make: Leaving directory '/home/pi/MagicMirror/modules/MMM-Loxone/node_modules/websocket/build'

&gt; lxcommunicator@1.0.1 postinstall /home/pi/MagicMirror/modules/MMM-Loxone/node_modules/lxcommunicator
&gt; node ./browserify.js

Creating browserified module...
Creating debug module
Creating release module
Saving debug module
Saving release module
LxCommunicator~Browser.js and LxCommunicator~Browser.min.js has been created!
npm WARN grunt-stylelint@0.11.1 requires a peer of stylelint@^10.0.0 but none is installed. You must install peer dep endencies yourself.
npm WARN stylelint-config-standard@19.0.0 requires a peer of stylelint@&gt;=10.1.0 but none is installed. You must insta ll peer dependencies yourself.
npm WARN stylelint-config-recommended@3.0.0 requires a peer of stylelint@&gt;=10.1.0 but none is installed. You must ins tall peer dependencies yourself.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {"os":"darwin","arch":" any"} (current: {"os":"linux","arch":"arm"})

added 650 packages from 453 contributors and audited 8175 packages in 323.529s
found 1 moderate severity vulnerability
  run `npm audit fix` to fix them, or `npm audit` for details

</code></pre>
<p dir="auto">Then I did a reboot</p>
]]></description><link>https://forum.magicmirror.builders/post/62613</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/62613</guid><dc:creator><![CDATA[bobbythemoh]]></dc:creator><pubDate>Sun, 13 Oct 2019 19:32:23 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Loxone on Sun, 13 Oct 2019 19:18:37 GMT]]></title><description><![CDATA[<p dir="auto">Hey if you mean to the Mini-Server Software, than no. It was working perfectly before the update. Ok, ill try reinstalling.</p>
]]></description><link>https://forum.magicmirror.builders/post/62611</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/62611</guid><dc:creator><![CDATA[bobbythemoh]]></dc:creator><pubDate>Sun, 13 Oct 2019 19:18:37 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Loxone on Sun, 13 Oct 2019 19:17:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bobbythemoh" aria-label="Profile: bobbythemoh">@<bdi>bobbythemoh</bdi></a> Hi, did you make any changes to your Loxone installation?</p>
<p dir="auto">If not please try to reinstall the MMM-Loxone project.</p>
]]></description><link>https://forum.magicmirror.builders/post/62610</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/62610</guid><dc:creator><![CDATA[idoodler]]></dc:creator><pubDate>Sun, 13 Oct 2019 19:17:26 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Loxone on Sun, 13 Oct 2019 19:09:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/idoodler" aria-label="Profile: idoodler">@<bdi>idoodler</bdi></a> I have to ask for help again:<br />
Just updated my Magic Mirror with</p>
<pre><code>cd MagicMirror
git pull
npm install
</code></pre>
<p dir="auto">Its Version is 2.9.0.<br />
Now i am not able to start the Module any more…<br />
pm2 Log gives:</p>
<pre><code>0|MagicMir | Connecting socket for: MMM-Loxone
0|MagicMir | Connecting socket for: calendar
0|MagicMir | Starting node helper for: calendar
0|MagicMir | Connecting socket for: MMM-RPI-LED
0|MagicMir | Starting module helper: MMM-RPI-LED
0|MagicMir | Connecting socket for: MMM-MoonPhase
0|MagicMir | Starting module helper: MMM-MoonPhase
0|MagicMir | Connecting socket for: newsfeed
0|MagicMir | Starting module: newsfeed
0|MagicMir | Sockets connected &amp; modules started ...
0|MagicMir | Launching application.
0|MagicMir | ATTENTION: default value of option force_s3tc_enable overridden by environment.
0|MagicMir | Create new calendar fetcher for url: http://localhost:8080/modules/calendars/ - Interval: 300000
0|MagicMir | Create new news fetcher for url: http://derStandard.at/?page=rss&amp;ressort=Seite1 - Interval: 300000
0|MagicMir | Create new news fetcher for url: https://rss.orf.at/news.xml - Interval: 300000
0|MagicMir | Opening Socket to your Miniserver
0|MagicMir | (node:1367) UnhandledPromiseRejectionWarning: RangeError [ERR_OUT_OF_RANGE]: The value of "value" is out of range. It must be &gt;= 0 and &lt;= 4294967295. Received -1344780921
0|MagicMir |     at checkInt (internal/buffer.js:35:11)
0|MagicMir |     at writeU_Int32BE (internal/buffer.js:625:3)
0|MagicMir |     at Buffer.writeUInt32BE (internal/buffer.js:638:10)
0|MagicMir |     at WebSocketFrame.toBuffer (/home/pi/MagicMirror/modules/MMM-Loxone/node_modules/websocket/lib/WebSocketFrame.js:257:24)
0|MagicMir |     at WebSocketConnection.sendFrame (/home/pi/MagicMirror/modules/MMM-Loxone/node_modules/websocket/lib/WebSocketConnection.js:857:43)
0|MagicMir |     at WebSocketConnection.fragmentAndSend (/home/pi/MagicMirror/modules/MMM-Loxone/node_modules/websocket/lib/WebSocketConnection.js:793:14)
0|MagicMir |     at WebSocketConnection.sendUTF (/home/pi/MagicMirror/modules/MMM-Loxone/node_modules/websocket/lib/WebSocketConnection.js:733:10)
0|MagicMir |     at W3CWebSocket.send (/home/pi/MagicMirror/modules/MMM-Loxone/node_modules/websocket/lib/W3CWebSocket.js:116:26)
0|MagicMir |     at LxWebSocket.self.onSend (/home/pi/MagicMirror/modules/MMM-Loxone/node_modules/lxcommunicator/vendor/WebSocketWrapper.js:192:21)
0|MagicMir |     at LxWebSocket.send (/home/pi/MagicMirror/modules/MMM-Loxone/node_modules/lxcommunicator/vendor/WebSocketWrapper.js:253:14)
0|MagicMir | (node:1367) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
0|MagicMir | (node:1367) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
0|MagicMir | Error: Malformed UTF-8 data
0|MagicMir |     at Object.stringify (/home/pi/MagicMirror/modules/MMM-Loxone/node_modules/crypto-js/core.js:478:24)
0|MagicMir |     at WordArray.init.toString (/home/pi/MagicMirror/modules/MMM-Loxone/node_modules/crypto-js/core.js:215:38)
0|MagicMir |     at Object.aesDecrypt (/home/pi/MagicMirror/modules/MMM-Loxone/node_modules/lxcommunicator/vendor/CryptoAdapter.js:189:26)
0|MagicMir |     at WebSocket._decryptResponse (/home/pi/MagicMirror/modules/MMM-Loxone/node_modules/lxcommunicator/modules/WebSocket.js:879:38)
0|MagicMir |     at WebSocket._handleResponse (/home/pi/MagicMirror/modules/MMM-Loxone/node_modules/lxcommunicator/modules/WebSocket.js:807:25)
0|MagicMir |     at WebSocket._textMessageHandler (/home/pi/MagicMirror/modules/MMM-Loxone/node_modules/lxcommunicator/modules/WebSocket.js:753:18)
0|MagicMir |     at W3CWebSocket.onmessage (/home/pi/MagicMirror/modules/MMM-Loxone/node_modules/lxcommunicator/vendor/WebSocketWrapper.js:99:56)
0|MagicMir |     at W3CWebSocket._dispatchEvent [as dispatchEvent] (/home/pi/MagicMirror/modules/MMM-Loxone/node_modules/yaeti/lib/EventTarget.js:107:17)
0|MagicMir |     at W3CWebSocket.onMessage (/home/pi/MagicMirror/modules/MMM-Loxone/node_modules/websocket/lib/W3CWebSocket.js:234:14)
0|MagicMir |     at WebSocketConnection.&lt;anonymous&gt; (/home/pi/MagicMirror/modules/MMM-Loxone/node_modules/websocket/lib/W3CWebSocket.js:205:19)
0|MagicMir | WebSocket: ERROR while parsing string: 'undefined'
0|MagicMir | SyntaxError: Unexpected token u in JSON at position 0
0|MagicMir |     at JSON.parse (&lt;anonymous&gt;)
0|MagicMir |     at WebSocket._handleResponse (/home/pi/MagicMirror/modules/MMM-Loxone/node_modules/lxcommunicator/modules/WebSocket.js:810:29)
0|MagicMir |     at WebSocket._textMessageHandler (/home/pi/MagicMirror/modules/MMM-Loxone/node_modules/lxcommunicator/modules/WebSocket.js:753:18)
0|MagicMir |     at W3CWebSocket.onmessage (/home/pi/MagicMirror/modules/MMM-Loxone/node_modules/lxcommunicator/vendor/WebSocketWrapper.js:99:56)
0|MagicMir |     at W3CWebSocket._dispatchEvent [as dispatchEvent] (/home/pi/MagicMirror/modules/MMM-Loxone/node_modules/yaeti/lib/EventTarget.js:107:17)
0|MagicMir |     at W3CWebSocket.onMessage (/home/pi/MagicMirror/modules/MMM-Loxone/node_modules/websocket/lib/W3CWebSocket.js:234:14)
0|MagicMir |     at WebSocketConnection.&lt;anonymous&gt; (/home/pi/MagicMirror/modules/MMM-Loxone/node_modules/websocket/lib/W3CWebSocket.js:205:19)
0|MagicMir |     at WebSocketConnection.emit (events.js:182:13)
0|MagicMir |     at WebSocketConnection.processFrame (/home/pi/MagicMirror/modules/MMM-Loxone/node_modules/websocket/lib/WebSocketConnection.js:552:26)
0|MagicMir |     at /home/pi/MagicMirror/modules/MMM-Loxone/node_modules/websocket/lib/WebSocketConnection.js:321:40
0|MagicMir | WebSocket:  socket failed! WS Close Code: 1006
0|MagicMir | { errorCode: 418 }
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/62609</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/62609</guid><dc:creator><![CDATA[bobbythemoh]]></dc:creator><pubDate>Sun, 13 Oct 2019 19:09:38 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Loxone on Tue, 01 Oct 2019 17:11:28 GMT]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">how can I change the font size?<br />
The Font size of the displayed observingUuids…</p>
]]></description><link>https://forum.magicmirror.builders/post/61963</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/61963</guid><dc:creator><![CDATA[Phil__]]></dc:creator><pubDate>Tue, 01 Oct 2019 17:11:28 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Loxone on Sun, 21 Jul 2019 17:52:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/idoodler" aria-label="Profile: idoodler">@<bdi>idoodler</bdi></a> Hey, i just updated. works perfectly again. Thanks a lot.</p>
]]></description><link>https://forum.magicmirror.builders/post/59207</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/59207</guid><dc:creator><![CDATA[bobbythemoh]]></dc:creator><pubDate>Sun, 21 Jul 2019 17:52:07 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Loxone on Fri, 19 Jul 2019 21:58:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bobbythemoh" aria-label="Profile: bobbythemoh">@<bdi>bobbythemoh</bdi></a> Hi, I have good news for you, I just pushed a fix. Please update <code>MMM-Loxone</code> for it to work again. I also made it a bit faster, I hope your wife will be happy again:smiling_face_with_open_mouth_smiling_eyes:</p>
<p dir="auto">Btw. This issue semes to be related to one of the latest Raspbian updates, I assume its because the new Raspberry Pi has two HDMI outputs, so there may be some changes to the HDMI related code…</p>
]]></description><link>https://forum.magicmirror.builders/post/59179</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/59179</guid><dc:creator><![CDATA[idoodler]]></dc:creator><pubDate>Fri, 19 Jul 2019 21:58:28 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Loxone on Wed, 17 Jul 2019 20:58:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bobbythemoh" aria-label="Profile: bobbythemoh">@<bdi>bobbythemoh</bdi></a> Thanks for informing me about that issue. I am currently working on something else, so I had to ditch my current installation.</p>
<p dir="auto">Schönen Abend noch;)</p>
]]></description><link>https://forum.magicmirror.builders/post/59104</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/59104</guid><dc:creator><![CDATA[idoodler]]></dc:creator><pubDate>Wed, 17 Jul 2019 20:58:15 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Loxone on Wed, 17 Jul 2019 20:56:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/idoodler" aria-label="Profile: idoodler">@<bdi>idoodler</bdi></a> thanks for the help als always, looking forward for the module working again, my wife already complained that she is missing it now that it is not there (first she complained that it is there) :D</p>
]]></description><link>https://forum.magicmirror.builders/post/59103</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/59103</guid><dc:creator><![CDATA[bobbythemoh]]></dc:creator><pubDate>Wed, 17 Jul 2019 20:56:30 GMT</pubDate></item></channel></rss>