A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Mirror Not Visable

    6
    0 Votes
    6 Posts
    3k Views
    KirAsh4K
    The guide is written for the bare basics. Using SSH to log in to it and execute those commands isn’t covered because in order to actually set it up from the start, you would already have physical access to it. Remote SSH isn’t for everyone and is not required for the installation and configuration of the rpi nor MM². That said, it will be covered in an upcoming tutorial which covers things like installing pm2 to auto start npm, and remote access. Remote access is different for everyone, there is no fixed way of doing it. My network isn’t the same as yours, or others.
  • First start from the mirror does not work

    Unsolved
    36
    0 Votes
    36 Posts
    28k Views
    ?
    I had the same erorr and I did use the full Jessie distribution. In my case “npm start” showed the same error but the problem was before at “npm install”. I never really took the time to watch the entire npm install routine, because it took a while. I had my rasbperry connected via usb on my tv. And while running npm install it rebooted! So in my case it was caused by an inadequate power supply. Switched to a plug and everything worked fine. Perhaps somebody runs into the same error like me.
  • After installing MM2

    4
    0 Votes
    4 Posts
    3k Views
    mochmanM
    The tutorial found here can help you with what to type to get your config correct.
  • MMM-PIR-Sensor error

    4
    0 Votes
    4 Posts
    2k Views
    X
    I use the HDMI interface display
  • Starting/monitoring remotely

    Solved
    4
    0 Votes
    4 Posts
    3k Views
    paviroP
    I did it for you :) But you can also find it here: [image: 1467408954297-solved.png]
  • socket.io missing - manual installation

    3
    0 Votes
    3 Posts
    2k Views
    L
    Yes, thank You very much :) it is working… But calendar module and rss feed module is loading and loading, config file is ok because “server only” is fine, any ideas ?
  • Google Calendar Error

    6
    0 Votes
    6 Posts
    4k Views
    N
    Ok, with other url it’s OK. Thanks
  • Installation Error - Electron installer issue

    9
    0 Votes
    9 Posts
    5k Views
    C
    @Bangee Perfect ! I installed MM2 as PI user and it works now ! Thanks for your help
  • No calendar or News feed?!?!?

    11
    0 Votes
    11 Posts
    7k Views
    KirAsh4K
    Typing in 'pm2 logs' will display those specific logs in a nicely formatted display. @ellercom, when you tied the default config, did you actually restart the MM process completely? You said you’re running it as a serveronly, so have you killed the process and restarted it? Does the default config also jst display ‘Loading…’?
  • Question on Concept

    4
    0 Votes
    4 Posts
    2k Views
    Wilco89W
    i’m also waiting for the PIR sensors hoping it will work out of the box with the module created by @paviro otherwise i Have to start debugging.
  • raspberry freezes

    9
    0 Votes
    9 Posts
    4k Views
    T
    @Wilco89 Raspberry Pi 3, 5V 2.5A Should be more than sufficient. It doesn’t show the square with colors, what normally would show when power is to low.
  • MMM-PIR-Sensor does not start

    4
    0 Votes
    4 Posts
    3k Views
    J
    @firesgc I had the same problem as you, and after trying almost everything I found where was the problem. To add your user PI to GPIO group, in the module page says to run: sudo useradd -g pi gpio My RPI always replay me that GPIO group already exists… so nothing happend I solve it by running: sudo usermod -a -G gpio pi In this case pi user is added to gpio group I just restarted and it worked. Now using the following command: gpio readall I can see how the Inputs and Outputs change I hope it works also for you
  • New modules, don´t load

    5
    0 Votes
    5 Posts
    3k Views
    BangeeB
    Are you sure, that the files are there? If the are, let’s try to restart pm2 restart mm or sudo reboot.
  • MM keeps going black

    Solved
    8
    0 Votes
    8 Posts
    5k Views
    R
    @flooo sudo apt-get install x11-xserver-utils worked x11-xserver-utils is installed fine with no errors.
  • NPM process dies

    9
    0 Votes
    9 Posts
    5k Views
    KirAsh4K
    Glad that’s working. It still doesn’t solve the fact that it’s dying on you, but at least it will restart it automatically for you. I think my process dies at least once a week or so … totally random, with the pi doing nothing.
  • MagicMirror 2 only works with DISPLAY=:0 npm start command

    5
    0 Votes
    5 Posts
    6k Views
    M
    @KirAsh4 Thanks for the reply, I used the same command to install mm2 as per your detailed tutorial. Though some commands after installed mm2 were different so shall retry the whole thing. Thanks, Mihir
  • Current Conditions Stopped Updating

    1
    0 Votes
    1 Posts
    882 Views
    ?
    I have had my MM running for about 2 months now and everything was working fine till about 10 days ago. The Current Conditions stopped updating. If I reboot or open the site in my desktop browser the weather conditions will populate correctly with the current conditions but not update. i have look to see if the network is dropping the connection and it is not. Any thoughts?
  • Chromium RPI-1 display strange

    Unsolved
    8
    0 Votes
    8 Posts
    5k Views
    S
    @chenz0 I am having the same issue with the compliments and newsfeed not going to the bottom, I am also running this on a B+. Could you explain in a little more detail what you changed? Changing calc(100%-120px) to 100% just makes everything go off the right of the screen (and those are the only uses of the calc function I could find in main.css). I am very new to CSS.
  • Google calendar

    13
    0 Votes
    13 Posts
    17k Views
    Wilco89W
    @acdacd2 good job!
  • Config for clock not working

    Unsolved
    6
    0 Votes
    6 Posts
    7k Views
    mochmanM
    @strawberry-3-141 Try timeFormat: 12, instead of timeformat: 12,. Capitalization has gotten me more times that I can count.