WOW, that is incredible! How did you get uber and youtube to work at all? And is the AI based on google assistant? Or Alexa? Or anything at all?
Anyways I can’t wait for the code
WOW, that is incredible! How did you get uber and youtube to work at all? And is the AI based on google assistant? Or Alexa? Or anything at all?
Anyways I can’t wait for the code
Update: I managed to fix the font problem. It wasn’t installed by npm install for some reason. So I updated npm, and ran npm install, and it worked!
I still can’t figure out the module thing though, can someone please help?
So I managed to get MagicMirror on a Pi zero, following these instructions. However, I have some problems. I’ll start with the simplest.
The font isn’t Roboto, I think maybe the font doesn’t work on Pi Zero? I’m not used to not having a GUI, so I don’t know how to fix it.
Second problem is modules not showing. Only the default modules work. I found this. But I have no idea if it is related. If it is, how can I fix it? The module I want is https://github.com/YR/MMM-YrNow
WOW, that is incredible! How did you get uber and youtube to work at all? And is the AI based on google assistant? Or Alexa? Or anything at all?
Anyways I can’t wait for the code
I kinda gave up, I’m just going to reinstall MagicMirror, and see if that fixes anything.
Can I mark a topic as closed by the way?
Also new person but I think I can help. Could you give a bit more info? How far are you in the installation process? If you have everything installed you can start your MagicMirror by opening the terminal and typing:
cd ~/MagicMirror
npm start
and your mirror should appear.
Help!
My MagicMirror has been working perfectly until today. Now it does not even start.
Typing npm start results in nothing.
It just says:
> magicmirror@2.1.3 start /home/pi/MagicMirror
> sh run-start.sh
the error logs say
0|mm | ERROR - MMM-Todoist: Error: connect ETIMEDOUT 13.33.76.244:443
0|mm | ERROR - MMM-Todoist: Error: connect ETIMEDOUT 13.33.76.244:443
However these are probably old, since I have removed that module.
Starting the mirror with node serveronly works however, and I can view it in a browser.
I have no idea what is going on, and why it does not work.
Also I’m pretty new to this, so sorry if I did anything wrong