Read the statement by Michael Teeuw here.
oversized fonts and mixed modules
-
I would assume that your resolution is not the native resolution of the monitor. You would then find as well the font of the starting console at the start of the raspberry pi too big.
However you could try to use a “zoom” factor in your config.js
language: 'de', timeFormat: 24, units: 'metric', zoom: 0.5,
-
language: ‘from’,
timeFormat: 24,
units: ‘metric’,
zoom: 0.5,
Thank you but how to install these 4 lines and I place or in my config there is no accollade {}? and in language I replace ‘de’ with ‘fr’? -
@papinel You need to put the “zoom: 0.8” line into your config.js.
Just do asudo nano ~/MagicMirror/config/config.js
and write the line below the language or timeformat line. Don’t forget the comma!
Close and save it and restart.Out of curiosity: What is the resolution of your system currently?
Did you put something specific into the /boot/config.txt of your raspberry pi? Or do you have some other device? -
Hello
and full of thanks for the 2 very detailed tips you gave me,
actually after changing the resolution in raspberry and add
zoom: 0.5,
in my config everything is perfect attached here the photo
thanks again
could i ask you another question that has nothing to do with custom css
papinel -
RESOLVED