@roramirez Well for test this feature fail
https://travis-ci.org/roramirez/MagicMirror/builds/220155902
Commit: https://github.com/roramirez/MagicMirror/commit/05d7c9556e773bf2b941035953200ff327efb476
Apparently if we load moment-timezone with nodeIntegration will be fail
for future people who stumble here:
“npm start” was what I was missing to get things started up
I had a weird black electron pop up - realized it was a config file issue - for mine it ended up being a random address in the “address” section above the ipwhite list.
Thanks to Mykle for the help!
I think I found the problem ! It was a problem with Electron. I followed some advice giving in this thread: https://github.com/MichMich/MagicMirror/issues/145
“running “sudo npm install electron” (after the error message) in the terminal on the gui it worked starting in the terminal on the gui.”
Welcome to this forum.
To perform an update of the magicmirror itself you open a terminal (either directly on the raspberry or via ssh), change into the magicmirror folder with cd ~/MagicMirror and run git pull. Afterwards you run npm install
Now it works but get some errors when trying to update.
But this i think is no problem as lots of other mentioned the same so just starting to look over all posts about that and finde the right solution :)