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-AssistantMk2 (v3)

    Scheduled Pinned Locked Moved System
    135 Posts 27 Posters 70.1k Views 25 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.
    • C Offline
      costascontis
      last edited by costascontis

      using the latest module + MMM-Hotword and everything works exept controling MMM-Spotify by voice.I use the prepared recipe for it ,MMM-Spotify is showing whatever is playing allright but no voice command is working. My config:

      {
                             module: "MMM-AssistantMk2",
                             position: "top_left",
                             config: {
                                      ui: "Classic",
                                      assistantConfig: {
      						  projectId: "kitchen-tv-d4c48", // Required to use gaction.
                                                        modelId: "kitchen-tv", // (OPTIONAL for gaction)
                                                        instanceId: "kitchen-tv", // (OPTIONAL for gaction)
                                                        latitude: 37.975342,
                                                        longitude: 23.736151,
                                                       },
                                                  micConfig: {
                                                  recorder: "arecord",
      			                    device: "plughw:1"
                                                 },
                                                recipes: [ "with-MMM-Hotword.js", "Reboot-Restart-Shutdown.js", "with-MMM-Spotify.js" ],
                                                profiles: {
      					   "default": {
                                                             profileFile: "default.json",
                                                             lang: "en-US"
                                                            }
      					  },
                                                  useA2D: false,
                                     }
                      },
      		{
                              module: "MMM-Hotword",
                              position: "bottom_left",
                              config: {
                              useDisplay: false,
                              chimeOnFinish: null,
                              recipes: ["with-AMk2v3_Jarvis.js"],
                              mic: {
      			recordProgram: "arecord",
                              device: "plughw:1",
                                   },
                                      },
                      },
      {
      			module: "MMM-Spotify",
                              position: "top_right",
      			config: {
      				 style: "mini", // "default" or "mini" available
                                       control: "hidden", //"default", "hidden" available
                                       updateInterval: 1000,
                                       onStart: null, // disable onStart feature with `null`
                                       allowDevices: [], //If you want to limit devices to display info, use this.
                                       // allowDevices: ["RASPOTIFY", "My iPhoneX", "My Home speaker"],
                                      }
                      },
      ? A 2 Replies Last reply Reply Quote 0
      • ? Offline
        A Former User @costascontis
        last edited by

        @costascontis : MMM-Spotify and recipes have an issue @eouia will solve it soon.
        I can’t inspect it, because I have no premium account

        C 1 Reply Last reply Reply Quote 0
        • C Offline
          costascontis @Guest
          last edited by

          @Bugsounet said in MMM-AssistantMk2 (v3):

          @costascontis : MMM-Spotify and recipes have an issue @eouia will solve it soon.
          I can’t inspect it, because I have no premium account

          oh!!! need to have premium account on spotify to work?i dont…

          ? 1 Reply Last reply Reply Quote 0
          • ? Offline
            A Former User @costascontis
            last edited by

            @costascontis

            You should be a premium member of Spotify

            C 1 Reply Last reply Reply Quote 0
            • C Offline
              costascontis @Guest
              last edited by

              @Sean said in MMM-AssistantMk2 (v3):

              @costascontis

              You should be a premium member of Spotify

              so as a free member on Spotify i can use MMM-Spotify to see what is playing but i can not control it by voice?

              ? 1 Reply Last reply Reply Quote 0
              • ? Offline
                A Former User @costascontis
                last edited by A Former User

                @costascontis said in MMM-AssistantMk2 (v3):

                so as a free member on Spotify i can use MMM-Spotify to see what is playing but i can not control it by voice?

                Hmmm. I didn’t test. but there is a possibility not to use any feature (Because some API’s are tied together, so I’m not sure)

                C 1 Reply Last reply Reply Quote 0
                • C Offline
                  costascontis @Guest
                  last edited by

                  @Sean i did so as a free member i can only see what’s playing,album photo an info about song,artist and device playing.I only cant control anything.

                  ? 1 Reply Last reply Reply Quote 0
                  • ? Offline
                    A Former User @costascontis
                    last edited by

                    Notes: it’s not related to MMM-Spotify but it’s Spotify Api want that

                    1 Reply Last reply Reply Quote 0
                    • A Offline
                      amsuvarna27 @costascontis
                      last edited by

                      This post is deleted!
                      1 Reply Last reply Reply Quote 0
                      • ? Offline
                        A Former User
                        last edited by

                        MMM-AssistantMk2 v3.2.3

                        NEW UPDATES

                        3.2.3 (30/04/2020)

                        • ADD: New ui -> Simple
                        • OPT: Optional Build with Snowboy embed
                        • ADD: A2DStopCommand for personalize your stop command (Assistant2Display Server)
                        • FIX: some logs

                        3.2.2 (17/04/2020)

                        • FIX: Package.json (google-assistant)
                        E 1 Reply Last reply Reply Quote 1
                        • 1
                        • 2
                        • 6
                        • 7
                        • 8
                        • 9
                        • 10
                        • 13
                        • 14
                        • 8 / 14
                        • 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