A skill to show a "Do Not Disturb" image on the Mycroft GUI, useful as an indicator to others that you are in a meeting.
Go to file
Rudis Muiznieks 1e643260ed
removed thing that was throwing an error on neon
2023-04-12 08:07:20 -05:00
res initial commit 2022-10-31 15:48:05 -05:00
vocab/en-us updated vocab 2022-11-06 09:14:11 -06:00
.gitignore initial commit 2022-10-31 15:48:05 -05:00
LICENSE added readme, license, and settingsmeta 2022-10-31 16:18:46 -05:00
README.md added readme, license, and settingsmeta 2022-10-31 16:18:46 -05:00
__init__.py removed thing that was throwing an error on neon 2023-04-12 08:07:20 -05:00
settingsmeta.json added readme, license, and settingsmeta 2022-10-31 16:18:46 -05:00

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.