A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Weather forecast issues

    Unsolved weather
    9
    0 Votes
    9 Posts
    5k Views
    V
    I see this happening when my internet goes out for a bit, the new weather modules seem to no longer refresh. I created an issue - https://github.com/MichMich/MagicMirror/issues/1722
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    104 Views
  • Soccer Noob needs help!

    Unsolved
    30
    0 Votes
    30 Posts
    13k Views
    evroomE
    @Peter You can give MMM-soccer a try again. You should now see the standings. It has 1 major bug though, PSV is placed 1st and Ajax 2nd. This module is not so fancy as MMM-SoccerLiveScore, but I kind of liked the simplicity of it.
  • Hi very beginners question here.

    Unsolved
    6
    0 Votes
    6 Posts
    2k Views
    S
    @Mykle1 @sdetweil That’s great Thanks for the help guys.
  • MMM-SimpleTides stuck on loading

    Unsolved
    10
    0 Votes
    10 Posts
    2k Views
    Mykle1M
    @Chritix Once you’ve signed in to your WorldTides account you have access to your settings (https://www.worldtides.info/settings) which will show your API Key. The API Key is in this format. At least, mine is. 12345678-1234-1234-1234-1234567890XX. MMM-SimpleTides is sort of deprecated, in that it has been incorporated into MMM-SORT. However, it should still be working. Now, MMM-SORT does everything SimpleTides does. It has better options for the user. I just fired it up and it is working as expected. EDIT I just ran MMM-SimpleTides. It also fires right up { disabled: false, module: "MMM-SimpleTides", position: "bottom_left", config: { apiKey: "12345678-1234-1234-1234-1234567890XX", // free from https://www.worldtides.info/developer lat: "40.111111", // your latitude lon: "-74.111111", // your longitude height: "ft", // ft = feet, m = meters useHeader: false, // False if you don't want a header header: "", // Change in config file. useHeader must be true maxWidth: "300px", animationSpeed: 3000, // fade speed rotateInterval: 15 * 1000, // seconds between tides displayed } },
  • Worked for 5 minutes...

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    S
    see dedicated topic and call for collaboration https://forum.magicmirror.builders/topic/10729/new-script-for-mirror-release-upgrades
  • 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
    14k 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
    880 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
    549 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
    662 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
    541 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
    3k 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
    3k 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???