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

    nischi

    @nischi

    15
    Reputation
    1.5k
    Profile views
    49
    Posts
    1
    Followers
    0
    Following
    Joined
    Last Online
    Age 38
    Website nischi.ch
    Location Switzerland

    nischi Unfollow Follow
    Module Developer

    Best posts made by nischi

    • MMM-Face-Reco-DNN - All new Face Recognition

      Hi all

      Because our “old” MMM-Facial-Recognition-OCV3 module is not working fine for me and is some days old i decided to create a new module with OpenCV 4.1 and Deep Neural Network to recognize faces. Thanks to normyx for this great module and inspiration for my own new one.

      Over all it is compatible with the module from normyx, you can use it over the same classes as he used. The training of the images are a little bit different but much easier as his version (for my point of view).

      To be honest the development status are still beta, i finished the module yesterday evening and tested it on my macbook and not yet on my mirror. But this tests on my local machine was successfully.

      So if you want try it out and let me know what you think about and what i can extend / change or whatever.

      Happy to hear your experiences with the module and how it works with your mirror.

      Please read carefully the readme of the module, i hope i don’t forget something, otherwise, also please let me know and i can change it or extend it. Happy to help where i can.

      If you find a bug, so let me know with a ticket on GitHub or feel free to do a Pull Request, i will check it as fast as i can.

      [card:nischi/MMM-Face-Reco-DNN]

      Thanks for your Feedback.

      posted in Utilities
      nischiN
      nischi
    • My Old Wood Mirror

      Hi Guys

      I wanna show you my first old wood mirror i finished yesterday. Need to cut the cable and change the software a little bit, but it works :)

      What we do not see on the pictures is my raspi camera which is in the middle of a cut of the wood :)

      If you wanna know something about my project, just ask.

      Hope you like it as i like it, let me know what you think about.

      0_1559551212942_IMG_0838.JPEG
      0_1559551218533_IMG_0840.JPEG
      0_1559551223400_IMG_0841.JPEG
      0_1559551227898_IMG_1128.JPEG
      0_1559551232690_IMG_1132.jpg
      0_1559551237768_IMG_1135.jpg
      0_1559551247571_IMG_1139.jpg
      0_1559551252073_IMG_1142.jpg
      0_1559551256587_IMG_1143.jpg

      Regards,
      Thierry

      posted in Show your Mirror
      nischiN
      nischi
    • RE: MMM-Face-Reco-DNN - All new Face Recognition

      @ChrizZz
      Yes i know this issue. i’m currently working on a bugfix. will tell you if i’m done.

      posted in Utilities
      nischiN
      nischi
    • RE: MMM-GoogleMapsTraffic has impact on other modules

      @thedoorsfanatic
      Was genau meinst du mit es geht nicht? Wird gar nichts angezeigt?

      posted in Troubleshooting
      nischiN
      nischi
    • RE: MMM-Face-Reco-DNN - All new Face Recognition

      @Ivanov_d Thanks a lot, glad to hear that.

      posted in Utilities
      nischiN
      nischi
    • RE: MMM-GoogleMapsTraffic has impact on other modules

      @thedoorsfanatic
      Ich habe zwei drei ideen an was es liegen könnte, muss das zuhause mal kurz testen.

      posted in Troubleshooting
      nischiN
      nischi
    • RE: MMM-Face-Reco-DNN - All new Face Recognition

      @ChrizZz
      You can use my other Module https://github.com/nischi/MMM-MotionControl to control TV with my Face Reco Module. It communicate with Notifications and is not using an own Camera Stream.

      posted in Utilities
      nischiN
      nischi
    • RE: MMM-GoogleMapsTraffic has impact on other modules

      @thedoorsfanatic
      Ich glaube ich habe den Fehler gefunden:
      https://github.com/mrVragec/MMM-mvgmunich/pull/26

      Ich habe das beim Modul angepasst, eventuell nimmt es der Entwickler ja dann in eine neue Version. Aber wenn du das einfach bei dir korrigieren willst musst du eine Datei anpassen (Zeile löschen).

      Lösche einfach das console.log in der Datei mvgmunich.js wie hier:
      https://github.com/mrVragec/MMM-mvgmunich/pull/26/files#diff-854ac3b937be8e5d18df1230031cf3ecL201

      posted in Troubleshooting
      nischiN
      nischi
    • RE: MMM-Face-Reco-DNN - All new Face Recognition

      @ChrizZz
      Yes you need to use one of the Face Reco Module that this works. Better my new Module ;) it’s much more accurate.

      posted in Utilities
      nischiN
      nischi
    • RE: MMM-GoogleMapsTraffic has impact on other modules

      @thedoorsfanatic

      Bin froh wenn ich dir helfen konnte. 👍

      posted in Troubleshooting
      nischiN
      nischi

    Latest posts made by nischi

    • RE: MMM-Face-Reco-DNN - All new Face Recognition

      @boppersnr said in MMM-Face-Reco-DNN - All new Face Recognition:

      uld like to see what the camera sees on the screen in Magic Mirror. So I can see the display and the little green boxes with the names of the faces it recognises. Do you know what I would need to do to display the camera frame with the facial recognition code running the scans/outputs on screen?

      This feature is not implemented, sorry. Maybe create a ticket in github?

      posted in Utilities
      nischiN
      nischi
    • RE: Face recognition help

      @Blauenfeldt

      Yes thats possible, you need to work with the classes as i wrote in the documentation.

      {
          module: 'clock',
          position: 'top_left',
          //Set your classes here seperated by a space.
          //Shown for all users
          classes: 'default everyone'
      },
      {
          module: 'example_module2',
          position: 'top_left',
          //Only shown for name1
          classes: 'thierry james'
      },
      {
          module: 'example_module',
          position: 'top_right',
          //Only shown for name1
          classes: 'james'
      }
      
      posted in Troubleshooting
      nischiN
      nischi
    • RE: MMM-CECControl - Control HDMI with CEC

      @yuyuyu
      I don‘t thinks so, because the CEC Protocol works (as i know) only with a HDMI Connected Screen.

      posted in Utilities
      nischiN
      nischi
    • RE: MMM-Face-Reco-DNN - All new Face Recognition

      @ChrizZz
      Yes i know this issue. i’m currently working on a bugfix. will tell you if i’m done.

      posted in Utilities
      nischiN
      nischi
    • RE: MMM-Face-Reco-DNN - All new Face Recognition

      @ChrizZz
      Sound a little bit long to me, for me it works faster. But it took a while until they are startet. Do you use default settings?

      posted in Utilities
      nischiN
      nischi
    • RE: MMM-Face-Reco-DNN - All new Face Recognition

      @ChrizZz
      Thanks for your solution. Usually it’s because the link for cv2 is to the wrong python Version.
      Happy to hear that it works.

      posted in Utilities
      nischiN
      nischi
    • RE: MMM-Face-Reco-DNN - All new Face Recognition

      @ChrizZz
      Yes you need to use one of the Face Reco Module that this works. Better my new Module ;) it’s much more accurate.

      posted in Utilities
      nischiN
      nischi
    • RE: MMM-Face-Reco-DNN - All new Face Recognition

      @ChrizZz
      You can use my other Module https://github.com/nischi/MMM-MotionControl to control TV with my Face Reco Module. It communicate with Notifications and is not using an own Camera Stream.

      posted in Utilities
      nischiN
      nischi
    • RE: MMM-Face-Reco-DNN - All new Face Recognition

      @ChrizZz

      Yes its the newest version of the face reco 😊

      No its not that important that you use a virtual environment, bit with this you can also install different versions on the same machine. but if you have a virtual environment you need to install all dependencies ther, dlib and face reco too.

      posted in Utilities
      nischiN
      nischi
    • RE: MMM-Face-Reco-DNN - All new Face Recognition

      @Ivanov_d Thanks a lot, glad to hear that.

      posted in Utilities
      nischiN
      nischi