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 83.8k 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.
    • 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
                    • 1
                    • 2
                    • 3
                    • 4
                    • 5
                    • 6
                    • 7
                    • 8
                    • 9
                    • 10
                    • 6 / 10
                    • 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