A module to easily learn American Sign Language (ASL) by imitating short video tutorials in the mirror. Users can see how they are 'actually' doing through their reflection and the correct gestures from the video at the same time. This overcomes the current limitation of learning which is simply watching video tutorials through their phone or laptop and not being able to compare the gestures directly.
- An installation of MagicMirror2
- Clone this repo into
~/MagicMirror/modules
directory. - Configure your
~/MagicMirror/config/config.js
:
{
module: 'MMM-ASL',
position: 'mididle_center',
config: {
// See 'Configuration options' for more information.
type: "default",
maxWidth: "100%",
}
}
{
module: 'MMM-ASL',
position: 'top_right', // Or any valid MagicMirror position.
config: {
// See 'Configuration options' for more information.
type: "mini",
maxWidth: "20%",
}
}
Option | Default | Description |
---|---|---|
type |
default |
Full screen version: default , Mini version: mini |
maxWidth |
100% |
Width of the sign language gifs |