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.

    After all settings MMM-Kalliope does not appear on the mirror

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    1 Posts 1 Posters 234 Views 1 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.
    • D Offline
      Dimasua
      last edited by

      Re: Kalliope assistant + MM

      @sispheor ,

      Thank you for the great tutorials, however I still can’t get the MMM-Kalliope to show up on the mirror. Script installation for the Kalliope failed for my Raspberry Pi4, but I managed to install Kalliope (0.7.1) with combination of #2 and #3 methods, but I still can’t make MMM-Kalliope module visible on the mirror.

      I have added MMM-Kalliope configuration part to my config.js file.

      I have added this to my ~/kalliope_starter_en/brain.yml file:

      – name: “mm-say”
      signals: []
      neurons:
      – magic_mirror:
      mm_url: “http://127.0.0.1:8080/kalliope”
      notification: “KALLIOPE”
      payload: “{{ kalliope_memory[‘kalliope_last_tts_message’] }}”

      – name: “mm-alert”
      signals:
      – order: “send an alert to magic mirror”
      neurons:
      – magic_mirror:
      mm_url: “http://127.0.0.1:8080/kalliope”
      notification: “SHOW_ALERT”
      payload:
      title: “my alert title”
      message: “the message”
      timer: 5000

      And I have added this to the hooks in my ~/kalliope_starter_en/settings.yml file:

      on_start_speaking: “mm-say”

      However still no success, the MMM-Kalliope does not appear on the mirror.

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