A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Can't Install: Segmentation Fault when Installing Fonts
-
@jg3 k, tell me how you set that up so I can try to recreate…
i have virtualbox, and vmware Workstation… no esx around tho
I run macOS catalina, Ubuntu 19.04, and Zorin vms and install MM on all of them without problem
(VMs under vmware). my vmware host is either windows 10 or Ubuntu Mate 18.04 (dual boot)ah, i see raspian for x86… downloading now
-
@jg3 ok, this is a bug in the installer for the roboto-fontface package
if u edit the ~/MagicMirror/fonts/package.json, and change
"dependencies": { "roboto-fontface": "^0.8.0" }
to
"dependencies": { "roboto-fontface": "latest" }
it will work…
-
-
@sdetweil Great! That fixed it right up. Thank you! (:
-
@jg3 awesome… thanks for the feedback and testing time