A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • dont get fullscreen on the rpi

    Unsolved
    2
    0 Votes
    2 Posts
    518 Views
    lavolp3L
    @berne YOur question is difficult to understand. A bit more explanation would have helped. If the whole raspbian desktop is not fullscreen, you might take a look at this: https://forum.magicmirror.builders/topic/601/not-realy-fullscreen/3
  • Cant update from 2.9.0 > 2.10.0 using update script

    Solved
    3
    0 Votes
    3 Posts
    739 Views
    H
    It works whatever you did thanks!
  • Black screen

    Solved
    18
    0 Votes
    18 Posts
    5k Views
    V
    Ok Thanks Everythings works fine now
  • MM electron command not found after update

    Solved
    3
    0 Votes
    3 Posts
    835 Views
    H
    @sdetweil Just booted the MM and it is working again. Do no know why it now runs ok and yesterday not (didn’t do anything new). So I guess this topic is solved.
  • Multiple PIR Sensors

    Unsolved
    2
    0 Votes
    2 Posts
    537 Views
    S
    @KumarTRD hardware wise, sure, just need to use another pin for the signal of the second pi. software wise, I don’t know if u can run the python detector scripts twice… it currently only watches for changes on 1 pin
  • config.js file Calendar part, don't show the 4th ICS and mess up the date format

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    S
    @siraero its probably the downlevel ical library in the calendar/vendor folderr
  • Install hangs at "Updating packages"

    Solved installation stall hangs
    3
    0 Votes
    3 Posts
    2k Views
    G
    That worked, thanks!
  • Default Calendar adjustment

    5
    1
    0 Votes
    5 Posts
    3k Views
    S
    Two years later… :) After updating to MM 2.10, I noticed again that the “um” or “at” still bothers me and makes the calendar entries unnecessarily wide. Does anybody have another idea or a tip, what exactly should be changed in the calendar.js to remove it?
  • Update troubles. Again.

    Unsolved
    10
    0 Votes
    10 Posts
    2k Views
    evroomE
    @uatuba No need to apologize, but you were asked to supply the exact steps taken. A git pull followed by npm install in the MM homedir will most likely solve your electron error message. If not, the upgrade script from Sam will solve it or at least will provide with some info to check for.
  • How do I now Rotate display ?

    Solved
    10
    0 Votes
    10 Posts
    9k Views
    T
    Just tried this. It seems the fkms + display_rotate no longer works. There are some comments about in the rpi forums too, like this one: https://www.raspberrypi.org/forums/viewtopic.php?t=246146 Using the kms driver plus the edits to the autostart file worked for me. Is there a way to get an official update to the documentation?
  • npm start error

    Unsolved
    3
    0 Votes
    3 Posts
    955 Views
    S
    Both do cd ~/MagicMirror npm install You should not upgrade while mirror is running Apparently neither used the upgrade script, right?
  • MMM-RemoteCompliments not showing anything except the current compliments

    Unsolved
    2
    2
    1 Votes
    2 Posts
    554 Views
    N
    Anything? Still cant solve this. @mitchelltmarino ??
  • MMM-Buller: Auth file in place, but no link displayed upon running

    Solved
    2
    2
    0 Votes
    2 Posts
    493 Views
    N
    Realized that I have to give path for credential file. Config file should look like this. config: { debug: true, credentials: "/home/pi/MagicMirror/modules/MMM-Buller/credentials.json", lists: [ Ran with this, and was given the right link for authenticating. Works!
  • Auto restart

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    E
    There’s a REALLY simple way to do this using a script and a cron job. From the pi user, execute: sudo nano /bin/mmreload.sh Paste the following contents into that file: #!/bin/sh if [ /home/pi/MagicMirror/config/config.js -nt /home/pi/.pm2/pids/mm-0.pid ]; then /usr/bin/pm2 restart mm fi Save it (CTRL-X) and then give it execute permissions like this: sudo chmod +x /bin/mmreload.sh From the pi user, execute the following: crontab -e In the crontab file, add the following line: 0,30 * * * * /bin/mmreload.sh > /dev/null 2>&1 Save the file (CTRL-X if you’re using nano). This will check the MM ‘pid’ file against the config.js file to see if the configuration file has been edited since the mirror was last started (it will check at the top and bottom of every hour). If the config file has been edited, it will restart MM and use the new configuration file.
  • Problem with updating to 2.10.0 from 2.9.0 using update script

    Unsolved
    15
    0 Votes
    15 Posts
    6k Views
    S
    @outlying save your magicmirror config.js at least!
  • node serveronly works, but npm start doesn't

    Solved
    5
    0 Votes
    5 Posts
    1k Views
    S
    @nealterrell but my script was supposed to run the npm install for you. Can u send me the installers/upgrade.log Same Id as here on Gmail. Thx
  • Mirror not displaying after rotation

    Solved
    6
    0 Votes
    6 Posts
    1k Views
    J
    @lavolp3 Thanks that link did the trick. Thanks!
  • Black Screen on Startup

    Unsolved black blank screen
    10
    0 Votes
    10 Posts
    2k Views
    S
    @norm I do not know why. The file is included in the GitHub repo. It has always been installed so far
  • MM doesn't load after update. Hangs Pi

    Unsolved
    4
    1
    0 Votes
    4 Posts
    965 Views
    S
    @magicmirrorer git branch will show the different collections of code git checkout ??? Where ??? Is one of those names will load that collection into the working directory
  • Reusing Node Web Server

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    S
    @cweinhofer remember, when the update comes out to watch for the update error…