A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Default Font Changed?
-
@sdetweil Thanks for the advice, I’ll mark this as solved.
-
the font looks wrong to me
I use the update function within MMM-Remote-Control
may this is not sufficient or something went wrong.
You could try
- goto
~/MagicMirror/fonts
folder - delete node_modules folder with
rm -rf ./node_modules
- run
npm install
- goto
-
@karsten13 Thanks this fixed it, I can see a subfolder of node_modules has changed names following the npm install.
-
@karsten13 I think I will add this to the upgrade script
-
I think I will add this to the upgrade script
normally this is done with the
npm install ...
of mm (seepostinstall
script inpackage.json
), no idea why this didn’t work in this case … -
@karsten13 I understand, but as u suggest , erasing the node_modules folder in fonts will force a clean rebuild…