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;
}