A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • 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
    5k 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
    6k 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
    829 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
    4k 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
    25k 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
    6k 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
    843 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
  • How do notifications work?

    notifications button profileswticher
    11
    0 Votes
    11 Posts
    10k Views
    cowboysdudeC
    @Sruc91 console.log(your output);
  • Compliments not showing up when edited from default

    Solved
    5
    0 Votes
    5 Posts
    3k Views
    bheplerB
    You shouldn’t be modifying the compliments.js file. Any new compliments should be placed in the appropriate section of the config.js file. Or if you like, you can create a compliments.json file and load them. Check the module READ.ME file for exact syntax.
  • Blackscreen

    Unsolved
    7
    0 Votes
    7 Posts
    3k Views
    DocVooDooD
    i have completly new installed Raspbian and MagicMirror. The Modules are also reinstalled. The Problem with the IP is gone. Why ever…
  • Magic Mirror black screen Pi Zero W

    Unsolved
    11
    0 Votes
    11 Posts
    6k Views
    Z
    @bhepler SSH wasn’t working, (hence the crappy pictures and retyped code in lieu of screenshots and copy pasting) so I’ve been working directly on my pi zero.