A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MMM-RemoteCompliments - No Random Compliments

    Unsolved
    6
    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
    835 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
    6k 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
    4k 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
    497 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
    12k 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
    7k 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
    2k 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
    659 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
    461 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…
  • MMM-RTSPStream dosent work in my case

    15
    0 Votes
    15 Posts
    11k Views
    S
    Can you share your final configuration?
  • MMM-GooglePhotos Not showing images.

    Solved
    9
    0 Votes
    9 Posts
    3k Views
    A
    It turns out I forgot to enable the photos library in the API. Stupid mistake. I got it to work.
  • mmm-nest-status unresponsive after 12hours

    Solved
    34
    0 Votes
    34 Posts
    18k Views
    S
    @costascontis the nest server is having some trouble… I don’t know what… maybe change the timeout longer? I don’t know anything about the api. I just fixed a bug in the error handling
  • 0 Votes
    12 Posts
    4k Views
    S
    @tomXGames you can see the notifications happening in the developers console… ctrl-shift-i, then selec tthe tab labeled ‘console’… then scroll up to see in the past… u can also filter by module , by putting part of the module name in the filter field
  • why does my MM on pi crash every night?

    Solved
    15
    0 Votes
    15 Posts
    6k Views
    S
    watchdog has a problem… removing… have not crashed since increase swap space… will close for now as I work on the watchdog socket problem