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

    Topics

    • W

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

      Watching Ignoring Scheduled Pinned Locked Moved Tutorials raspberry pi pi0 zero pizero pi1
      204
      18 Votes
      204 Posts
      562k Views
      L
      @asaxena11 sudo wget http://node-arm.herokuapp.com/node_latest_armhf.deb sudo dpkg -i node_latest_armhf.deb sudo apt-get install npm My problem: I made fresh installation of whole magic mirror about 2 weeks ago because I had a problem with screen size - have huge black part of screen which is “covering” right modules. I tried electronOptions, modifiyng the /boot/config.txt and without luck. I am running 2.4.1 on fresh installation of Stretch Lite
    • W

      Newbie having trouble with running MM on a Pi Zero

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      2
      0 Votes
      2 Posts
      2k Views
      bheplerB
      Off the top of my head: Did you copy the config.js.sample into config.js? IIRC, the “EADDRINUSE” error is usually when you have an instance running and try to run the mirror without shutting down the existing NPM process. This: bash: /home/pi/start.sh: Permission denied makes me think you need to make your start.sh script executable. Try this command: chmod a+x /home/pi/start.sh and then reboot.
    • 1 / 1