You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 months ago | |
---|---|---|
res | 5 months ago | |
vocab/en-us | 5 months ago | |
.gitignore | 5 months ago | |
LICENSE | 5 months ago | |
README.md | 5 months ago | |
__init__.py | 5 months ago | |
settingsmeta.json | 5 months ago |
README.md
mycroft-meeting-mode
A Mycroft.ai skill to display a DO NOT DISTURB message on the GUI.
Install
This skill isn't in the official marketplace (for now) so the best way to install it is via the command line:
mycroft-msm install https://code.sitosis.com/rudism/mycroft-meeting-mode
Setup
After installing the skill configure the dnd_image
either in the settings json or on Mycroft Home. The default is do-not-disturb.png
which displays a built-in image stating Do Not Disturb in white text on a red background, but you can replace this with the url to any image you want.
Usage Examples
Hey Mycroft, meeting mode.
Hey Mycroft, do not disturb.
This will display the Do Not Disturb image on the GUI full-screen.
Hey Mycroft, cancel meeting mode.
Hey Mycroft, cancel do not disturb.
This will clear the image and return Mycroft to the default idle screen.