MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. 17saiiqb
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    1
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 6
    • Groups 0

    17saiiqb

    @17saiiqb

    1
    Reputation
    468
    Profile views
    6
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    17saiiqb Unfollow Follow

    Best posts made by 17saiiqb

    • RE: Magic Mirror with AI

      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

      posted in Show your Mirror
      1
      17saiiqb

    Latest posts made by 17saiiqb

    • RE: MM on Pi Zero creates some wierd issues. Wrong font, and modules not showing.

      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?

      posted in Troubleshooting
      1
      17saiiqb
    • MM on Pi Zero creates some wierd issues. Wrong font, and modules not showing.

      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.
      0_1514672016003_81fc1e98-d2cb-4f64-b98a-3643ea9cae09-image.png

      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

      posted in Troubleshooting
      1
      17saiiqb
    • RE: Magic Mirror with AI

      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

      posted in Show your Mirror
      1
      17saiiqb
    • RE: MagicMirror does not start at all

      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?

      posted in Troubleshooting
      1
      17saiiqb
    • RE: I'm very new to this

      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.

      posted in Troubleshooting
      1
      17saiiqb
    • MagicMirror does not start at all

      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

      posted in Troubleshooting
      1
      17saiiqb