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

    Topics

    • A

      weather module with temp/precipitation graph for 1-2 days

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Requests
      12
      0 Votes
      12 Posts
      3k Views
      A
      @Matuki To be honest I have no idea how to do this. But I found the time to dig a little into the module I used before and found some problems. With some tweaks I could get it running and also uploaded it to github, just in case anyone was using this before and also misses it. You can find it in https://github.com/AnduriI/MMM-forecast-io
    • A

      rotating the screen doesn't work

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      4
      0 Votes
      4 Posts
      1k Views
      A
      well the problem was I think about privileges to issue the xrandr command from a shell. I got it worked out with xhost + and it works fine now. Thanks a lot for your help.
    • A

      compliments updateIntervall not working

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      8
      0 Votes
      8 Posts
      2k Views
      A
      thank you guys… you are totaly right.
    • A

      module calendar showing full day events one day to long

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      19
      0 Votes
      19 Posts
      8k Views
      lavolp3L
      @andurii I agree with you on both points and I’m working on it :-) Basically the implementation of showEnd is quite messed up. I’m trying to use my freshly gained JS beginner skills on this :-) Have send a PR for the fulldayevent fix and I expect this to be included in the next release.
    • A

      MagicMirror quits without errors

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      4
      0 Votes
      4 Posts
      1k Views
      D
      @chief said in MagicMirror quits without errors: I’m having the exact same problem Hey I’m french J’ai le même probléme sur Raspberry 2 installation nouvelle de Raspbian Stretch , MagicMirror 2.5 a demarré après la première installation mais après redémarrage , il affiche le bureau . Ma précèdente installation Stretch avec la version 2.2 s’affichait normalement . Avez vous une idée ? Thanks for your help .
    • A

      stopping MM via pm2 does not close electron - at restart I get EADDRINUSE

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      3
      0 Votes
      3 Posts
      2k Views
      bheplerB
      It sounds like something on your Pi is attempting to start the Magic Mirror process twice. If you used a cron job to start MM as well as PM2, then this can happen. Likewise, if your script that PM2 calls to start the process has the command twice, this can happen. EADDRINUSE usually means that two processes are trying to serve up web pages on the same port. If that happens on reboot, then most likely two commands are trying to start MM. My recommendation is to remove PM2’s attempts to start MM, reboot and see if the mirror process starts. If so, find out how it’s being called and remove that, then reset pm2 to do it. If MM doesn’t start after the reboot, run your netstat -lptn again and find out what’s listening on that port.
    • A

      MagicMirror stays black, but loading from another browser (Windows, Android) works

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      16
      0 Votes
      16 Posts
      6k Views
      A
      well something strange I noticed… (don’t know if that’s related) My Desktop used to be PIXEL I think (this nice road wallpaper and menu bars at the top. Now it looks like it is running Openbox. I don’t know how this happened, but it was not intended by me. Was that changed in the newest version because of my upgrades?
    • A

      MM not starting when HDMI is connected

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      1
      0 Votes
      1 Posts
      758 Views
      A
      Hey, up to now my MagicMirror was only in test mode and accessed via browser. Now I wanted to install it with a monitor on my mirror. If the RPi is not connected to HDMI, it works great. But as soon as I connect it and reboot it does not work. I can see the bootup of the RPi and a splash screen of MagicMirror saying “booting up”, but after that only a period of time a black cross and than the desktop. I also can not connect via browser, so MM is definetly not running. I will append the ~/MagicMirror/npm-debug.log pm2 is listing MagicMirror as running. When I disconnect the HDMI and reboot it works again from my browser. Can anyone please help? 0 info it worked if it ends with ok 1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'start' ] 2 info using npm@3.10.10 3 info using node@v6.13.0 4 verbose run-script [ 'prestart', 'start', 'poststart' ] 5 info lifecycle magicmirror@2.2.2~prestart: magicmirror@2.2.2 6 silly lifecycle magicmirror@2.2.2~prestart: no script for prestart, continuing 7 info lifecycle magicmirror@2.2.2~start: magicmirror@2.2.2 8 verbose lifecycle magicmirror@2.2.2~start: unsafe-perm in lifecycle true 9 verbose lifecycle magicmirror@2.2.2~start: PATH: /usr/lib/node_modules/npm/bin/node-gyp-bin:/home/pi/Magic$ 10 verbose lifecycle magicmirror@2.2.2~start: CWD: /home/pi/MagicMirror 11 silly lifecycle magicmirror@2.2.2~start: Args: [ '-c', 'sh run-start.sh' ] 12 silly lifecycle magicmirror@2.2.2~start: Returned: code: 1 signal: null 13 info lifecycle magicmirror@2.2.2~start: Failed to exec start script 14 verbose stack Error: magicmirror@2.2.2 start: `sh run-start.sh` 14 verbose stack Exit status 1 14 verbose stack at EventEmitter. (/usr/lib/node_modules/npm/lib/utils/lifecycle.js:255:16) 14 verbose stack at emitTwo (events.js:106:13) 14 verbose stack at EventEmitter.emit (events.js:191:7) 14 verbose stack at ChildProcess. (/usr/lib/node_modules/npm/lib/utils/spawn.js:40:14) 14 verbose stack at emitTwo (events.js:106:13) 14 verbose stack at ChildProcess.emit (events.js:191:7) 14 verbose stack at maybeClose (internal/child_process.js:920:16) 14 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:230:5) 15 verbose pkgid magicmirror@2.2.2 16 verbose cwd /home/pi/MagicMirror 17 error Linux 4.9.35-v7+ 18 error argv "/usr/bin/node" "/usr/bin/npm" "start" 19 error node v6.13.0 20 error npm v3.10.10 21 error code ELIFECYCLE 22 error magicmirror@2.2.2 start: `sh run-start.sh` 22 error Exit status 1 23 error Failed at the magicmirror@2.2.2 start script 'sh run-start.sh'. 23 error Make sure you have the latest version of node.js and npm installed. 23 error If you do, this is most likely a problem with the magicmirror package, 23 error not with npm itself. 23 error Tell the author that this fails on your system: 23 error sh run-start.sh 23 error You can get information on how to open an issue for this project with: 23 error npm bugs magicmirror 23 error Or if that isn't available, you can get their info via: 23 error npm owner ls magicmirror 23 error There is likely additional logging output above. 24 verbose exit [ 1, true ]
    • A

      which way to best implement motion sensing and facial recognition?

      Watching Ignoring Scheduled Pinned Locked Moved Requests
      1
      0 Votes
      1 Posts
      800 Views
      A
      Hey there, this forum has been a huge help for me the plan and build my magic mirror. It will have indirect lighting included and needs a way to switch that on. I planned to do this controlled by motion. I found the various modules here, but don’t know which is best to use. I also plan to use @paviro’s MMM-Facial-Recognition and read that some are not compatible and block the cam. Is there any motion detection module that uses camera and is compatible with the facial module? If not I might use a PIR, but that’s only the worst case (I don’t like the hole in the front, maybe I mount it below the frame and adjust sensitivity to trigger with moving feet…).
    • A

      MagicMirror not working anymore

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      9
      0 Votes
      9 Posts
      4k Views
      Mykle1M
      @AnduriI Uhh . . .
    • A

      Show notification on the MagicMirror

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      11
      0 Votes
      11 Posts
      8k Views
      A
      @strawberry-3.141 well didn’t knew that… how do I get the dev console in electron? For installation I have the RPI sitting on my desktop and access it from my normal pc. But I think I can also run it on the rpi using vnc. @Mykle1 the mirror itself is working fine. It’s only the alarm module making all black on alert. I have not changed anything else, it is a fresh installation of jessie.
    • A

      set GPIO high or low

      Watching Ignoring Scheduled Pinned Locked Moved Requests
      1
      0 Votes
      1 Posts
      833 Views
      A
      Hey guys (and girls), is there a module that can set GPIOs high or low? I need that to controll some mosfets for LEDs. If not directly possible, maybe I can use a module to call a script that does this (and maybe even with software pwm, but thats more a thing of scripting…).
    • A

      MM not starting after install

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      9
      0 Votes
      9 Posts
      6k Views
      A
      adding an address: "0.0.0.0",did it, I can see the black page of MM in my browser… thanks a lot for your help. Now I’m even more waiting for my mirror and screen to arrive…
    • A

      is there a module for classic RGB(W) LED-strip?

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      1
      0 Votes
      1 Posts
      1k Views
      A
      Hey there, I am planning my first magic mirror, so I’m not familiar with all the modules available out there. I have seen modules for these chipped LED strips, but I want to use one of those classic RGB or RGBW strips. As those need PWM for dimming I need 4 Pins. One way would be to use software PWM, but I have no experience with that. The other would be to use serial output to an arduino and use of of his PWM pins to controll the dimming. I have seen the MMM-gesture module which uses this way of communication, but only arduino->rpi. Is this also possible the other way around? Which way is easier to implement? As I will probably use MMM-gesture there will be an arduino in any case, so additional hardware will be no problem. Thanks a lot for your input. Anduril
    • 1 / 1