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

    Posts

    Recent Best Controversial
    • RE: Facial recognition

      @sdetweil
      Yeah so one thing I have found is it is kind of worthless to have a motion sensor running that hides the modules after 2minutes of no motion…because if you block the sensor once it has closed… it looks like the camera cant turn it back on because the sensor has hidden everything.

      I either turn off the motion sensor and rely on the camera all the time …
      or
      somehow have the motion detection turn on the camera recognition part…recognize then show correct modules.
      or
      have the recognition…trigger the motion sensor

      so many decisions I dont know which to do lol

      posted in General Discussion
      M
      majik655
    • RE: Facial recognition

      @sdetweil
      I finally got it!
      I commented out basically everything in my config except for the basics like clock and such…
      Nothing was working …
      Then I realized the lights on the camera were not turning on when the MM started…which means there was no way it was going to recognize anything if it wasnt even on lol

      To get it to work I had to change in the module config

      source: 0,
      

      to

      source: '/dev/video0',
      

      Which by the info source: 0, SHOULD BE /dev/Video0

      Not sure why 0 didnt work but it works now with /dev/Video0!!!

      Thank you for listening!

      posted in General Discussion
      M
      majik655
    • RE: Facial recognition

      @sdetweil said in Facial recognition:

      @majik655 I used 4 pics

      lol well I just uploaded 17 and im wondering if my PIR sensor or other module configs are stopping this …
      I havent figured out yet if the camera is even working good… I am using a usb cam so I have it set to 0 in the config…

      But I have a motion sensor, mmm-pages and google assistant and assistant2display which I wonder is causing any issues.

      The mirror boots up loads modules and then goes blank because I have all modules set to me (no default or everyone).

      I need to figure out how to view live camera… I wish there was a way for the module to test or report what it sees or doesnt see for that matter.

      posted in General Discussion
      M
      majik655
    • RE: Facial recognition

      @sdetweil Crap see another question… how many pics did you load in the beginning from your phone?

      posted in General Discussion
      M
      majik655
    • RE: Facial recognition

      @sdetweil
      Ok thats what I was hoping for …we will see how far I get lol Thanks again (I might have another question for ya but I will try not to)
      Thanks

      posted in General Discussion
      M
      majik655
    • RE: Facial recognition

      @sdetweil said in Facial recognition:

      @majik655 things are constantly changing. I’ve only installed the MMM-face-reco-dnn on my Pi4

      it’s a lot of work

      Yeah iv’e been through the process and back with the very beginning of face recog I was able to get it done but that was a long time ago… it seems it has come a long way.

      I guess I get confused when it comes to the dataset… can I just put my own pictures from say my phone in there? Or do I have to somehow figure out how to take pictures and such with the camera on the pi?

      The links in the instructions say “OpenCV 4.1.2 quick installation (wthout compliation) for Raspbian Buster”
      Bu takes you to a page that is 4.3… for the opencv part is that the only part that is needed is this:
      https://github.com/cyysky/OpenCV-Raspberry-Pi-4-Package-for-Python

      Anyway made a backup of my mirror…now lets see if I can destroy it trying to get this working.
      Thank you for your replies!

      posted in General Discussion
      M
      majik655
    • RE: Facial recognition

      @sdmydbr
      I too am looking for facial recognition module and its hard to keep up with versions and such especially when you are not a developer or coder. But, I’m curious what do you have for hardware and OS and what cv4 version did you follow? When I look through the install notes it looks like CV versions have changed along with OS version (now buster) and the words and links don’t equal the versions .

      I have buster on a pi 4 (4g) I have a picam 2.0 and or a logitech c930 usb webcam I can use… just curious what you followed and have?

      posted in General Discussion
      M
      majik655
    • RE: PIR-module -> NODE_MODULE_VERSION...

      @pw94
      I had issues also running those PIR mods… the only mod that worked for me was ‘MMM-NewPIR’,
      I love this module. It also has the ability to not TURN OFF the display but rather just throw up a black screen or “hide” the modules .

      my config for MMM-NewPIR is below if it helps any.

            	        {
      		  	module: 'MMM-NewPIR',
      			position: 'bottom_left',
      			config: {
      				useSensor: true,
      				sensorPin: 22,
      				reverseValue: false,
      				delay: 2* 60 * 1000,
      				turnOffDisplay: false,
      				ecoMode: true,
      				governor: "",
      				text: "",
      				counter: false,
      				rpi4: true,
      				debug: false
      			}
      		},
      
      posted in Troubleshooting
      M
      majik655
    • RE: Hello-Lucy

      @Mykle1 said in Hello-Lucy:

      I think that using Remote-Control with Lucy can cause problems because they are both controlling HIDE/SHOW commands. If you disable Remote-Control temporarily does Hello Lucy still exhibit the issues you mentioned? The config entries for each page are how you set up your pages. Spellings and cases must be precise. The slightest error could drive you nuts.

      Well I have commented out everything in my config file except for “clock” module and Lucy.
      For Lucy I have the config file like in my last post but I even have nothing in the second page.

      When MM boots , Lucy shows bottom left corner. I suppose this is normal because why would you want her not there? I was wanting it that way because she was working really well with no lag… but for whatever reason not the case in a different room…crazy!

      posted in Fun & Games
      M
      majik655
    • 1
    • 2
    • 3
    • 4
    • 2 / 4