Bugsounet Coding

    • Register
    • Login
    • Search
    This Forum is now reserved to registred users!

    Solved youtube keyword not getting triggered

    EXT-YouTube
    5
    25
    146
    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.
    • T
      talha.ahmii last edited by

      Hello, I am trying to install EXT-YouTube , everything goes good in installation but my YouTube word is not getting picked up and then no video has been search and play on mirror like if I say YouTube Allen walker faded, it only says here is result from YouTube but it didn’t play faded song. Kindly help me in this regard. Thank you.

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

        Hi,

        do you install the recipe in GA config ?

        1 Reply Last reply Reply Quote 0
        • T
          talha.ahmii last edited by

          Hello, Yes I have pasted recipe in google assistant recipes as you have described on wiki, I have done everything which you posted in wiki as it is

          1 Reply Last reply Reply Quote 0
          • T
            talha.ahmii last edited by

            when i say stop it works, but when I say YouTube commands like YouTube <artist/title> this will not work, it is working fine in previous mmm YouTube in GA v3 but not working in Ext YouTube GA V4, as soon as command getting picked a box with arrow enclosed has been formed in GA bottom bar that box also was not coming because the command is not getting picked up.

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

              Some things to verify:

              • electronOptions is set?
              • Gateway is installed?
              • youtube api activated?
              • token is set?
              • MMM-Alert report any error on screen?
              • any error in log with npm start command?
              1 Reply Last reply Reply Quote 0
              • T
                talha.ahmii last edited by

                I will share all logs with npm command, all others are set, everything is installed and activated

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

                  So i think the problem is solved ?

                  1 Reply Last reply Reply Quote 0
                  • M
                    mikecheng2626 Donators last edited by

                    Similar situations. I got response “Here are some results from the web” and it’s saying it’s from YouTube, but I don’t have any YouTube player coming out at all. After a brief pause, I just went back to Magic Mirror home/menu

                    1 Reply Last reply Reply Quote 0
                    • B
                      bitass last edited by

                      Have you also tried with “search”? for example “Youtube search MJ”

                      1 Reply Last reply Reply Quote 0
                      • M
                        mikecheng2626 Donators last edited by

                        Just did. It replied " this came back from a search." A brief pause, then back to the homepage.

                        1 Reply Last reply Reply Quote 0
                        • D
                          deadlyvirus4me last edited by

                          @bugsounet applogise from myside for last time
                          Same problem is with EXT-YoutubeVLC on respose here the matching video, this came back from a search
                          Installed GA-4, Gateway, Detector, YoutubeVLC, Alert with OS Raspberry Pi 11 (bullseye) Node V 14.19.1 , NPM v 6.14.15
                          After EXT-YoutubeVLC i got some error as per your instruction i didn’t run npm audit fix
                          on running npm audit command this error came back , now please suggest solution for this
                          Manual Review │
                          │ Some vulnerabilities require your attention to resolve │
                          │ │
                          │ Visit https://go.npm.me/audit-guide for additional guidance │
                          └──────────────────────────────────────────────────────────────────────────────┘
                          ┌───────────────┬──────────────────────────────────────────────────────────────┐
                          │ High │ Prototype Pollution in async │
                          ├───────────────┼──────────────────────────────────────────────────────────────┤
                          │ Package │ async │
                          ├───────────────┼──────────────────────────────────────────────────────────────┤
                          │ Patched in │ >=2.6.4 │
                          ├───────────────┼──────────────────────────────────────────────────────────────┤
                          │ Dependency of │ @bugsounet/cvlc │
                          ├───────────────┼──────────────────────────────────────────────────────────────┤
                          │ Path │ @bugsounet/cvlc > portfinder > async │
                          ├───────────────┼──────────────────────────────────────────────────────────────┤
                          │ More info │ https://github.com/advisories/GHSA-fwr7-v2mv-hh25 │
                          └───────────────┴──────────────────────────────────────────────────────────────┘
                          found 1 high severity vulnerability in 55 scanned packages
                          1 vulnerability requires manual review. See the full report for details.

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

                            Hi, GA recipe loaded?

                            D 1 Reply Last reply Reply Quote 0
                            • D
                              deadlyvirus4me @bugsounet last edited by

                              @bugsounet yes all configuration is same as per wiki not a single line change

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

                                can I see GA config , EXT-YouTubeVLC config and Gateway?

                                1 Reply Last reply Reply Quote 0
                                • D
                                  deadlyvirus4me last edited by

                                  {
                                  module: ‘MMM-GoogleAssistant’,
                                  configDeepMerge: true,
                                  config: {
                                  assistantConfig: {
                                  latitude: 51.508530,
                                  longitude: -0.076132,
                                  recipes: [
                                  ‘/home/pi/MagicMirror/modules/EXT-YouTubeVLC/recipe/EXT-YouTubeVLC.js’
                                  ]
                                  },
                                  }
                                  },
                                  {
                                  module: ‘EXT-YouTubeVLC’,
                                  config: {
                                  debug: false,
                                  useSearch: true,
                                  displayHeader: true,
                                  minVolume: 30,
                                  maxVolume: 100
                                  }
                                  },
                                  {
                                  module: ‘Gateway’
                                  },
                                  {
                                  module: ‘EXT-Alert’,
                                  config: {
                                  debug: false,
                                  ignore: []
                                  }
                                  },
                                  {
                                  module: “EXT-Detector”,
                                  position: “top_left”,
                                  configDeepMerge: true
                                  },

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

                                    i’m not able to read without formating and i’m lazy to correct your post or copy past for verify structure sorry …
                                    in all case verify recipe line

                                    1 Reply Last reply Reply Quote 0
                                    • D
                                      deadlyvirus4me last edited by deadlyvirus4me

                                      @bugsounet sorry for this let me format this

                                      {
                                               module: ‘MMM-GoogleAssistant’,
                                                 configDeepMerge: true,
                                                     config: {
                                                      assistantConfig: {
                                                       latitude: 51.508530,
                                                       longitude: -0.076132,
                                      recipes: [
                                      "../../EXT-YouTubeVLC/recipe/EXT-YouTubeVLC.js",
                                      ],
                                                  },
                                              }
                                       },
                                          {
                                              module: ‘EXT-YouTubeVLC’,
                                                config: {
                                                debug: false,
                                                useSearch: true,
                                                displayHeader: true,
                                                minVolume: 30,
                                                maxVolume: 100
                                              }
                                          },
                                      {
                                           module: ‘Gateway’
                                        },
                                      {
                                               module: ‘EXT-Alert’,
                                                 config: {
                                                   debug: false,
                                                    ignore: []
                                            }
                                       },
                                      {
                                          module: “EXT-Detector”,
                                            position: “top_left”,
                                             configDeepMerge: true
                                      },
                                      
                                      T 1 Reply Last reply Reply Quote 0
                                      • bugsounet
                                        bugsounet Main Coder last edited by

                                        confirmed … verify recipes line: content and position in structure

                                        D 1 Reply Last reply Reply Quote 0
                                        • D
                                          deadlyvirus4me @bugsounet last edited by

                                          @bugsounet

                                          recipes: [
                                          '/home/pi/MagicMirror/modules/EXT-YouTubeVLC/recipe/EXT-YouTubeVLC.js',
                                                    ],
                                          
                                          
                                          1 Reply Last reply Reply Quote 0
                                          • bugsounet
                                            bugsounet Main Coder last edited by

                                            content not match and postition in config not match too … see wiki

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