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 @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
            • 6
            • 7
            • 8
            • 9
            • 10
            • 10 / 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