• 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.

Kalliope assistant + MM

Scheduled Pinned Locked Moved Fun & Games
58 Posts 10 Posters 34.9k Views 12 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.
  • S Offline
    sispheor
    last edited by May 13, 2018, 6:03 PM

    Kalliope v0.5.1 has been released with all stuff needed to integrate Magic Mirror.

    1 Reply Last reply Reply Quote 0
    • M Offline
      maxbachmann
      last edited by May 31, 2018, 10:22 PM

      @sispheor kalliope uses the Google Speech recognition?

      S S 2 Replies Last reply Jun 1, 2018, 5:41 AM Reply Quote 0
      • S Offline
        strawberry 3.141 Project Sponsor Module Developer @maxbachmann
        last edited by Jun 1, 2018, 5:41 AM

        @maxbachmann google is the default, but you can select others https://kalliope-project.github.io/kalliope/settings/settings/#speech-to-text-configuration

        Please create a github issue if you need help, so I can keep track

        1 Reply Last reply Reply Quote 0
        • S Offline
          sispheor @maxbachmann
          last edited by Jun 1, 2018, 8:19 AM

          @maxbachmann Yes you can choose your STT and TTS engine. Some are cloud based and some can be self hosted.

          1 Reply Last reply Reply Quote 0
          • D Offline
            dmwilsonkc
            last edited by Jun 28, 2018, 1:25 PM

            @sispheor I am interested in duplicating your work for a different AI. So I figured the best place to start is to install your module and get it working before I make changes to suit my needs with the other AI. I have installed the MMM-Kalliope module, but the curl commands do not display on my mirror. I am not sure what I am doing wrong. Here’s my entry in config.js

            {
                module: "MMM-kalliope",
                position: "upper_third",
                                    config: {
                                            max: "5",
                                            keep_seconds: "8",
                                            title: "Kalliope"
                                            }
            
            },
            

            I do receive a json response indicating success, however, nothing gets displayed on the mirror.

            Here’s the curl command:

            curl -H "Content-Type: application/json" -X POST -d '{"notification":"KALLIOPE", "payload": "my message"}' http://localhost:8080/kalliope
            

            Here’s the response:

            {"status": "success"}
            

            Yet nothing gets displayed. Do you have any suggestions?

            S 1 Reply Last reply Jun 28, 2018, 2:52 PM Reply Quote 0
            • S Offline
              sispheor @dmwilsonkc
              last edited by Jun 28, 2018, 2:52 PM

              @dmwilsonkc seems good anyway.
              I don’t see any errors. Maybe test another position. This one is not already used by another module?

              D S 2 Replies Last reply Jun 28, 2018, 8:17 PM Reply Quote 0
              • D Offline
                dmwilsonkc @sispheor
                last edited by Jun 28, 2018, 8:17 PM

                @sispheor I’ve tried multiple positions for the module, still nothing gets displayed. Not sure why though. I’ve tried refresh, reboot etc. still nothing. Maybe I should delete the module and try a fresh install. The curl should work with just the module installed right?

                1 Reply Last reply Reply Quote 0
                • S Away
                  sdetweil @sispheor
                  last edited by Jun 28, 2018, 9:51 PM

                  @sispheor trying to help, I installed the module on my mirror… but… curl notifications don’t work…

                  is there an install step missing? or a package.json that defines the install process for the dependencies?

                  cut paste from the module readme…

                  ~/MagicMirror/modules$ curl -H "Content-Type: application/json" -X POST -d '{"notification":"KALLIOPE", "payload": "my message"}' http://localhost:8080/kalliope
                  curl: (7) Failed to connect to localhost port 8080: Connection refused
                  

                  netstat shows nothing listening on 8080

                  so, my mirror is NOT on 8080, but 8086, due to other components on the normal MM ports…

                  you should update the instructions to say use the MM port on the curl…

                  now… I got the notification, and see the debug log (ctrl-shft-i) say

                  MMM-kalliope received a socket notification: KALLIOPE Payload: my message
                  

                  and the content shows for the configured amount of time (8 seconds per the above config settings)

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  S 1 Reply Last reply Jun 29, 2018, 5:28 AM Reply Quote 0
                  • D Offline
                    dmwilsonkc
                    last edited by Jun 28, 2018, 10:02 PM

                    @sispheor So using the ctrl-shift-i I was able to find the error that it is throwing.

                    Uncaught TypeError: console.log is not a function
                    

                    This error is repeated in the log each time it receives the post request.

                    What are your suggestions?

                    S 1 Reply Last reply Jun 28, 2018, 10:14 PM Reply Quote 0
                    • S Away
                      sdetweil @dmwilsonkc
                      last edited by Jun 28, 2018, 10:14 PM

                      @dmwilsonkc edit the MM/modules/MMM-kalliope/MMM-kalliope.js and change all console. to Log.

                      console.log is ONLY allowed in the node_helper.js and Log.log is ONLY allowed in the module.js

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      D 1 Reply Last reply Jun 29, 2018, 1:43 PM Reply Quote 1
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 6
                      • 4 / 6
                      • 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