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

    Posts

    Recent Best Controversial
    • RE: MMM-Globe ist not displayed after monitor change.

      Hey,

      Thank you for the answer!

      I freaked out yesterday, set up a clean mirror again and now it’s nice 🙂.

      I mean it was the same before, then the old display died and MMM-Globe was gone, I didn’t change anything but the display… Crazy…

      But hey, now it’s nice again 😎

      Thank you again mate!

      posted in Troubleshooting
      D
      diverdennis
    • RE: MMM-Pir-Sensor - Display remains black

      @Kastore

      One question: du u use a pull-down or pull-up resistor?

      If not this might be ur problem, the gpio will detect random activation, it really needs a pull-up or pull-down resistor to work properly.

      Hope it helps a bit.

      posted in Troubleshooting
      D
      diverdennis
    • MMM-Globe ist not displayed after monitor change.

      Hello,

      I am suffering a brand new problem for me.

      My old display 1280x1024 broke so I changed it to another one with a resolution of 1600x900.

      But now, MMM-Globe is not showing up anymore, nether does ext-youtube if set to some “middle” position…

      Is there a problem with the resolution 1600x900 and do you guys know how to fix it?

      Any help would be happy highly appreciated, thank u guys in advance 🙂

      OS is Raspberry OS Bullseye LTS, Node is 18,x LTS, mirror an all modules are up to date …

      Sunny regards from Egypt

      posted in Troubleshooting
      D
      diverdennis
    • RE: Questions about adding MMM-Facial-Recognition to the config.js

      Found it!

      If you use MMM-system-stat togehter with MMM-Facial-Recognition, MagicMirror start will fail… this is because MMM-system-stats also uses classes: in the config.js i think…

      posted in Troubleshooting
      D
      diverdennis
    • Questions about adding MMM-Facial-Recognition to the config.js

      Hello,

      i followed al instructions on the MMM-Facial-Recognition github page and added this part to my config:

      {
      	module: "MMM-Facial-Recognition",
      	config: {
      		// 1=LBPH | 2=Fisher | 3=Eigen
      		recognitionAlgorithm: 1,
      		// Threshold for the confidence of a recognized face before it's considered a
      		// positive match.  Confidence values below this threshold will be considered
      		// a positive match because the lower the confidence value, or distance, the
      		// more confident the algorithm is that the face was correctly detected.
      		lbphThreshold: 50,
      		fisherThreshold: 250,
      		eigenThreshold: 3000,
      		// force the use of a usb webcam on raspberry pi (on other platforms this is always true automatically)
      		useUSBCam: true,
      		// Path to your training xml
      		trainingFile: "/home/pi/MagicMirror/modules/MMM-Facial-Recognition/training.xml",
      		// recognition intervall in seconds (smaller number = faster but CPU intens!)
      		interval: 2,
      		// Logout delay after last recognition so that a user does not get instantly logged out if he turns away from the mirror for a few seconds
      		logoutDelay: 15,
      		// Array with usernames (copy and paste from training script)
      		users: [Dennis],
      		//Module set used for strangers and if no user is detected
      		defaultClass: "default",
      		//Set of modules which should be shown for every user
      		everyoneClass: "everyone",
      		// Boolean to toggle welcomeMessage
      		welcomeMessage: true
      	}
      },
      

      MagicMirror start fails because of syntax errors… but i can´t find syntax errors and also “npm run config:check” end up with no errors…

      Can´t find out whats wrong… Anyboy has an idea about this?

      I would appreciate any help.

      posted in Troubleshooting
      D
      diverdennis
    • 1 / 1