A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • npm install Error....please help

    Unsolved
    2
    1
    0 Votes
    2 Posts
    909 Views
    N
    I’d try installing stylelint manually. npm install stylelint@^9.0.0
  • MMM-Facial-Recognition-OCV3 Issue

    1
    0 Votes
    1 Posts
    597 Views
    K
    Everything was working fine but I now get an error it is unable to open the default device and I do not know why if anyone could help I would really appreciate it. Error Starting MagicMirror: v2.4.1 Loading config ... Loading module helpers ... No helper found for module: alert. Initializing new module helper ... Module helper loaded: MMM-Facial-Recognition-OCV3 [../deps/mpg123/src/output/alsa.c:165] error: cannot open device default electron js/electron.js mm: pcm_params.c:2290: snd_pcm_hw_refine: Assertion `pcm && params' failed.
  • Multiples of same module?

    Unsolved
    6
    0 Votes
    6 Posts
    2k Views
    I
    @doublet I will try this! I really want them on several places in the mirror :)
  • Monitor turning off after 15 minutes

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    H
    @mykle1 nevermind I got it. Thanks for the help
  • Small screen makes modules overlap

    Solved
    5
    0 Votes
    5 Posts
    3k Views
    Mykle1M
    @henry56 You are welcome, sir. Enjoy your MM experience.
  • What are the conditions that I can run on Ubuntu 6.04.3?

    Unsolved
    2
    0 Votes
    2 Posts
    669 Views
    ?
    @kyeongzze I think node version ^8.9 will be needed. (Electron is using node 8.9 currently, as I know.)
  • Quick Syntax Error

    Unsolved
    20
    0 Votes
    20 Posts
    5k Views
    justjim1220J
    @smartsoldier Did you try to remove the comma as I suggested? Those give me fits everytime… no errors. black screen
  • Running Docker

    2
    0 Votes
    2 Posts
    2k Views
    S
    when u started the docker container, did u use this parm from the doc --publish 80:8080 \ if so, the the address in your browser should be myip:80 the --publish is host_port_number : container_port_number if u want the same port on the host as the container do --publish 8080:8080 \
  • LG FLatron 2242PE check signal cable PIR Sensor

    Unsolved pir sensor
    3
    0 Votes
    3 Posts
    2k Views
    A
    @Justinvd0203 I had a similar problem with my LG Monitor and PIR-Sensor. In my case i had the following behavior: Using HDMI Connection: switching off was possible, wake up not Using VGA Connection (with HDMI->VGA adapter on RPI side): switching off an wake up was possible Details see post. No worry using HDMI->VGA adapter: VGA can also deliver FullHD Resolution. Maybe your problem could be solved with an adapter. AxLED
  • Problem update

    Unsolved
    3
    0 Votes
    3 Posts
    2k Views
    A
    @greda If you dont need your changes in your compliment module, you can try following commands (in the folder you are trying to update via git pull) git reset --hard git pull origin master Do some post installations (if required). AxLED
  • start on reboot

    14
    0 Votes
    14 Posts
    9k Views
    R
    @charley Maybe you are right! But for me that was the reason wy it is not starting. I forgot this at first. ;-) Of course you should do everything in order. Then it works.
  • New router modules won’t load

    Solved wifi router modules won’t load
    3
    0 Votes
    3 Posts
    2k Views
    A
    I figured this out. the new router uses a different IP structure. 192.168.0.1 where my old router used 192.168.1.1. For some reason the pi connected to the new router but saved the old default gateway. I was able to correct it with the below command. sudo route add default gw 192.168.0.1 dev wlan0
  • IR Touch Mirror

    Unsolved
    1
    0 Votes
    1 Posts
    608 Views
    S
    Hi, I would like to get feedback from those who added an IR frame to their mirror. Is this usable? What happens when you try to zoom in with two fingers? Me, my interface gets really ugly, when I inadvertently press with two fingers. I’d like to disable multi-touch, but I don’t know how.
  • Would like revolving modules

    Unsolved
    2
    0 Votes
    2 Posts
    922 Views
    ?
    @dwleo There are already some modules. Try MMM-Carousel or MMM-Pages https://github.com/MichMich/MagicMirror/wiki/3rd-party-modules
  • upgrade to 2.4.1problems and solutions

    Unsolved
    10
    0 Votes
    10 Posts
    3k Views
    richland007R
    Another thing i have noticed is that configuring the settings to Disable WiFi Power Save on Rpi 3 (Stretch) will brake automatic connection to the router in a weird way … meaning after a reboot the Rpi will associate itself to a wireless network that you have previously signed on to but there is no internet access … you have to manually disconnect from the network and connect back on for internet to start working !!! which is definitely not ideal for a automatic run of raspberry pi !! Has anyone else had this issue?? D
  • DropboxWallpaper pictures are rotated to the left

    Solved
    20
    0 Votes
    20 Posts
    7k Views
    richland007R
    @Sean works good thank you for your support and work
  • MM Crashed twice. Time to abandon MM?

    Unsolved
    10
    0 Votes
    10 Posts
    3k Views
    bheplerB
    @richard238 - To supplement @MadScientist excellent post, VNC works regardless of the Magic Mirror process state. The default installation of Magic Mirror via the script uses pm2 to run a script at /home/pi/MagicMirror/run-start.sh. You can follow the instructions above to create your own script to run Magic Mirror in serveronly mode and switch between the two as you see fit. pm2 stop MagicMirror pm2 start mm_so and so on and so forth. Do keep in mind that running the MagicMirror process with the interface enabled includes the web server. So your options are 1) full magic mirror with web server, and 2) web server only.
  • pm2 logs - UnhandledPromiseRejectionWarning

    Solved
    7
    0 Votes
    7 Posts
    3k Views
    O
    Problem was in MMM remote control module. Error message disappeared when i disabled it.
  • electron-chromedriver@1.7.1 error

    Unsolved
    2
    1
    0 Votes
    2 Posts
    832 Views
    justjim1220J
    @kyeongzze I think you have to run the Electron update in root…
  • npm install error help...

    Unsolved
    5
    1
    0 Votes
    5 Posts
    2k Views
    K
    @mykle1 I ran it the way you told me, but again I got an error.[image: 1533177739188-253522.jpg]