A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MMM-camera with python code, is it possible??

    1
    0 Votes
    1 Posts
    867 Views
    P
    I installed MMM-camera module, and it works perfectly. but i want to add my own python code(to use opencv) with camera module. is this possible? thank you for reading!
  • Energy saving

    energy saving monitor off hdmi off
    7
    0 Votes
    7 Posts
    3k Views
    S
    @Peter thank you for help :-) good to know
  • ECONNREFUSED when trying to get JSON from my server (MMM-json-feed)

    10
    0 Votes
    10 Posts
    3k Views
    T
    Solved: The problem was that the module translated the server name into an up address and CherryPy was not configured to response to that. Reconfiguring did the trick: this article explains how this is done Thanks for your efforts.
  • Trouble with PIR sensor

    15
    0 Votes
    15 Posts
    7k Views
    J
    So I deleted everything and started over. Followed your instructions from point 5.2 and it’s still not working. Really not sure where to go from here
  • PIR gives black screen

    5
    0 Votes
    5 Posts
    3k Views
    R
    Perfect, thank you! :)
  • Face recognition step by step

    3
    0 Votes
    3 Posts
    2k Views
    V
    Here: (https://forum.magicmirror.builders/topic/6345/facial-recognition-module-step-by-step-guide)
  • MMM-Facial-Recognition proplems

    1
    0 Votes
    1 Posts
    1k Views
    V
    I’ve gone through the set up, made a training.xml, and python facerecognition.py gives me me Strong: User1 I’ve added the module in the config modules: [ { module: 'MMM-Facial-Recognition', config: { // 1=LBPH | 2=Fisher | 3=Eigen recognitionAlgorithm: 1, // Threshold for the confidence of a recognized face before it's considered a // positive match. Confidence values below this threshold will be considered // a positive match because the lower the confidence value, or distance, the // more confident the algorithm is that the face was correctly detected. lbphThreshold: 50, fisherThreshold: 250, eigenThreshold: 3000, // force the use of a usb webcam on raspberry pi (on other platforms this is always true automatically) useUSBCam: true, // Path to your training xml trainingFile: 'modules/MMM-Facial-Recognition/training.xml', // recognition intervall in seconds (smaller number = faster but CPU intens!) interval: 2, // Logout delay after last recognition so that a user does not get instantly logged out if he turns away from the mirror for a few seconds logoutDelay: 15, // Array with usernames (copy and paste from training script) // users: ['Andre'], //Module set used for strangers and if no user is detected defaultClass: "default", //Set of modules which should be shown for every user everyoneClass: "everyone", // Boolean to toggle welcomeMessage welcomeMessage: true } }, And given different classes to the other modules. some just for me classes: 'Andre', and some for everyone classes: "default everyone", But the mirror doesn’t seem to see me, cause it only shows the modules that are set up for everyone.
  • MMM-Facial Recognition Module classes

    4
    0 Votes
    4 Posts
    2k Views
    V
    Thank you! That fixed it :)
  • New to MM

    Unsolved
    6
    0 Votes
    6 Posts
    3k Views
    J
    @pinsdorf its on /home/pi/MagicMirror, I will reinstall , and after that i will report back and see if the problem comes back, thank you for the calendar too
  • currentweather icons are not displayed transparent

    1
    0 Votes
    1 Posts
    757 Views
    R
    I’m using the currentweather module and the MMM-RandomPhoto module on my MagicMirror. This works like a charm but the weather icons displayed by currentweather are not transparent. They are displayed in a small black box. Does anybody know how to fix that?
  • Magic Mirror 2 on Raspberry Pi 3 - Wifi shutting down!

    3
    1
    0 Votes
    3 Posts
    6k Views
    noroN
    I disabled the wifi power saving. I will setup the script in crontab to check the connection as you suggested. Thank you. Best regards, Noro
  • Calendar just loading

    3
    0 Votes
    3 Posts
    1k Views
    N
    Exactly, but it still won´t work…
  • Hey Guys, I need help

    6
    1
    0 Votes
    6 Posts
    2k Views
    S
    @ninjabreadman thank you very much! :)
  • Boot stopped on splashscreen

    2
    0 Votes
    2 Posts
    1k Views
    J
    me too i have this when i start nom start. [image: 1518882039706-capture-d-%C3%A9cran-2018-02-17-%C3%A0-16.31.51.png] thank for your answer
  • MM not starting when HDMI is connected

    1
    0 Votes
    1 Posts
    838 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 ]
  • Hello guys... I wonder if anyone is willing to help...

    1
    0 Votes
    1 Posts
    834 Views
    R
    I was trying to install opencv with brew from the terminal but when I try to run the mirror I get the following error message: “homebrew/science was deprecated. This tap is now empty as all its formulae were migrated.” Thanks in advance for your help @mykle1
  • Resolution has changed...how do I get it back?

    3
    0 Votes
    3 Posts
    2k Views
    B
    @yawns Thanks…I tried changing the resolution but it didn’t take…tried it a second time and its ok now.
  • Hi guys... I need a hand

    5
    0 Votes
    5 Posts
    2k Views
    R
    Thanks @mykle1! This is pure magic! hahah
  • How to check your config for errors. For absolute beginners.

    8
    4 Votes
    8 Posts
    23k Views
    strawberry 3.141S
    @E3V3A the next release should be on 1st of april
  • TypeError: Cannot read property 'hash' of null

    3
    0 Votes
    3 Posts
    2k Views
    cruunnerrC
    @RoboDoc said in TypeError: Cannot read property ‘hash’ of null: at /home/pi/MagicMirror/modules/default/updatenotification/node_helper.js:68:31 line 68 in the node_helper of the update notification seems to check all modules on GitHub for updates, if i understand that correctly… So there are two options: Your mirror lost it’s wifi/internet connection. Maybe u could check on your router if the device had logged off from the wifi. Or check the strength of the connection. Maybe take a look at the wifi_rebooter, as the wifi on the RPi 3 is not the best. So i installed an automatically wifi_rebooter here. U could try that as well: http://alexba.in/blog/2015/01/14/automatically-reconnecting-wifi-on-a-raspberrypi/ in my case my Pi pings my router address every 3 minutes and when it cannot reach it, it reboots it’s wifi itself. Some of the 3rd party modules has errors. But i don’t think so. To check it u could just run the default modules for a while