Read the statement by Michael Teeuw here.
How to MANUALLY install MM on your Pi. For absolute beginners.
-
@slametps glad you found it! you basically had the same issue as me except I didn’t have the fonts one. It’s really odd.
-
@axellejamous said in How to MANUALLY install MM on your Pi. For absolute beginners.:
@slametps glad you found it! you basically had the same issue as me except I didn’t have the fonts one. It’s really odd.
@axellejamous You should try:
$ cd {your_magicmirror_folder}/fonts $ npm install
it will install required fonts.
-
@slametps If you run it with
npm start
, does it work for you?
For me that only solved my issue if I run it withnode serveronly
.
Now there’s 0 errors so I have no clue why my screen still shows up black with npm start. -
@axellejamous said in How to MANUALLY install MM on your Pi. For absolute beginners.:
@slametps If you run it with
npm start
, does it work for you?
For me that only solved my issue if I run it withnode serveronly
.
Now there’s 0 errors so I have no clue why my screen still shows up black with npm start.Yap, it works like a charm now (also after I downgraded electron to 1.6.10 (1.7.9 consumes excessive CPU).
Firstly, I got the same issue. After I did what I mentioned earlier, it is OK now. -
@slametps Yeah had to do the same! But I downgraded to 1.7.9, so I’ll change it to 1.6.10 now thank you! :)
-
@axellejamous said in How to MANUALLY install MM on your Pi. For absolute beginners.:
@slametps Yeah had to do the same! But I downgraded to 1.7.9, so I’ll change it to 1.6.10 now thank you! :)
Glad to hear that. I just realize an issue with language translations is not working in default modules such as current-weather. Is anyone here experience same issue?