@kiritowu Ah. Pi Zero. Okay, let’s skip the interface and concentrate on the server only stuff. Let’s try to get the application to install. Try this:
cd ~/MagicMirror
sudo npm install
This may take a while before it completes. But hopefully it will install all of the necessary software. Give it a go.
A couple things. First, please use the markdown features of the forum to make your code easier to read. There’s a nice tutorial on Git.
Secondly, you need to run the npm install command in the Magic Mirror folder. So try this:
cd ~/MagicMirror
npm install