Read the statement by Michael Teeuw here.
Brightness
-
Hello,
I don’t know if this is the correct place to discuss this, but here I go.
There’s a way to increase brightness on the modules?
Can this be done with css or something?
Thanks!
-
Have a look at MMM-Remote-Control. With this you can increase/decrease the overall brightness.
I didn’t implement it, but as far as I can see, it basically changes the
color
property ofbody
,.dimmed
,.normal
,.bright
andheader
inmain.css
using grayscale-values.
Actually, it also uses an partially opaque overlay to imitate darker brightness values, but I guess, setting thecolor
property itself or just using the existing module should be sufficient. (You can send notifications to MMM-Remote-Control to set the brightness at runtime) -
Thanks! I totally forgot the brightness control on MMM-Remote-Control, thank you @Anhalter42