Read the statement by Michael Teeuw here.
After all settings MMM-Kalliope does not appear on the mirror
-
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: 5000And 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.