• Register
    • Login
    • Search

    Unsolved until exist err

    EXT-Detector
    3
    10
    57
    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
      chacha last edited by

      Error: No porcupineAccessKey provieded in config
      Error: Can’t start Porcupine detector

      I enter AccessKey, I solve [Error: No porcupineAccessKey provieded in config.]
      But until exist [Error: Can’t start Porcupine detector]

      please help me 🙏

      1 Reply Last reply Reply Quote 0
      • pitchx
        pitchx BetaTester Helpers last edited by

        hello can you give us your config, it seams you don’t put the AccessKey provided by picovoice

        C 1 Reply Last reply Reply Quote 0
        • C
          chacha @pitchx last edited by

          @pitchx
          Terminal enter [geany MagicMirror/config/cpnfig.js]
          {
          module: “EXT-Detector”,
          position: “top_left”,

          	config: {
          	porcupineAccessKey:"ibvRm+****WYxqg==",
          	configDeepMerge: true
          }
          

          },

          EXT - Detector.js
          Module.register(“EXT-Detector”,{requiresVersion:“2.22.0”,defaults:{debug:!1,useIcon:!0,touchOnly:!1,porcupineAccessKey:“ibvRm+****WYxqg==”,porcupineCustomModel:null,

          1 Reply Last reply Reply Quote 0
          • pitchx
            pitchx BetaTester Helpers last edited by

            do you really need porcupine , do you have a Custom model ? Have you tried the default conf ?

            1 Reply Last reply Reply Quote 1
            • bugsounet
              bugsounet Main Coder last edited by

              configDeepMerge: true must be before config and after position.
              Actually it’s not good, it’s under config 🙂
              something like this:

              {
                module: "EXT-Detector",
                position: "top_left",
                configDeepMerge: true,
                config: {
                   porcupineAccessKey:"ibvRm+****WYxqg==",
                }
              },
              

              in this case it will enable automaticaly Jarvis, ok google and hey google

              1. you don’t have to modify EXT-Detector.js.
                It’s a minified and optimized file and it’s not the master file
                and it will erased and next update

              all is configurured directly with config.js file of MM²

              942b2543-b419-4bdd-abac-9cfc087485e2-image.png

              My place in France Top committers of Github:
              committers.top badge

              C 1 Reply Last reply Reply Quote 0
              • C
                chacha @bugsounet last edited by

                @bugsounet I followed this YouTube video
                https://youtu.be/EG4J5X-fODo
                https://youtu.be/0bvr1FvL3kE

                1 Reply Last reply Reply Quote 0
                • bugsounet
                  bugsounet Main Coder last edited by

                  Am I the author of this video?
                  should I delete the wiki?
                  it’s no use ?

                  My place in France Top committers of Github:
                  committers.top badge

                  C 1 Reply Last reply Reply Quote 0
                  • C
                    chacha @bugsounet last edited by

                    @bugsounet no this video creater is korean

                    1 Reply Last reply Reply Quote 0
                    • bugsounet
                      bugsounet Main Coder last edited by

                      I do not prevent you from watching the videos made by others but … make a compromise between the videos and the wiki
                      The videos mentioned are over a year old. Everything has evolved! so it’s not “valid” anymore.
                      example: EXT-YouTubeVLC no longer exists (too many bugs with VLC)

                      My place in France Top committers of Github:
                      committers.top badge

                      C 1 Reply Last reply Reply Quote 0
                      • C
                        chacha @bugsounet last edited by

                        @bugsounet OK, thank you for your reply 👍

                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post
                        Powered by NodeBB | @bugsounet ©2023