A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • 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
    992 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
    792 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
    808 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
    668 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
    859 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
    10k 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
    694 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
    1k 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
    896 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
    608 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
  • MMM-hass

    Solved
    2
    0 Votes
    2 Posts
    2k Views
    idoodlerI
    @flagun I would recommend you to create a pull request on GitHub.
  • mmm-assistant. installed - running - not answering :-)

    4
    0 Votes
    4 Posts
    2k Views
    U
    @dvbit did you ever figure this out? I have mine running and I hear the ding when the MM starts. I also have the icon in the right location but no commands are recognized.
  • MMM-Assistant "node google-auth.js" error

    Solved
    1
    0 Votes
    1 Posts
    805 Views
    U
    I’m trying to set up MMM-Assistant on my mirror and keep coming across the same issue. I am so close, but whenever I enter… node google-auth.js …I get the error below. What am I missing? It looks like it can’t locate “google -client-secret.json” but I don’t see a step anywhere where that should have been created. node google-auth.js internal/modules/cjs/loader.js:550 throw err; ^ Error: Cannot find module '/home/pi/MagicMirror/modules/MMM-Assistant/assets/google-client-secret.json' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:548:15) at Function.Module._load (internal/modules/cjs/loader.js:475:25) at Module.require (internal/modules/cjs/loader.js:598:17) at require (internal/modules/cjs/helpers.js:11:18) at new Auth (/home/pi/MagicMirror/modules/MMM-Assistant/node_modules/google-assistant/components/auth.js:26:15) at new GoogleAssistant (/home/pi/MagicMirror/modules/MMM-Assistant/node_modules/google-assistant/index.js:21:16) at Object. (/home/pi/MagicMirror/modules/MMM-Assistant/scripts/google-auth.js:25:19) at Module._compile (internal/modules/cjs/loader.js:654:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:665:10) at Module.load (internal/modules/cjs/loader.js:566:32) Thanks for all your help.
  • MMM-Assistant google-auth.js

    6
    0 Votes
    6 Posts
    3k Views
    U
    @e3v3a I’m having a similar issue after running node google-auth.js I get the following… what am I missing? It looks like it can’t locate google -client-secret.json but I don’t see a step anywhere where that should have been created. node google-auth.js internal/modules/cjs/loader.js:550 throw err; ^ Error: Cannot find module '/home/pi/MagicMirror/modules/MMM-Assistant/assets/google-client-secret.json' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:548:15) at Function.Module._load (internal/modules/cjs/loader.js:475:25) at Module.require (internal/modules/cjs/loader.js:598:17) at require (internal/modules/cjs/helpers.js:11:18) at new Auth (/home/pi/MagicMirror/modules/MMM-Assistant/node_modules/google-assistant/components/auth.js:26:15) at new GoogleAssistant (/home/pi/MagicMirror/modules/MMM-Assistant/node_modules/google-assistant/index.js:21:16) at Object. (/home/pi/MagicMirror/modules/MMM-Assistant/scripts/google-auth.js:25:19) at Module._compile (internal/modules/cjs/loader.js:654:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:665:10) at Module.load (internal/modules/cjs/loader.js:566:32)
  • MMM-Podcast dont´t show the latest video

    4
    0 Votes
    4 Posts
    3k Views
    F
    Hallo, habt ihr das Problem gelöst? Ich habe das gleiche Problem.