@bhepler Let’s say this file still exists somewhere. Where should I start looking?
Read the statement by Michael Teeuw here.

Posts
-
RE: Beginner mistakes
-
RE: Deutsche Anleitung MagicMirror auf RaspberryPi 3
@35110 Was machst du für Sachen ;)
-
RE: Beginner mistakes
@sdetweil That’s what I thought. Pity :(
But you learn from the mistakes, even if this is unattractive.Thank you for your answer
-
Beginner mistakes
Hi Guys
I’ve certainly made a classic beginnings mistake. At the weekend I have provided my MagicMirror with the latest update. But before I git pull in the console typed.
Did I type in a git reset hard. Everything as good. When I then restarted the mirror, I noticed that the symbols and the general presentation is different. Then I went to custom.css and saw it all away.
Looking closer, I have noticed that all the additional compliments in the module compliments are gone. Only then did I realize what I did with the git reset.
My question is, can I somehow retrieve the lost files? Unfortunately, I did not create a backup before.
-
RE: MMM-SystemStats (cpu temp/load, fre ram ...)
@Babene1 It works for me too, thank you !!
-
RE: MMM-SystemStats (cpu temp/load, fre ram ...)
I have the same problem. After the upload, it shows me nothing more
-
RE: Update Help
Try it like this:
Run the following command in the MagicMirror folder
rm package-lock.json rm vendor/package-lock.json
Then execute in the folder the usual command for the upload
git pull && npm install
Now it should work