A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MMM-GoogleMapsTraffic has impact on other modules

    Solved
    20
    0 Votes
    20 Posts
    9k Views
    nischiN
    @thedoorsfanatic Ne sorry, da habe ich gerade keine Lösung. Aber ist das nicht eine Konfigurationssache? Also dort wo du das Modul in MagicMirror einbindest?
  • MMM-Facial-Recognition-OCV3 error at tools.train.py

    Unsolved facial error
    22
    0 Votes
    22 Posts
    13k Views
    nischiN
    @SdeGeata hmmm thats really strange, in your terminal you can import it and it works and if you try to run my encode.py script it doesn’t. stupid question, but i need to ask, sorry. do you run my encode.py also in the “dlib_test” virtual environment?
  • MMM-CalendarExt2

    Unsolved
    2
    0 Votes
    2 Posts
    855 Views
    ?
    @k4z137 What is your exact intent? If there be some sample image, it will help to guess.
  • MMM-GooglePhotos Update Notification

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    T
    @sdetweil This is what I’m getting when I do what you told me to do. git pull Updating 6acc084..157f007 Fast-forward auth.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) npm install added 1 package from 1 contributor, removed 1 package and audited 474 packages in 14.769s found 2 moderate severity vulnerabilities run `npm audit fix` to fix them, or `npm audit` for details sh run-start.sh Starting MagicMirror: v2.7.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. WARNING! Could not validate config file. Starting with default configuration. Please correct syntax errors at or above this line: /home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/open/index.js:29 ...options ^^^ SyntaxError: Unexpected token ... at createScript (vm.js:53:10) at Object.runInThisContext (vm.js:95:10) at Module._compile (module.js:543:28) at Object.Module._extensions..js (module.js:580:10) at Module.load (module.js:488:32) at tryModuleLoad (module.js:447:12) at Function.Module._load (module.js:439:3) at Module.require (module.js:498:17) at require (internal/module.js:20:19) at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-GooglePhotos/auth.js:6:13) Loading module helpers ... No helper found for module: alert. Initializing new module helper ... Module helper loaded: updatenotification No helper found for module: clock. App threw an error during load /home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/open/index.js:29 ...options ^^^ SyntaxError: Unexpected token ... at createScript (vm.js:53:10) at Object.runInThisContext (vm.js:95:10) at Module._compile (module.js:543:28) at Object.Module._extensions..js (module.js:580:10) at Module.load (module.js:488:32) at tryModuleLoad (module.js:447:12) at Function.Module._load (module.js:439:3) at Module.require (module.js:498:17) at require (internal/module.js:20:19) at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-GooglePhotos/auth.js:6:13) Whoops! There was an uncaught exception... /home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/open/index.js:29 ...options ^^^ SyntaxError: Unexpected token ... at createScript (vm.js:53:10) at Object.runInThisContext (vm.js:95:10) at Module._compile (module.js:543:28) at Object.Module._extensions..js (module.js:580:10) at Module.load (module.js:488:32) at tryModuleLoad (module.js:447:12) at Function.Module._load (module.js:439:3) at Module.require (module.js:498:17) at require (internal/module.js:20:19) at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-GooglePhotos/auth.js:6:13) 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 Launching application.
  • dark photos. when lights turned off at venue

    Unsolved
    1
    -1 Votes
    1 Posts
    530 Views
    B
    HI, did an event tonight and the photos were fine at the beginning (lights in venue on but when they turned the lights off, all the pictures were really dark, I have a camera spotlight on top of the magic mirror but none around the sides. Help please? Client is going to ask for their money back. Also some of the photos are blurry even though the people dont move much. thank you
  • MMM-SORT - WorldTides API Key Pricing

    Moved Solved
    3
    0 Votes
    3 Posts
    1k Views
    cowboysdudeC
    Yes @Mykle1 is right. As time goes by free api’s are becoming a thing of the past… Best to look around and search for free ones.
  • MAGIC MIRROR DARK PHOTOS

    Unsolved
    2
    0 Votes
    2 Posts
    613 Views
    S
    @bobfunland edit the photos and lighten them if u can
  • MMM-GooglePhotos latest update June 26 failed to launch

    Unsolved
    3
    0 Votes
    3 Posts
    2k Views
    N
    it works. thanks.
  • MMM Awesome ALexa Module

    Unsolved
    1
    2
    0 Votes
    1 Posts
    508 Views
    V
    Hi Friends, have you encountered this.? PLEASE HELP THANK YOU MUCH! [image: 1561786585859-159f35e0-d2dc-42ae-a1ae-bba84050f7db-image.png] when I enter Always invalid REDIRECT URL [image: 1561786614162-29c3e554-0697-4217-a611-bb3535135535-image.png]
  • I'm lost

    Unsolved
    7
    0 Votes
    7 Posts
    2k Views
    S
    @Techgator2 # go to home folder cd ~ # erase old installation of MagicMirror rm -rf MagicMirror # get the current MagicMirror repo here git clone https://github.com/MichMich/MagicMirror.git # change into its directory cd MagicMirror # install all the dependencies npm install # start mirror with default config npm start
  • MMM-Facial-Recognition with PiCam doesn't start

    Moved Unsolved
    3
    0 Votes
    3 Posts
    2k Views
    S
    After more fiddling, I get this in terminal: [MMM-Facial-Recognition-OCV3] Facerecognition started... [MMM-Facial-Recognition-OCV3] Loading training data... [MMM-Facial-Recognition-OCV3] Training data loaded! [MMM-Facial-Recognition-OCV3] -------------------- [MMM-Facial-Recognition-OCV3] PiCam loaded... Whoops! There was an uncaught exception... { Error: mmal: mmal_vc_port_enable: failed to enable port vc.null_sink:in:0(OPQV): ENOSPC mmal: mmal_port_enable: failed to enable connected port (vc.null_sink:in:0(OPQV))0x6c513840 (ENOSPC) mmal: mmal_connection_enable: output port couldn't be enabled Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() File "/home/pi/MagicMirror/modules/MMM-Facial-Recognition-OCV3/lib/common/picam.py", line 25, in run with picamera.PiCamera() as camera: File "/usr/lib/python2.7/dist-packages/picamera/camera.py", line 433, in __init__ self._init_preview() File "/usr/lib/python2.7/dist-packages/picamera/camera.py", line 513, in _init_preview self, self._camera.outputs[self.CAMERA_PREVIEW_PORT]) File "/usr/lib/python2.7/dist-packages/picamera/renderers.py", line 558, in __init__ self.renderer.inputs[0].connect(source).enable() File "/usr/lib/python2.7/dist-packages/picamera/mmalobj.py", line 2212, in enable prefix="Failed to enable connection") File "/usr/lib/python2.7/dist-packages/picamera/exc.py", line 184, in mmal_check raise PiCameraMMALError(status, prefix) PiCameraMMALError: Failed to enable connection: Out of resources OpenCV Error: Assertion failed (!buf.empty() && buf.isContinuous()) in imdecode_, file /home/pi/opencv/modules/imgcodecs/src/loadsave.cpp, line 637 Traceback (most recent call last): File "modules/MMM-Facial-Recognition-OCV3/lib/mm/facerecognition.py", line 69, in <module> image = camera.read() File "/home/pi/MagicMirror/modules/MMM-Facial-Recognition-OCV3/lib/common/picam.py", line 55, in read image = cv2.imdecode(data, 1) cv2.error: /home/pi/opencv/modules/imgcodecs/src/loadsave.cpp:637: error: (-215) !buf.empty() && buf.isContinuous() in function imdecode_ at PythonShell.parseError (/home/pi/MagicMirror/modules/MMM-Facial-Recognition-OCV3/node_modules/python-shell/index.js:190:17) at terminateIfNeeded (/home/pi/MagicMirror/modules/MMM-Facial-Recognition-OCV3/node_modules/python-shell/index.js:98:28) at ChildProcess.<anonymous> (/home/pi/MagicMirror/modules/MMM-Facial-Recognition-OCV3/node_modules/python-shell/index.js:88:9) at ChildProcess.emit (events.js:182:13) at Process.ChildProcess._handle.onexit (internal/child_process.js:237:12) executable: 'python', options: null, script: 'modules/MMM-Facial-Recognition-OCV3/lib/mm/facerecognition.py', args: [ '{"threshold":80,"useUSBCam":false,"trainingFile":"/home/pi/MagicMirror/modules/MMM-Facial-Recognition-OCV3/training.xml","interval":2,"logoutDelay":15,"users":["Stiofan","Gab"],"defaultClass":"default","everyoneClass":"everyone","welcomeMessage":true}' ], exitCode: 1 } 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
  • MMM-Facial-Recognition-OCV3 trouble

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    S
    Change in capture.py from config import ToolsConfig -> from .config import ToolsConfig
  • MMM-Facial-Recognition-OCV3 cant run toold.capture.py

    5
    1 Votes
    5 Posts
    2k Views
    S
    @SdeGeata Nevermind, I just fixed it! It was an outdated PIP that wasn’t getting updated without SUDO. sudo pip install future --upgrade
  • Autohide problem

    Moved
    2
    2
    0 Votes
    2 Posts
    1k Views
    S
    @SdeGeata Does anyone have Autohide working properly on their set-up???
  • 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…