MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. XxX_Cobra_XxX
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    X
    Offline
    • Profile
    • Following 0
    • Followers 1
    • Topics 0
    • Posts 6
    • Groups 0

    XxX_Cobra_XxX

    @XxX_Cobra_XxX

    0
    Reputation
    663
    Profile views
    6
    Posts
    1
    Followers
    0
    Following
    Joined
    Last Online

    XxX_Cobra_XxX Unfollow Follow

    Latest posts made by XxX_Cobra_XxX

    • RE: Looking for Beta-testers!

      @strawberry-3.141 I have installed the dependencies now with ‘npm install’ and it works! ;-)

      Thank you very much

      posted in MagicMirror
      X
      XxX_Cobra_XxX
    • RE: Looking for Beta-testers!

      @MichMich I have the same problem as ESOB:

      I am now also on the latest develop and it throws an error and just gives me a black screen:

      WARNING! Could not load config file. Starting with default configuration. Error found: Error: Cannot find module 'rrule-alt'
      App threw an error during load
      Error: Cannot find module 'rrule-alt'
          at Module._resolveFilename (module.js:455:15)
          at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/electron/dist/resources/electron.asar/common/reset-search-paths.js:35:12)
          at Function.Module._load (module.js:403:25)
          at Module.require (module.js:483:17)
          at require (internal/module.js:20:19)
          at Object. (/home/pi/MagicMirror/modules/default/calendar/vendor/ical.js/node-ical.js:20:13)
          at Module._compile (module.js:556:32)
          at Object.Module._extensions..js (module.js:565:10)
          at Module.load (module.js:473:32)
          at tryModuleLoad (module.js:432:12)
      { Error: Cannot find module 'rrule-alt'
          at Module._resolveFilename (module.js:455:15)
          at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/electron/dist/resources/electron.asar/common/reset-search-paths.js:35:12)
          at Function.Module._load (module.js:403:25)
          at Module.require (module.js:483:17)
          at require (internal/module.js:20:19)
          at Object. (/home/pi/MagicMirror/modules/default/calendar/vendor/ical.js/node-ical.js:20:13)
          at Module._compile (module.js:556:32)
          at Object.Module._extensions..js (module.js:565:10)
          at Module.load (module.js:473:32)
          at tryModuleLoad (module.js:432:12) code: 'MODULE_NOT_FOUND' }
      
      

      When I go back to Master branch it loads normally.

      Please help me

      posted in MagicMirror
      X
      XxX_Cobra_XxX
    • RE: [ORDER CLOSED] Two way mirror order in Germany

      @Goldjunge_Chriz

      Sorry, muss mich leider wieder aus der Liste austragen lassen da ich eine Firma gefunden habe die mir den Spiegel Mirropane CHROME SPY von Pilkington mit einem Transmissionswert von 8% und der Maße 110mm x 70mm und einer dicke von 4mm inkl. Versand nach Österreich um 120€ angeboten hat.

      Genau dieser Spiegel hat bei einem Test auf folgender Seite am besten abgeschnitten:

      @Goldjunge_Chriz

      Sorry, muss mich leider wieder aus der Liste austragen lassen da ich eine Firma gefunden habe die mir den Spiegel Mirropane CHROME SPY von Pilkington mit einem Transmissionswert von 8% und der Maße 110mm x 70mm und einer dicke von 4mm inkl. Versand nach Österreich um 120€ angeboten hat.

      Genau dieser Spiegel hat bei einem Test auf folgender Seite am besten abgeschnitten:

      https://glancr.de/development/test-spionspiegel-fuer-smart-mirrors/

      Sorry aber das Angebot kann ich mir nicht entgehen lassen…

      LG Cobra

      posted in Hardware
      X
      XxX_Cobra_XxX
    • RE: [ORDER CLOSED] Two way mirror order in Germany

      Hallo @Goldjunge_Chriz

      Ja klar ist kein Problem wenn die beiden einverstanden sind und die Transportkosten (Spritkosten) mit mir teilen würden.

      Liebe Grüße Cobra

      posted in Hardware
      X
      XxX_Cobra_XxX
    • RE: [ORDER CLOSED] Two way mirror order in Germany

      Hallo an alle!

      Bin auch an dem Spiegel interessiert. Ich benötige einen mit 1,1m x 0,7m mit polierte Kanten.
      Ich bin von Österreich und würde den Spiegel, wenn es keine Möglichkeit zum versenden gibt, auch selber abholen und mir gleich Köln anschauen :-)
      Brauchen würde ich den Spiegel so bald als möglich -> Rahmen und Fernseher sind fertiggestellt ;-)

      Mit bestem Dank im Voraus!

      posted in Hardware
      X
      XxX_Cobra_XxX
    • RE: Facial Recognition - Where do elements go go?

      @plumcraft said in Facial Recognition - Where do elements go go?:

      Hello,

      I’m trying to use facial trainer but i got this error ( when executing python capture.py)
      reference : https://github.com/paviro/MMM-Facial-Recognition-Tools/tree/master/facetrainer


      What do you want to do?
      [1] Capture training images from webcam
      [2] Convert ‘*.jpg’ pictures from other cameras to training images
      –> 1

      Enter the name of the person you want to capture or convert images for.
      –> plumcraft
      Images will be placed in ./training_data/plumcraft


      Starting process…

      Capturing positive training images.
      Press enter to capture an image.
      Press Ctrl-C to quit.

      Capturing image…
      OpenCV Error: Assertion failed (scn == 3 || scn == 4) in cvtColor, file /build/opencv-ISmtkH/opencv-2.4.9.1+dfsg/modules/imgproc/src/color.cpp, line 3737
      Traceback (most recent call last):
      File “capture.py”, line 35, in
      capture.capture()
      File “/home/pi/MMM-Facial-Recognition-Tools/facetrainer/lib/capture.py”, line 57, in capture
      image = cv2.cvtColor(image, cv2.COLOR_RGB2GRAY)
      cv2.error: /build/opencv-ISmtkH/opencv-2.4.9.1+dfsg/modules/imgproc/src/color.cpp:3737: error: (-215) scn == 3 || scn == 4 in function cvtColor

      I’m using a raspberry pi 3 with pi camera.

      Looking forward to use this module.

      Thanks

      I have the same error. Can everybody help me? I also use Raspberry Pi 3 with pi Camera.

      Thanks a lot!

      posted in Troubleshooting
      X
      XxX_Cobra_XxX