A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Google Assistant

    Unsolved
    3
    0 Votes
    3 Posts
    2k Views
    P
    I have MM and Google assistant running on one rpi. I used the original Goole AIY kit. So I do not use MMM-assistant. I can ask questions and get answers, but it is impossible to hide or show modules. Peter
  • Help with showing todoist tasks?

    11
    3
    0 Votes
    11 Posts
    9k Views
    zdenekZ
    dears, can u plz provide me step-by-step how to get token? I’ve ID and Secret, but no idea what to do now… thanks, Zdeněk
  • Default Newsfeed module won't display custom RSS feed

    1
    0 Votes
    1 Posts
    581 Views
    T
    Sorry for my overall confusion on this subject, but I’m pretty inexperienced with any form of coding/computing and I’m trying to put together a MM for myself at the moment. I am currently trying to set up an RSS feed of important calendar events to have those displayed in my Newsfeed. Unfortunately I’m struggling. So far I’ve succeeded in generating an RSS feed triggered by these calendar events (through a third party web app - zapier.com which after talking to their customer service department states their RSS output encoding is the same as the module default, UTF-8). However, when I replace the default NYTimes url with the url provided for my RSS feed, I do not see any notifications. I know the RSS feed is working because I can check it at the url in a web browser. Does anyone have any input on what might be going wrong? I’ve attached my modified config.js below (which works with the nytimes url but not with the one supplied). Is it because of the formatting of the url? Or the formatting of the RSS feed itself? { module: "newsfeed", position: "bottom bar", config: { hideLoading: "true", reloadInterval: "10000" ignoreOldItems: "true", feeds: [ { url: "https://zapier.com/engine/rss/3437963/call-schedule-alerts/", } ], showSourceTitle: false, showPublishDate: false } },
  • Adding a second news feed.

    25
    0 Votes
    25 Posts
    17k Views
    S
    @rijosroberto i didn’t notice the list had switched to a second page… i had replied, but it didn’t show (on second page), so I accidentally replied again… and then deleted it
  • MMM-forecast.io = Geolocation

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    MichShavM
    Just saw this, I will try tonight when i get home :)
  • This topic is deleted!

    Solved
    1
    0 Votes
    1 Posts
    7 Views
  • MMM-Carousel change page when Sonos starts playing?

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    A
    Hi Joela85, how do you start the sonos module? Maybe on this call, there is a way to hook something additional up, for changing pages. I use MMM-Pages an this can be switched by the MM Notification System. AxLED
  • MMM-Cocktails - Images now showing up?

    Moved Solved
    7
    0 Votes
    7 Posts
    2k Views
    Mykle1M
    @hykgoml Great!
  • my log

    1
    0 Votes
    1 Posts
    846 Views
    M
    main.js:447 Initializing MagicMirror. translator.js:201 Loading core translation file: translations/en.json translator.js:224 Loading core translation fallback file: translations/en.json loader.js:182 Load script: modules/email//email.js module.js:476 Module registered: email loader.js:152 Bootstrapping module: email loader.js:157 Scripts loaded for: email loader.js:197 Load stylesheet: modules/email/email.css loader.js:197 Load stylesheet: vendor/node_modules/font-awesome/css/font-awesome.min.css loader.js:159 Styles loaded for: email loader.js:161 Translations loaded for: email loader.js:197 Load stylesheet: css/custom.css :8080/modules/email//email.js:23 Email module started! :8080/modules/email//email.js:24 MEMEME Object main.js:465 All modules started! module.js:155 email received a system notification: ALL_MODULES_STARTED module.js:155 email received a system notification: MODULE_DOM_CREATED module.js:155 email received a system notification: DOM_OBJECTS_CREATED email.js:34 NEW PAYLOAD: (2) [Object, Object] email.js:34 NEW PAYLOAD: (2) [Object, Object] email.js:34 NEW PAYLOAD: (2) [Object, Object] email.js:34 NEW PAYLOAD: (2) [Object, Object] email.js:66 Uncaught (in promise) TypeError: Cannot read property 'host' of undefined at Class.getDom (email.js:66) at Promise (main.js:110) at Promise () at updateDom (main.js:109) at Object.updateDom (main.js:511) at Class.updateDom (module.js:357) at Class.socketNotificationReceived (email.js:44) at module.js:245 at r. (socketclient.js:25) at r.emit (index.js:133) getDom @ email.js:66 Promise @ main.js:110 updateDom @ main.js:109 updateDom @ main.js:511 updateDom @ module.js:357 socketNotificationReceived @ email.js:44 (anonymous) @ module.js:245 (anonymous) @ socketclient.js:25 r.emit @ index.js:133 r.onevent @ socket.js:270 MMSocket.self.socket.onevent @ socketclient.js:19 r.onpacket @ socket.js:228 (anonymous) @ index.js:21 r.emit @ index.js:133 r.ondecoded @ manager.js:345 (anonymous) @ index.js:21 r.emit @ index.js:133 s.add @ index.js:241 r.ondata @ manager.js:335 (anonymous) @ index.js:21 r.emit @ index.js:133 r.onPacket @ socket.js:456 (anonymous) @ socket.js:273 r.emit @ index.js:133 r.onPacket @ transport.js:145 r.onData @ transport.js:137 ws.onmessage @ websocket.js:147
  • my log info

    1
    0 Votes
    1 Posts
    854 Views
    M
    pi@raspberrypi:~/MagicMirror $ npm start > magicmirror@2.3.1 start /home/pi/MagicMirror > sh run-start.sh Starting MagicMirror: v2.3.1 Loading config ... Loading module helpers ... Initializing new module helper ... Module helper loaded: email All module helpers loaded. Starting server on port 8080 ... Server started ... Connecting socket for: email email helper started ... Sockets connected & modules started ... Launching application. listening for emails... NEW MAIL NEW MAIL listening for emails... NEW MAIL NEW MAIL NEW MAIL NEW MAIL listening for emails... NEW MAIL listening for emails... NEW MAIL NEW MAIL NEW MAIL NEW MAIL listening for emails... NEW MAIL NEW MAIL NEW MAIL NEW MAIL NEW MAIL NEW MAIL NEW MAIL NEW MAIL NEW MAIL NEW MAIL NEW MAIL listening for emails... Shutting down server... Stopping module helper: email
  • my config.js without private info

    1
    0 Votes
    1 Posts
    707 Views
    M
    modules: [ { module: 'email', position: 'bottom_left', header: 'Email', config: { accounts: [ { user: 'johndoe@yahoo.com', password: 'helloworld', host: 'imap.mail.yahoo.com', port: 993, tls: true, authTimeout: 10000, numberOfEmails: 2, }, { user: 'janedoe@gmail.com', password: 'goodbyeworld', host: 'imap.gmail.com', port: 993, tls: true, authTimeout: 10000, numberOfEmails: 2, } ], fade: false, maxCharacters: 30 } } ]
  • New module breaks magicmirror

    Solved
    10
    0 Votes
    10 Posts
    4k Views
    Mykle1M
    @yawns said in New module breaks magicmirror: Great, we all were at this point. Enjoy your mirror Amen to that brother! :-) @tomamer Enjoy your mirror. :-)
  • email npm start dev error

    error
    1
    0 Votes
    1 Posts
    912 Views
    M
    hey guys , i have problem with my email module. this is my npm start dev: uncought (in promise) TypeError: cannot read property ‘host’ of undefined: at … . it can update email list for 2 minute but after than that this is my error and module not showing new emails. but i have new email objects?
  • Positions of modules

    Solved
    12
    0 Votes
    12 Posts
    11k Views
    J
    Finally sorted the issue of the screen size in portrait… thank you all for you help, a lot of trial and error but finally got there… Cheers 👍
  • 0 Votes
    1 Posts
    718 Views
    L
    The Mirror Mirror on the wall skill works fine with alexa dot. I get the google images/videos, but none of them, including “turn on/off modules” is displayed on the mirror itself. cmd displays: magicmirror@2.3.1 start /home/pi/MagicMirror sh run-start.sh Starting MagicMirror: v2.3.1 Loading config … Loading module helpers … No helper found for module: alert. Initializing new module helper … Module helper loaded: updatenotification No helper found for module: clock. Initializing new module helper … Module helper loaded: calendar No helper found for module: compliments. No helper found for module: currentweather. No helper found for module: weatherforecast. Initializing new module helper … Module helper loaded: newsfeed Initializing new module helper … Module helper loaded: MMM-MirrorMirrorOnTheWall All module helpers loaded. Starting server on port 8080 … Server started … Connecting socket for: updatenotification Connecting socket for: calendar Starting node helper for: calendar Connecting socket for: newsfeed Starting module: newsfeed Connecting socket for: MMM-MirrorMirrorOnTheWall Starting module helper: MMM-MirrorMirrorOnTheWall Sockets connected & modules started … Launching application. Create new calendar fetcher for url: http://www.calendarlabs.com/templates/ical/US-Holidays.ics - Interval: 300000 Create new news fetcher for url: http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml - Interval: 300000 Whoops! There was an uncaught exception… Error: Invalid connect options supplied. at new DeviceClient (/home/pi/MagicMirror/modules/node_modules/aws-iot-device-sdk/device/index.js:445:13) at Object.DeviceClient [as device] (/home/pi/MagicMirror/modules/node_modules/aws-iot-device-sdk/device/index.js:216:14) at Object.app.setup (/home/pi/MagicMirror/modules/MMM-MirrorMirrorOnTheWall/MirrorMirror.js:12:23) at Class.alexa_start (/home/pi/MagicMirror/modules/MMM-MirrorMirrorOnTheWall/node_helper.js:12:18) at Class.socketNotificationReceived (/home/pi/MagicMirror/modules/MMM-MirrorMirrorOnTheWall/node_helper.js:35:12) at Socket. (/home/pi/MagicMirror/modules/node_modules/node_helper/index.js:113:11) at emitTwo (events.js:106:13) at Socket.emit (events.js:194:7) at /home/pi/MagicMirror/node_modules/socket.io/lib/socket.js:513:12 at _combinedTickCallback (internal/process/next_tick.js:73:7) MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection? If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues ^CShutting down server… Stopping module helper: updatenotification Stopping module helper: calendar Stopping module helper: newsfeed Stopping module helper: MMM-MirrorMirrorOnTheWall Not sure what to do :/
  • Trouble with python script for ultrasonic mudule HC-SR04

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    idoodlerI
    @mymirror Funny story. Last Thursday I found the same issue in the production code of a project I am working on in my real live job, which lead to an really wired issue. That was the biggest facepalm ever:weary_face: And the ultra sonic sensor is clicking itself. The sensor is just a speaker and an microphone. The speaker is clicking constantly and the microphone is picking up the clicking. I am pretty jung, it would drive me crazy if I have to sleep, or stay here the sensor for a long time. But with increasing age humans won’t hear it anymore. But I think animals like cats, dogs, birds, … do hear it better. The more you know :sign_of_the_horns:
  • MMM-MotionEye and forcedRefreshInterval

    Unsolved
    1
    0 Votes
    1 Posts
    964 Views
    W
    Hi using MMM-Motioneye for some time without problems. Now after repositioning my Motioneye cam, sometimes the video stream becomes interrupted due to wifi problems. Unfortunately i can’t get the video stream refreshed using the option ‘forcedRefreshInterval’ in my config. Is anybody using this option and can share his experience because I don’t know how to find out what I made wrong. Thx in advance for any helpful hints. best regards, Jo This is my config: { module: 'MMM-MotionEye', position: 'lower_third', config: { url: "http://192.168.0.16:8090/?action=stream", width: '800px', autoHide: true, forcedRefreshInterval: 6000, autoHideDelay: 60000, debug: true }, },
  • MMM-MQTT freezes after some time

    Unsolved
    2
    0 Votes
    2 Posts
    2k Views
    binderthB
    @kugelfang said in MMM-MQTT freezes after some time: I’m running three instances of this plugin, each listening to a different sensor . Why don’t you use one instance and configure the subscriptions as shown in the Readme? works for me (presently 5 subscriptions in one instance).
  • MMM-voice-control speech recognition error..

    1
    0 Votes
    1 Posts
    661 Views
    W
    When i run magic mirror,it does not recognize the microphone. Npm start dev, an error messeage appeared. SpeechRecognitionError {error: “network”, message: “”, type: “error”, target: SpeechRecognition, currentTarget: SpeechRecognition…} bubbles:false cancelBubble:false cancelable:false composed:false currentTarget: SpeechRecognition defaultPrevented:false error:“network" eventPhase:0 message:”" path:Array[0] returnValue:true srcElement:SpeechRecognition target:SpeechRecognition timeStamp:9665.535 type:“error” I want to get solution.please…
  • MMM-voice mic number changes

    Solved
    2
    0 Votes
    2 Posts
    1k Views
    S
    Found the solution here: https://raspberrypi.stackexchange.com/questions/80072/how-can-i-use-an-external-usb-sound-card-and-set-it-as-default