A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MMM-PIR doesn´t turn off monitor since update MM 2.7

    Unsolved
    25
    0 Votes
    25 Posts
    12k Views
    F
    @sdetweil sorry for the confusion. I see how I wasn’t making much sense… I am so out of my realm when dealing with all of this computery stuff, despite being tech-savvy but I was having an issue with my PIR sensor not turning putting everything to sleep. The module would simply put my Pi to sleep, but I would still have a “No signal” message show up on the screen (indicating no HDMI)… Idk what I did, exactly but after combing through different queries and reading other’s questions on the subject, it seems to be working, now. My PIR sensor does put everything to sleep and works like a charm. You guys on the forum are so much nicer than 99.9% of the internet =)
  • Default calendar

    Unsolved
    10
    0 Votes
    10 Posts
    2k Views
    S
    @aquaman sure, come over to discord chat, i am sam #5710, if can’t do discord, then email … same userid as here but on gmail yeh, or direct chat here… sorry, missed that
  • Error : cannot find module "rrule"

    Solved
    13
    0 Votes
    13 Posts
    3k Views
    S
    @JohnB7777 cool… can u mark this solved now… 3 dots next to the message that u think resolves it
  • Reinstall a default module

    Solved
    6
    0 Votes
    6 Posts
    2k Views
    S
    @JohnB7777 I posted the wrong instructions. i fixed it before replying… so, try again
  • MMM-EasyBack no autostart Video

    Moved Solved
    35
    0 Votes
    35 Posts
    16k Views
    Mykle1M
    @Darkmx-6 said in MMM-EasyBack no autostart Video: In the readme you should really give the thanks to @sdetweil Ahh, him again? :-) Done!
  • MMM-RemoteCompliments - No Random Compliments

    Unsolved
    6
    1
    0 Votes
    6 Posts
    1k Views
    P
    Yes, I have set up my google drive. As I said, the other compliment files (current and scheduled) are working fine. [image: 1570455307524-anmerkung-2019-10-07-153357.jpg]
  • MMM alexa OnOff no function / will not be found in alexa

    Unsolved
    1
    0 Votes
    1 Posts
    803 Views
    M
    I need help urgently where is my mistake hello I try for 2 days to get this module to work unfortunately without success pi@spieglein:~/MagicMirror/modules/MMM-AlexaOnOff/node_modules/fauxmojs/example $ node example.js started.. > sh run-start.sh Starting MagicMirror: v2.9.0 Loading config ... Loading module helpers ... Initializing new module helper ... Module helper loaded: MMM-OnScreenMenu Initializing new module helper ... Module helper loaded: MMM-AlexaOnOff Initializing new module helper ... Module helper loaded: MMM-Remote-Control 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 All module helpers loaded. Starting server on port 8080 ... You're using a full whitelist configuration to allow for all IPs Server started ... Connecting socket for: MMM-OnScreenMenu Connecting socket for: MMM-AlexaOnOff Module helper started for MMM-AlexaOnOff Connecting socket for: MMM-Remote-Control Starting node helper for: MMM-Remote-Control Connecting socket for: updatenotification Connecting socket for: calendar Starting node helper for: calendar Connecting socket for: newsfeed Starting module: newsfeed Sockets connected & modules started ... Launching application. 21900 21901 21902 21903 21904 21905 21906 21907 21908 21909 21910 21911 21912 21913 21914 21915 FauxMo service started. Listening on 192.168.2.110:21900-21915 Create new calendar fetcher for url: http://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics - Interval: 300000 Create new news fetcher for url: http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml - Interval: 300000 Use existing news fetcher for url: http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml MMM-Remote-Control saved new config! Used backup: /home/pi/MagicMirror/config/config.js.backup1 Use existing news fetcher for url: http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml MMM-Remote-Control saved new config! Used backup: /home/pi/MagicMirror/config/config.js.backup2 modules: [ { module: 'MMM-OnScreenMenu', position: 'bottom_right', /* Valid positions: 'top_right', 'top_left', 'bottom_right', 'bottom_left' */ config: { touchMode: true, menuItems: { moduleHide1: { title: "Hide Clock", icon: "minus-square", name: "clock" }, moduleShow1: { title: "Show Clock", icon: "plus-square", name: "clock" }, monitorOn:{ title: "Turn On Monitor",icon: "television", source: "ALL" }, monitorOff: { title: "Turn Off Monitor", icon: "television", source: "SERVER" }, monitorOff: { title: "Turn Off Monitor", icon: "television", source: "LOCAL" }, restart: { title: "Restart MagicMirror", icon: "recycle", source: "ALL" }, refresh: { title: "Refresh MagicMirror", icon: "refresh", source: "LOCAL" }, reboot: { title: "Reboot", icon: "spinner", source: "ALL" }, shutdown: { title: "Shutdown", icon: "power-off", source: "ALL" }, }, enableKeyboard: true, } }, { module: 'MMM-AlexaOnOff', config: { netProtocol: "IPv4", Interface: 'wlan0', devices: [{ name: "Alarmmodul", on: { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_1_alert" } }, off: { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_1_alert" } }, }, { name: "Updatemodul", on: { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_0_updatenotification" } }, off: { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_0_updatenotification" } }, }, { name: "Uhrmodul", on: { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_2_clock" } }, off: { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_2_clock" } }, }, { name: "Kalendermodul", on: { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_3_calendar" } }, off: { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_3_calendar" } }, }, { name: "Komplimentemodul", on: { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_4_compliments" } }, off: { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_4_compliments" } }, }, { name: "Wettermodul", on: { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_6_currentweather" } }, off: { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_6_currentweather" } }, }, { name: "Wettervorhersagemodul", on: { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_7_weatherforecast" } }, off: { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_7_weatherforecast" } }, }, { name: "Fotomodul", on: { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_8_MMM-ImagesPhotos" } }, off: { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_8_MMM-ImagesPhotos" } }, }, { name: "Fußballmodul", on: { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_9_MMM-SoccerLiveScore" } }, off: { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_9_MMM-SoccerLiveScore" } }, }, { name: "Mondmodul", on: { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_10_MMM-Lunartic" } }, off: { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_10_MMM-Lunartic" } }, }, { name: "Netzwerkmodul", on: { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_12_MMM-NetworkConnection" } }, off: { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_12_MMM-NetworkConnection" } }, }, { name: "Nachrichtenmodul", on: { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_13_newsfeed" } }, off: { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_13_newsfeed" } }, }, { name: "Schneemodul", on: { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_11_MMM-Snow" } }, off: { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_11_MMM-Snow" } }, }, { name: "Spiegel Neustart", on: { notification: "REMOTE_ACTION", payload: { action: "REBOOT"} }, off: { notification: "REMOTE_ACTION", payload: { action: "REBOOT"} }, }, { name: "Spiegel Runterfahren", on: { notification: "REMOTE_ACTION", payload: { action: "SHUTDOWN"} }, off: { notification: "REMOTE_ACTION", payload: { action: "SHUTDOWN"} }, }, { name: "Monitor", on: { notification: "REMOTE_ACTION", payload: { action: "MONITORON"} }, off: { notification: "REMOTE_ACTION", payload: { action: "MONITOROFF"} }, name: "Magic Mirror", on: { notification: "ONSCREENMENU_PROCESS_ACTION", payload: { actionName:'monitorOn' } }, off: { notification: "ONSCREENMENU_PROCESS_ACTION", payload: { actionName:'monitorOff' } }, }] } }, { module: 'MMM-Remote-Control' }, code_text
  • snowboy Install Failure

    Unsolved
    13
    0 Votes
    13 Posts
    5k Views
    S
    @kai i use the sample config { module: "MMM-Hotword", position: "top_right", config: { chimeOnFinish: null, mic: { recordProgram: "arecord", device: "plughw:1" }, models: [ // this is the start of the models, note this is an array, so you can have multiple word choices { hotwords : "computer", // what word you expect to hear file : "computer.umdl", // where it gets the wave pattern model file sensitivity : "0.5", }, ], commands: { "computer": { notificationExec: { notification: "ASSISTANT_ACTIVATE", payload: (detected, afterRecord) => { return {profile:"default"} } }, restart:false, afterRecordLimit:0 } } } },
  • MMM-MyCommute - Google blocked!

    Unsolved
    4
    -2 Votes
    4 Posts
    2k Views
    S
    Thanks all for your responses. i was having similar questions and your answers were helpful to me.
  • Maximizing Screen Use with MMM-CalendarExt2 and Custom.css

    Solved
    9
    0 Votes
    9 Posts
    3k Views
    C
    @Sean Thanks for the guidance. I missed it the first time. Considering this pi is a single function, I might just give this a shot.
  • German Alexa. Modul or Standalone

    Unsolved
    1
    0 Votes
    1 Posts
    436 Views
    Blackhawk50000B
    Hi, i am trying sinth month to install Alexa (MMM-AwesomeAlexa or the standalone vom Amazon direct) but it is a nightmare. The complete installation from the MMM-AwesomeAlexa Module is not possible because snowboy is a big problem. (thread existing) I managed to install Alexa as Standalone with the amazon tutorial and some workarounds for a lot of problems. but it was only in english and not wenn integreated in my smarthome environment. i was not able to change the language. why is this so f**king hard or full of problems and errors? (System: Fresh Raspberry Pi 3 B with fresh Rasbian Lite AND also tryed everything with Rasbian Full Streched.)
  • Almost done need to active my mirror by Phrase

    Unsolved phrase
    24
    0 Votes
    24 Posts
    11k Views
    S
    @otto I think you can do that but it’s going to be painful since the mirror will listen and react to everything people say near him. The magic word (jarvis, mirrror mirror,etc…) is a safeguard to that behavior.
  • MMM-MirrorMirrorOnTheWall error while configuring Alexa skill

    Unsolved
    14
    0 Votes
    14 Posts
    6k Views
    F
    @Robalot So, I made it to this point and am stuck. How do I migrate away from having to use AMAZON.LITERAL?
  • MMM-CalendarExt2 daily not shown

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    M
    nope wasn’t it I know for sure that it should work now i just need to get it to work again.
  • notification array

    Moved
    6
    0 Votes
    6 Posts
    1k Views
    M
    Thanks Sean! I appreciate your help. :thumbs_up_light_skin_tone:
  • MMM-PIR-Sensor - no powerSavingMessage

    Unsolved
    1
    0 Votes
    1 Posts
    617 Views
    S
    I am using this Module with a Microwave sensor RCWL-0516 succesfully but i would like the offert powerSavingMessage: “Text”, on screen. All i get is a white textfield jumping in but no text. I think the text isn’t readable because it is also white. How to change that?
  • Change MMM-Page page using MMM-PIR

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    A
    I switched to MMM-PIR-Sensor and I am using MMM-NotificationTrigger to let MMM-PIR-Sensor communicate with MMM-Page. I am using the following in my config: { module: 'MMM-PIR-Sensor', config: { sensorPin: 4, sensorState: 1, powerSaving: false, powerSavingDelay: 60 * 10, relayPin: false, relayState: 1, alwaysOnPin: false, alwaysOnState: 1, alwaysOffPin: false, alwaysOffState: 1, } }, { module: 'MMM-NotificationTrigger', config: { triggers:[ { trigger: "USER_PRESENCE", fires: [ { fire:"PAGE_CHANGED", payload: (payload) => { if (payload == false) { return 1 } else { return 0 } }, }, ], }, ] }, } I can’t get this to work. If I turn powerSaving: true, I can get the screen to turn off when the sensor doesn’t detect movement for 10 minutes. I just can’t get the page to change. Am I doing something wrong?
  • Gettin' crazy with mmm-mycommute

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    S
    also the “primitive” mrx-work-traffic module works
  • MMM-Screencast anybody using it?

    Unsolved
    1
    0 Votes
    1 Posts
    430 Views
    F
    I’ve gotten it installed, and it appears when I search for cast units. But when I try to ‘cast’ from Youtube, it fails in connecting. Has anybody gotten this to work?
  • MMM-Memo not able to send messages to Magic Mirror

    Unsolved
    7
    1 Votes
    7 Posts
    3k Views
    S
    @FruityBebbles no problem, glad I can help… you don’t need to be a coder… but some of this stuff is very rigid in its requirements…