A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Execute shell commands when AssistantMk2 starts or stops

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    A
    @Sean said in Execute shell commands when AssistantMk2 starts or stops: TANT_RESPONSE_END thank you! MMM-NotificationTrigger did the trick. { module: "MMM-NotificationTrigger", config: { triggers:[ { trigger: "ASSISTANT_RESPONSE_END", fires: [{ fire:"MY_COMMAND1", exec: "sleep 1; ls -al" },], }, { trigger: "ASSISTANT_UNDERSTOOD", fires: [{ fire:"MY_COMMAND2", exec: "sleep 1; ls -h" },], }, ] } },
  • "MMM-BackgroundSlideshow" the path to the image in the USB folder?

    Solved
    6
    0 Votes
    6 Posts
    3k Views
    S
    @prism great!.. can u mark this is resolved…
  • MMM-Hotword does not trigger MMM-AssistantMk2?

    Unsolved
    7
    1
    0 Votes
    7 Posts
    2k Views
    A
    @Sean Hi Sean Post a rebuild and using the original config.js it now works ie hotword now correctly calls assistant. The only issue left is when google presents me with options it doesn’t then listen for a follow up selection and throws back to hotword again. Is there a setting to enable assistant to follow up and finish the assistant sequence? Thx
  • Black screen after Update again

    Unsolved
    10
    0 Votes
    10 Posts
    4k Views
    Mykle1M
    @sdetweil said in Black screen after Update again: I lost a whole bunch of stuff when we had 5 power failures back to back… 15 seconds each… memory card did not recover… Yikes! :-(
  • MMM-EasyBack hide module(video stop) show module(video starts) is that possible???

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    StoffbeuteluweS
    If I hide the module the video still run in the background… I still here the sound… but I want to stop with hide MMM easyback
  • facebook integration?

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    cowboysdudeC
    You know most people try to avoid FB… I certainly wouldn’t want it in my face 24/7…
  • AUTH_AND_TEST.JS, GOOGLE SIGN IN, STUCK IN LOOP

    Solved
    2
    0 Votes
    2 Posts
    780 Views
    D
    @DrDeadlock I solved the problem. You should allow your browser to default browser.
  • auth_and_test.js, Google Sign In, stuck in loop

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    D
    @Cankerous How you fixed it i have same issue…
  • Please help - MMM-AssistantMk2

    Unsolved
    1
    0 Votes
    1 Posts
    586 Views
    B
    G’day every one. I am having issues with integrating MMM-AssistantMk2. When I start the MagicMirror, it seems to load. It initiates the default (“brief today”) and it activates a response, but towards the end of response the module appears to just terminate without completing correctly. I only seem to activate by using mouse function and clicking on the GA icon (via VNC Viewer). The microphone picks up my command and translates it onto the screen but there does not seem to be any response after that. I ran npm start dev and the only error I could see (and not sure how to fix) was: Uncaught TypeError: Cannot set property 'className' of null at Class.status (MMM-Hotword.js:261) at Class.socketNotificationReceived (MMM-Hotword.js:170) at module.js:246 at r.<anonymous> (socketclient.js:25) at r.emit (index.js:83) at r.onevent (index.js:83) at r.MMSocket.self.socket.onevent (socketclient.js:19) at r.onpacket (index.js:83) at r.<anonymous> (index.js:83) at r.emit (index.js:83) Any advice or tips would be very much appreciated. Regards, BJ Duncan
  • Errors after python capture.py

    Unsolved
    1
    0 Votes
    1 Posts
    598 Views
    S
    Re: Facial Recognition Module - Step by Step Guide I have followed all the directives here, but pull two errors upon trying to train: #1 pi@raspberrypi:~/MagicMirror/modules/MMM-Facial-Recognition-Tools $ pip install -r requirements.txt Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting future (from -r requirements.txt (line 1)) Using cached https://www.piwheels.org/simple/future/future-0.17.1-py3-none-any.whl Installing collected packages: future ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/usr/local/lib/python3.5/dist-packages/libpasteurize' Consider using the `--user` option or check the permissions. #2 pi@raspberrypi:~/MagicMirror/modules/MMM-Facial-Recognition-Tools $ python capture.py Traceback (most recent call last): File "capture.py", line 18, in <module> import lib.capture as capture File "/home/pi/MagicMirror/modules/MMM-Facial-Recognition-Tools/lib/capture.py", line 21, in <module> from . import config File "/home/pi/MagicMirror/modules/MMM-Facial-Recognition-Tools/lib/config.py", line 15, in <module> (CV_MAJOR_VER, CV_MINOR_VER, mv1, mv2) = cv2.__version__.split(".") ValueError: need more than 3 values to unpack Can you help???
  • Proper way to have module loading screen

    Unsolved
    8
    0 Votes
    8 Posts
    3k Views
    S
    @isaac2004 said in Proper way to have module loading screen: I have not figured out a way to have multiple divs in my module container and flip visibility from that event what is the problem? when u start to load the map , it is hidden and the loading div is shown. then in your tileloaded event trigger, you would document.getElementByID(the loading div) and hide it, then show the tile div… I hide/show two different images directly without problem and another design is to have two divs and toggle them
  • Public Transportation Module Munich, Germany

    Solved
    3
    0 Votes
    3 Posts
    2k Views
    thedoorsfanaticT
    Dear @Babene1 , thanks for your quick response. I use the same module and since the module is working for you I was wondering what else could be the error. And I have found a solution: the latest module I installed was MMM-GoogleMapsTraffic. I deactivated that module and now MMM-mvgmunich is working again. Vielen Dank!
  • MMM-Calendar not showing calendar

    Solved
    3
    0 Votes
    3 Posts
    3k Views
    C
    @sdetweil Solved, thank you so much! Using port 8080, and placing the CalDav exported files (.ics format) in the …MagicMirror/modules/… tree is the answer. (Still unsure why I can’t view the CalDav directly, but I run an hourly script to download the calendars, so no real issue.) I am VERY happy! :) Thanks again.
  • This topic is deleted!

    Unsolved
    1
    1
    0 Votes
    1 Posts
    61 Views
  • Mirror not showing MMM-doomsDay module

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    R
    This one worked!! thanks, I’ve submitted my time zone in your other post
  • MMM-MyCommute doesn't show commute times

    Unsolved mmm-mycommute google api
    1
    0 Votes
    1 Posts
    1k Views
    D
    I’m new to this, and have been trying everything I can think of to get the MyCommute module working. Help! My Magic Mirror works fine and the MyCommute module shows up fine with little car and bike icons. But it won’t show any commute times. I’ve gone over the code again and again, and think it might be a problem with the way I set up the Google API. Is there a primer on how to set up the Google API? Yes, I installed the module in the MMM-MyCommute directory. I did get an API Key and linked it to a billing account. Here’s my config.js code: { module: “MMM-MyCommute”, header: “Commute times”, position: “top_left”, classes: ‘default everyone’, config: { apikey: ‘GOOGLE API KEY’, origin: ‘19118 address’, startTime: ‘00:00’, endTime: ‘23:59’, destinations: [ { destination: ‘19104 address’, label: ‘Drive to Work’, mode: ‘driving’ }, { destination: ‘19104’, label: ‘Bike to Work’, mode: ‘bicycling’ } ] } }
  • MMM-AssistantMK2 USB Mic

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    S
    I went through this tutorial and managed to use USB Mic: link text
  • MMM Globe - The Image Gallery has moved!

    Moved
    3
    0 Votes
    3 Posts
    1k Views
    C
    I’m looking for a nice view to Europe … this was possible with MMM Globe…
  • MMM-Hotword modules problem

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    bheplerB
    @yuyuyu - Please use the markdown features of the forum when posting code.
  • Monitor to sleep with RPI camera?

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    S
    @bhepler and I have a module MMM-SleepWake that uses Motion to enable motion detection and different styles of sleep.