MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    MMM-Loxone

    Scheduled Pinned Locked Moved Utilities
    loxonesmart home
    94 Posts 11 Posters 93.6k Views 14 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • B Offline
      bobbythemoh
      last edited by

      Here is what I did:

      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
      

      npm install gives:

      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.
      
      > websocket@1.0.29 install /home/pi/MagicMirror/modules/MMM-Loxone/node_modules/websocket
      > (node-gyp rebuild 2> 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'
      
      > lxcommunicator@1.0.1 postinstall /home/pi/MagicMirror/modules/MMM-Loxone/node_modules/lxcommunicator
      > 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@>=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@>=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
      
      

      Then I did a reboot

      1 Reply Last reply Reply Quote 0
      • B Offline
        bobbythemoh
        last edited by bobbythemoh

        Well there is some weird stuff going on… config file is there…
        Guess thats not related to MMM-Loxone… i think ill do a new installation… or do you have a better idea?

        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.<anonymous> (/home/pi/MagicMirror/modules/MMM-ImagesPhotos/node_helper.js:9:18)
        0|MagicMir |     at Object.<anonymous> (/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.<anonymous> (/home/pi/MagicMirror/modules/MMM-ImagesPhotos/node_helper.js:9:18)
        0|MagicMir |     at Object.<anonymous> (/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' }
        
        
        idoodlerI S 2 Replies Last reply Reply Quote 0
        • idoodlerI Offline
          idoodler Module Developer @bobbythemoh
          last edited by

          @bobbythemoh 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 git status.

          1 Reply Last reply Reply Quote 0
          • S Offline
            sdetweil @bobbythemoh
            last edited by

            @bobbythemoh Do

            cd ~/MagicMirror
            git checkout -- modules/node_modules/node_helper/index.js
            

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • B Offline
              bobbythemoh
              last edited by

              Hey guys, I was pretty busy in work this week, so i just wanted to redo the installation, then i saw your post @sdetweil That solved the issue for me! thank you so much for your help…

              1 Reply Last reply Reply Quote 1
              • elmatttE Offline
                elmattt
                last edited by

                Hi ! this is working great !!
                it show my indoor temp in the forecast module, and presence works great.
                i have an issue, i want to show on the mirror the temp of another room (mine), but it show only : CHARGEMENT &HELLIP; (loading …)
                any idea ??

                Thanks :D

                P 1 Reply Last reply Reply Quote 0
                • P Offline
                  pavka28 @elmattt
                  last edited by

                  @elmattt
                  Recieved the same

                  Loading…&HELLIP

                  Did you solve?

                  idoodlerI 1 Reply Last reply Reply Quote 0
                  • idoodlerI Offline
                    idoodler Module Developer @pavka28
                    last edited by

                    @pavka28 @elmattt Can you guys please provide me your MMM-Loxone config without your credentials. Can you also please double check the UUID of the control you want to display.

                    1 Reply Last reply Reply Quote 0
                    • idoodlerI Offline
                      idoodler Module Developer
                      last edited by

                      @pavka28 @elmattt Any update, did you fix the issue?

                      1 Reply Last reply Reply Quote 0
                      • elmatttE Offline
                        elmattt
                        last edited by

                        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 ?

                        idoodlerI 1 Reply Last reply Reply Quote 0
                        • idoodlerI Offline
                          idoodler Module Developer @elmattt
                          last edited by

                          @elmattt I guess you want to show multiple controls, right? If this is the case you need to assign the observingUuids property an array of UUIDs, something like.

                          ...
                          observingUuids: ["0eaf7a2f-0011-1f28-ffff2083eaf2523c", "12a97c52-00a6-aea9-ffffc00216fecef2", "10338564-033c-226f-ffff0b7b5fc746d6"]
                          ...
                          

                          Please provide the relevant part of your config.js without any crucial informations like IP, username, password, …

                          1 Reply Last reply Reply Quote 0
                          • P Offline
                            Phil__
                            last edited by

                            Hello Everyone,

                            today i updated my MagicMirror Setup (and all modules).

                            Now i have trouble with the MMM-Loxone Module. My Display do not turn off, it shows a black screen instead turning off.
                            The pm2 log shows a interessting Message: " This is no Raspberry Pi, toggle the display is not supported!"

                            My Setup:

                            • Raspberry Pi 4
                            • latest Raspian Image with all Updates
                            • latest Updates for MagicMirror and Modules

                            Can anyone help me?

                            Phil

                            1|MagicMirror | MMM-Loxone Found room: Wohnzimmer
                            1|MagicMirror | [2020-09-25 12:57:13.716] [INFO] MMM-Loxone Search IRC for room temperature
                            1|MagicMirror | [2020-09-25 12:57:13.723] [INFO]
                            1|MagicMirror | MMM-Loxone Found IRC (WZ Raumregelung) in room Wohnzimmer
                            1|MagicMirror | [2020-09-25 12:57:13.724] [INFO] MMM-Loxone Check if presenceUuid is defined
                            1|MagicMirror | [2020-09-25 12:57:13.733] [INFO]
                            1|MagicMirror | MMM-Loxone Search LightControls and LightV2Controls in room
                            1|MagicMirror | [2020-09-25 12:57:13.735] [INFO]
                            1|MagicMirror | MMM-Loxone Found LightControl (Flur-EG Lichtsteuerung) in room Wohnzimmer
                            1|MagicMirror | [2020-09-25 12:57:13.737] [INFO]
                            1|MagicMirror | MMM-Loxone NotificationUuid: 0d314264-022b-0294-ffffed497d367efa
                            1|MagicMirror | [2020-09-25 12:57:13.738] [INFO] MMM-Loxone Enabling statusupdates
                            1|MagicMirror | [2020-09-25 12:57:13.798] [LOG]
                            1|MagicMirror | MMM-Loxone Successfully executed ‘dev/sps/enablebinstatusupdate’ with code 200 and value 1
                            1|MagicMirror | [2020-09-25 12:57:14.467] [INFO]
                            1|MagicMirror | MMM-Loxone Got room temperature: 23.5
                            1|MagicMirror | [2020-09-25 12:57:14.531] [INFO]
                            1|MagicMirror | MMM-Loxone Got lightMood change to: All off(778)
                            1|MagicMirror | [2020-09-25 12:57:14.534] [INFO]
                            1|MagicMirror | This is no Raspberry Pi, toggle the display is not supported!

                            idoodlerI 1 Reply Last reply Reply Quote 0
                            • idoodlerI Offline
                              idoodler Module Developer @Phil__
                              last edited by

                              Hi @Phil__,

                              I think the Raspberry Pi 4 works a little bit different that the 3 or so.

                              If MMM-Loxone can‘t toggle off the display it just fades in a black overlay to hopefully trigger the screens power saving mode.

                              I will have a look at it when my Pi 4 arrives.

                              Meanwhile I ask you to create an issue on the Github Repo

                              1 Reply Last reply Reply Quote 0
                              • B Offline
                                bobbythemoh
                                last edited by

                                Dear Community and David,
                                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.

                                “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.

                                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.

                                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?

                                I tried to add the code below without success. How to make the font bigger?

                                Thank you in advance!

                                /*
                                 *
                                 * 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;
                                }
                                
                                
                                S 1 Reply Last reply Reply Quote 0
                                • S Offline
                                  sdetweil @bobbythemoh
                                  last edited by

                                  @bobbythemoh I recommend u open an issue on the module GitHub page to engage the author. no guarantee they are looking at the forum

                                  Sam

                                  How to add modules

                                  learning how to use browser developers window for css changes

                                  B 1 Reply Last reply Reply Quote 0
                                  • B Offline
                                    bobbythemoh @sdetweil
                                    last edited by

                                    @sdetweil thanks, i will do so!

                                    1 Reply Last reply Reply Quote 0

                                    Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                    Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                    With your input, this post could be even better 💗

                                    Register Login
                                    • 1
                                    • 2
                                    • 3
                                    • 4
                                    • 5
                                    • 9 / 5
                                    • First post
                                      Last post
                                    Enjoying MagicMirror? Please consider a donation!
                                    MagicMirror created by Michael Teeuw.
                                    Forum managed by Sam, technical setup by Karsten.
                                    This forum is using NodeBB as its core | Contributors
                                    Contact | Privacy Policy