A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • ***Noob Alert*** MagicMirror coding issues!!!

    module newsfeed weather
    3
    0 Votes
    3 Posts
    2k Views
    M
    @Mykle1 I will post my config as soon as I can, but I really appreciate your timely response!!! Thanks a mil!
  • error while loading shared libraries

    1
    0 Votes
    1 Posts
    796 Views
    E
    I installed with the single command Its on a fresh install of Jessie Lite When I enter the MagicMirror directory and run npm start it stops with a error while loading shared libraries in the electron folder here is the debug 0 info it worked if it ends with ok 1 verbose cli [ '/usr/bin/nodejs', '/usr/bin/npm', 'start' ] 2 info using npm@3.10.10 3 info using node@v6.11.1 4 verbose run-script [ 'prestart', 'start', 'poststart' ] 5 info lifecycle magicmirror@2.1.2~prestart: magicmirror@2.1.2 6 silly lifecycle magicmirror@2.1.2~prestart: no script for prestart, continuing 7 info lifecycle magicmirror@2.1.2~start: magicmirror@2.1.2 8 verbose lifecycle magicmirror@2.1.2~start: unsafe-perm in lifecycle true 9 verbose lifecycle magicmirror@2.1.2~start: PATH: /usr/lib/node_modules/npm/bin/node-gyp-bin:/home/pi/MagicMirror/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games 10 verbose lifecycle magicmirror@2.1.2~start: CWD: /home/pi/MagicMirror 11 silly lifecycle magicmirror@2.1.2~start: Args: [ '-c', 'sh run-start.sh' ] 12 info lifecycle magicmirror@2.1.2~start: Failed to exec start script 13 verbose stack Error: magicmirror@2.1.2 start: `sh run-start.sh` 13 verbose stack spawn ENOENT 13 verbose stack at ChildProcess. (/usr/lib/node_modules/npm/lib/utils/spawn.js:33:16) 13 verbose stack at emitTwo (events.js:106:13) 13 verbose stack at ChildProcess.emit (events.js:191:7) 13 verbose stack at maybeClose (internal/child_process.js:891:16) 13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5) 14 verbose pkgid magicmirror@2.1.2 15 verbose cwd /home/pi/MagicMirror 16 error Linux 4.9.28-v7+ 17 error argv "/usr/bin/nodejs" "/usr/bin/npm" "start" 18 error node v6.11.1 19 error npm v3.10.10 20 error file sh 21 error code ELIFECYCLE 22 error errno ENOENT 23 error syscall spawn 24 error magicmirror@2.1.2 start: `sh run-start.sh` 24 error spawn ENOENT 25 error Failed at the magicmirror@2.1.2 start script 'sh run-start.sh'. 25 error Make sure you have the latest version of node.js and npm installed. 25 error If you do, this is most likely a problem with the magicmirror package, 25 error not with npm itself. 25 error Tell the author that this fails on your system: 25 error sh run-start.sh 25 error You can get information on how to open an issue for this project with: 25 error npm bugs magicmirror 25 error Or if that isn't available, you can get their info via: 25 error npm owner ls magicmirror 25 error There is likely additional logging output above. 26 verbose exit [ 1, true ]
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    19 Views
  • Listening to only 127.0.0.1:8080...

    3
    0 Votes
    3 Posts
    3k Views
    SnilleS
    @Cato said in Listening to only 127.0.0.1:8080...: address: “0.0.0.0”, Ah! Thank you! :) Worked!
  • facial recognition module

    Unsolved
    1
    0 Votes
    1 Posts
    1k Views
    A
    Hello, I realized that I used a different route than what “MMM-Facial- Recognition” was instructing me to get this working… Everything works at command and I get recognized. My problem is that now I have no idea how to create a module for config.js !!! Can someone help please I used this thread: https://noahingham.com/blog/facerec-python.html Thank you
  • Modules stuck at "Loading" after update...

    Unsolved
    8
    0 Votes
    8 Posts
    6k Views
    strawberry 3.141S
    @rodofrn thats what the author said 3 days ago @ronny3050 said in Email: Loading for a long time indicates problem with communicating with your email service.
  • Creating configs

    config create beginner
    2
    0 Votes
    2 Posts
    3k Views
    B
    After you type nano x11vnc.desktop you should type [Desktop Entry] Encoding=UTF-8 Type=Application Name=X11VNC Comment= Exec=x11vnc -forever -usepw -display :0 -ultrafilexfer StartupNotify=false Terminal=false Hidden=false which causes x11vnc to autostart
  • Last bit of issue with MirrorMirrorOnTheWall...

    Unsolved
    2
    0 Votes
    2 Posts
    2k Views
    S
    Ok, so I added the custom endpoint line to the Mirror.js file I had in the MMM-MirrorMirrorOnTheWall folder, and now it displays text when asked, but when I ask “play a video by radiohead” it simply shows the text “radiohead”, though alexa does say she is playing a video by radiohead. The console seems to connect to MirrorOnTheWall images video and text just fine… I’m so close here…lol. app.setup = function() { app.device = awsIot.device({ keyPath: __dirname + "/certs/MagicMirror.private.key", certPath: __dirname + "/certs/MagicMirror.cert.pem", caPath: __dirname + "/certs/root-CA.crt", clientId: "MirrorMirror" + (new Date().getTime()), region: "us-east-1", #add the line below host: "your-custom-endpoint", });
  • Gifs in Magic Mirror 2

    Solved
    6
    0 Votes
    6 Posts
    5k Views
    Mykle1M
    @Zelocked said in Gifs in Magic Mirror 2: Thank you so much!!! You’re welcome. Enjoy your mirror.
  • Face Recognition--coudn't find the Cam?

    5
    1
    0 Votes
    5 Posts
    2k Views
    C
    @strawberry-3.141 Thank you anyway
  • This topic is deleted!

    1
    1
    0 Votes
    1 Posts
    2 Views
  • I need help with editing configs (mainly the compliments)

    configuration config
    5
    0 Votes
    5 Posts
    4k Views
    Mykle1M
    @chaseb1357 You’re welcome. Enjoy your mirror
  • Formatting the MMM-EFA Module

    10
    1
    1 Votes
    10 Posts
    7k Views
    W
    Hi all. MVV-EFA does not work iin the magic Mirror. (after hours still “loading”…) http://efa.vrr.de/standard/XSLT_DM_REQUEST does work with stopIDs from MVV-Area, and sorry Hawking, i don’t know the ID of your station. My one is a “S-Bahn”-Station and its stopID was in the VRR-List. Thanks Dominic for the Module and i hope, somebody still finds a direct way to the MVV München with all Stop- and Line-IDs.
  • Calendar error for personal Exchange Server

    1
    0 Votes
    1 Posts
    840 Views
    P
    In a different post (https://forum.magicmirror.builders/topic/2602/exchange-calendar-not-showing-up/4) i added my work Exchange calendar to my Magic Mirror and it worked by downloading some new files. Now I’m trying to add my personal Exchange calendar, but again it gives an error: TypeError: curr.start.toISOString is not a function at Object.ical.objectHandlers.END (/home/pi/MagicMirror/modules/default/calendar/vendor/ical.js/node-ical.js:44:50) at Object.handleObject (/home/pi/MagicMirror/modules/default/calendar/vendor/ical.js/ical.js:371:49) at Object.parseICS (/home/pi/MagicMirror/modules/default/calendar/vendor/ical.js/ical.js:412:28) at Request._callback (/home/pi/MagicMirror/modules/default/calendar/vendor/ical.js/node-ical.js:11:28) at Request.self.callback (/home/pi/MagicMirror/node_modules/request/request.js:188:22) at emitTwo (events.js:106:13) at Request.emit (events.js:191:7) at Request. (/home/pi/MagicMirror/node_modules/request/request.js:1171:10) at emitOne (events.js:96:13) at Request.emit (events.js:188:7) Anyone know in which direction I could start looking for solving this issue?
  • MMM-MirrorMirrorOnTheWall module problem?

    Unsolved
    6
    0 Votes
    6 Posts
    5k Views
    S
    THAT DID IT! The skill is working fine! Thanks SO much! I feel like it’s the last part here Im a little unclear on as well… do I put the whole MirrorMirroronthewall folder into the modules folder with certs, then add the module to config.json file? What are the last few steps to get this puppy in gear? Its a little fuzzy in the docs. THANK YOU A MILLION TIMES!!! I’m SO close. Alexa does the “Yes my queen” intro, and says she is playing a video for me. But I don’t see a video, and I can’t make changes to the layout verbally either. I know I’m mucking up installing the actual module now that the skill is working.
  • Config.js file Syntax

    Unsolved
    26
    0 Votes
    26 Posts
    27k Views
    bheplerB
    @jade said in Config.js file Syntax: now I have a working mirror that sporadically gives me game of thrones quotes! My office at work is now much brighter! Well, you do until he kills off another Stark child.
  • Any idea of what am I doing wrong?

    Unsolved
    3
    2
    0 Votes
    3 Posts
    2k Views
    zimmcognitoZ
    @strawberry-3-141 Thank you for the tip I actualy made it work!
  • Modules not showing up

    Unsolved
    8
    0 Votes
    8 Posts
    7k Views
    R
    @strawberry-3.141 everything is working now! Thanks a lot :)
  • Update

    Solved
    10
    0 Votes
    10 Posts
    6k Views
    Z
    OK and thanks for your support …
  • Screen flicker when rotating screen

    1
    0 Votes
    1 Posts
    865 Views
    B
    Hi all, I recently completed my first MagicMirror project =D. Everything is working quite well, but… the only issue that I’m facing at the moment is when I set “display_rotate=1” in my “/boot/config.txt” (and then reboot) my LCD (TV) display is flickering. When I am changing it back to “display_rotate=0” my screen isn’t flickering. FYI - I tried the same configuration on a computer display and everything is working nicely. Does anyone has an idea what to change in my current configuration when connected to the LCD TV display? Thank you all, hope to hear from you. Cheers