A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Viewed at 15m - Scale everything up x10+
-
Hi, I’m building a display for a large hall, which will be used to show minimal information and be readable at 5m+.
So I want all text to be display sign size. How can I best approach this? Basically whatever CSS classes there are in the core code or any module, they will all need to be 10x font size.
-
@Bill-Door or just zoom in, ctrl +
in either case, u will have less room to display things
-
Solution needs to survive an unattended reboot. Is there a programmatic way to apply a “just zoom in”?
Displaying less is intentional. :)
-
@Bill-Door You can use custom.css with zoom property for body. Adjust 200% below to your taste.
body { zoom: 200%; }
PS: It will also survive the reboots :)