• 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
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

MMM-mycroft-wakeword

Scheduled Pinned Locked Moved Utilities
3 Posts 2 Posters 670 Views 2 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    goldyfruit Project Sponsor
    last edited by goldyfruit Apr 7, 2021, 4:44 PM Apr 7, 2021, 4:40 PM

    Hi community,

    This is my first MagicMirror² module! :beaming_face_with_smiling_eyes:

    The goal of this module is to be integrated with Mycroft AI voice assistant when the wake word is detected.

    Basically when “Hey Mycroft” is detected by the Mycroft AI device then an image with is message is displayed on the screen and when Mycroft AI device doesn’t listen anymore then the image and the message are removed (nothing very crazy but simple and useful).

    Here is a quick overview of the image and message.

    alt text

    To install the module is simple as usual.

    $ cd MagicMirror/modules
    $ git clone https://github.com/smartgic/MMM-mycroft-wakeword
    

    Add the module configuration into the config.js.

    {
        module: "MMM-mycroft-wakeword",
        position: "lower_third",
        config: {
            title: "Mycroft AI",
            apiKey: "en323q9WBNMK3Q04WIPNEAsdfhesammhp44",
            maxMessages: 1,
            opacity: 0.5
        }
    }
    

    The apiKey option is just a random string to protect the /mycroft and it needs to be exactly the same on the Mycroft home.mycroft.ai console.

    Here is the link to the module on GitHub: https://github.com/smartgic/MMM-mycroft-wakeword

    Thanks for your feedback!

    Build smart things with magic and love! | https://smartgic.io

    L 1 Reply Last reply Apr 8, 2021, 7:45 AM Reply Quote 1
    • L Offline
      lavolp3 Module Developer @goldyfruit
      last edited by Apr 8, 2021, 7:45 AM

      @goldyfruit Looks very interesting! What are you doing with Mycroft?
      I’d love to setup a capable assistant that is not using a cloud

      How to troubleshoot modules
      MMM-soccer v2, MMM-AVStock

      G 1 Reply Last reply Apr 8, 2021, 11:39 AM Reply Quote 0
      • G Offline
        goldyfruit Project Sponsor @lavolp3
        last edited by goldyfruit Apr 8, 2021, 12:54 PM Apr 8, 2021, 11:39 AM

        @lavolp3 said in MMM-mycroft-wakeword:

        @goldyfruit Looks very interesting! What are you doing with Mycroft?
        I’d love to setup a capable assistant that is not using a cloud

        Thanks. :face_savoring_food:

        You could do the same thing as with Alexa or Google Home Assistant and more (because you could develop your own skills) but the key things are privacy and open source.

        Have a look at https://mycroft.ai/ for more information.

        Build smart things with magic and love! | https://smartgic.io

        1 Reply Last reply Reply Quote 0
        • 1 / 1
        1 / 1
        • First post
          3/3
          Last post
        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