Read the statement by Michael Teeuw here.
MMM-Loxone
-
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
-
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; }
-
@bobbythemoh I recommend u open an issue on the module GitHub page to engage the author. no guarantee they are looking at the forum
-
@sdetweil thanks, i will do so!