MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. braik
    B
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 2
    • Best 1
    • Controversial 0
    • Groups 0

    braik

    @braik

    1
    Reputation
    423
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    braik Unfollow Follow

    Best posts made by braik

    • RE: How I got my Magic Mirror working on a Raspberry Pi 0 (zero)

      @Mar
      Hi there,
      I had the same problem and the I have realized that node serveronly was not launched.
      The problem is that the command :
      cd ~/MagicMirror was not working, so I have changed it for
      cd /home/pi/MagicMirror
      and that’s it.
      Hope this can help

      posted in Tutorials
      B
      braik

    Latest posts made by braik

    • RE: How I got my Magic Mirror working on a Raspberry Pi 0 (zero)

      @RV Hi, I don’t know if it can help, but I have noticed that the “~” shortcut to go tho the /home/pi folder does not work on the scripts.
      So when you do the same commands manually everything seems to be OK, but when you run the scripts then you get a bug.
      The solution, in my case, was to replace all the folder shortcuts (as ~ for home folder) with the complete explicit path inside the scripts.
      Good luck
      Braik

      posted in Tutorials
      B
      braik
    • RE: How I got my Magic Mirror working on a Raspberry Pi 0 (zero)

      @Mar
      Hi there,
      I had the same problem and the I have realized that node serveronly was not launched.
      The problem is that the command :
      cd ~/MagicMirror was not working, so I have changed it for
      cd /home/pi/MagicMirror
      and that’s it.
      Hope this can help

      posted in Tutorials
      B
      braik