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

Posts

Recent Best Controversial
  • RE: Magic Mirror with a stylist by Techblogogy

    @Techblogogy Hi, i am very much interested in this project , i installed the software successfully, when i entered mirror in the terminal, i get below error and also could not find config.cfg in the path mentioned in your github /.local/share/mirror_server/config.cfg

    i am using pi 3 with Jessie updated with Pixel

    0_1481534385089_raspi.jpg

    Thanks
    Shashank

    posted in Show your Mirror
    S
    shashank
    Dec 12, 2016, 9:20 AM
  • RE: MagicMirror is voted number 1 in the MagPi Top 50!

    @Mitchfarino congrats to all contributors for this success

    posted in Announcements
    S
    shashank
    Sep 29, 2016, 8:22 AM
  • Travel itinerary display

    Hi,
    I am a frequent traveler I would like to have a travel itinerary details schedule display on MM
    At present I am syncing this information using IOS App like WorldMate and Tripit

    posted in Requests
    S
    shashank
    Sep 28, 2016, 8:01 AM
  • RE: Facial Recognition - customize your mirror for every user!

    @paviro

    yes , i copied the training file from //MMM-Facial-Recognition-Tools/facetrainer

    to // Path to your training xml
    trainingFile: ‘modules/MMM-Facial-Recognition/training.xml’,

    posted in Troubleshooting
    S
    shashank
    Sep 27, 2016, 11:37 PM
  • RE: Facial Recognition - customize your mirror for every user!

    @rvdgeer hi,

    After running capture.py a folder created by name ‘sasi’ in the /home/pi/MagicMirror/modules/MMM-Facial-Recognition-Tools/facetrainer/training_data

    then by running train.py a training.xml created in the path
    /home/pi/MagicMirror/modules/MMM-Facial-Recognition-Tools/facetrainer

    and also in /home/pi/MagicMirror/modules/MMM-Facial-Recognition-Tools/facerecognition_tester/lib i mentioned name in personen = ["sasi"]

    my config.js file as below

    {
        module: 'MMM-Facial-Recognition',
        position: 'top_left',
        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: false,
            // Path to your training xml
            trainingFile: '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: ['sasi'],
            //Module set used for strangers and if no user is detected
            defaultClass: "default",
            //Set of modules which should be shown for every user
            forAllClass: "for_all"
        }
    },
    
    {
        module: 'clock',
        position: 'top_left',
        //Set your classes here seperated by a space.
        //Shown for all users
        classes: 'for_all'
    },
    

    when i run pm2 start mm i am struck at below message

    0_1474984402690_upload-363493b4-6bba-4782-bab1-808bb8a3f585

    can someone help me on this error

    posted in Troubleshooting
    S
    shashank
    Sep 27, 2016, 1:57 PM
  • RE: Facial Recognition - customize your mirror for every user!

    @paviro Hi,

    I am getting this error while running facerecognition.py0_1474901812661_upload-7d382f42-082d-4217-9aaa-2306d35ef583

    and also need to know in //Facerecognition Test Tool Readme
    In tools/facerecognition_tester/lib/config.py add add your training labels from tools/facetrainer under personen = [] ( what need to enter in this personen= [])

    posted in Troubleshooting
    S
    shashank
    Sep 26, 2016, 3:02 PM
  • RE: Cato's mirror

    It looks awesome!!!

    posted in Show your Mirror
    S
    shashank
    Sep 25, 2016, 2:12 PM
  • RE: MMM-Button with MMM-Podcast

    @dicker182 May i know how have you connected the button on the Raspi any resistor used between Switch and GPIO. I could not get this Button module operation successful.

    posted in Troubleshooting
    S
    shashank
    Sep 24, 2016, 6:03 AM
  • RE: MMM-NetworkScanner

    @ianperrin Thanks this module working great, now my MM inside the house can display once my car reaches Basement Parking as shown in the screenshot

    0_1474644592388_upload-270e49b3-7399-421e-aa65-71a81d30c01a

    posted in Utilities
    S
    shashank
    Sep 23, 2016, 3:33 PM
  • RE: Where are you from?

    @cowboysdude I am from India-Bangalore, Working in Singapore

    posted in General Discussion
    S
    shashank
    Sep 22, 2016, 1:33 AM
  • 1 / 1
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy