@sdetweil said in magicmirror is displayed too big /large:
@aboatdev try zooming out
ctrl-- minus key 2 left of backspace.
most keypad minus key doesn’t workthe style sheets are designed for 1920x1080
and do not auto scale to different screen sizes
CTRL + 0 and CTRL+“-” CTRL± and CTRL + 2 doesn’t work
I found another, less clean way :
body {
zoom: 75%;
}
https://github.com/MichMich/MagicMirror/issues/914
Thank you very much!