Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AgnoMirror -- MagicMirror Module for personal healthcare

The AgnoMirror Module for the MagicMirror²

Dependencies

Installing AgnoMirror

cd ~/MagicMirror/modules/
git clone https://github.com/agno-ai/agnoMirror
cd agnoMirror
npm install

Usage

Add an image of your face to MagicMirror/modules/agnoMirror/src/data. Then add the following to MagicMirror/config/config.js:

{
    module: "agnoMirror",
    config: {
        // See 'Configuration options' for more information.
        defaultClass: "unknown",
        everyoneClass: "known"
    },
    classes: "known unknown"
    },
}
     module: 'example_module',
     position: 'top_left',
     //Set your classes here seperated by a space.
     //Shown for all users
     classes: 'known unknown'
}

Releases

Packages

Used by

Contributors

Languages