Read the statement by Michael Teeuw here.
MMM-YOUTUBE, "STOP VIDEO, PAUSE VIDEO" COMMANDS Friend!
-
@ludacriss57
what log says? -
In my case the problem is not really the language, kept the default language (English), when I say “STOP VIDEO”, instead of stopping the video, he makes a new search on youtube for a video called “STOP VIDEO”.
Any suggestion?
Use the recipe: with-MMM-Youtube.js -
@meusprojetoskali
See your recipe / transcriptionHook, whetherstop video
pattern is defined properly. -
that’s exactly it, it opens a video called “stop video”
how will i see the logs? sorry i’m very bad at raspberry …
-
at my place i have that
var recipe = {
transcriptionHooks: {
“STOP_YOUTUBE”: {
pattern: “stop video”,
command: “STOP_YOUTUBE” -
module: "MMM-AssistantMk2", position: "top_center", config: { ui: "Classic", assistantConfig: { latitude: **** longitude: **** }, responseConfig: { useScreenOutput: true, useAudioOutput: true, useChime: true, timer: 5000, myMagicWord: false }, micConfig: { // put there configuration generated by auto-installer recorder: "arecord", device: "plughw:1", }, recipes: [ "with-MMM-Hotword.js", "with-MMM-Youtube.js", "Reboot-Restart-Shutdown.js" ], profiles: { "default": { profileFile: "default.json", lang: "fr-FR",
-
@ludacriss57 : votre souci est il résolu ? ou avez-vous besoin de mon aide en français ?
@bugsounet (MMM-AssistantMK2 développeur)
-
non problème pas résolu :(
les commande pour redémarrer le pi ou magic ne marche pas
idem pour les commandes YouTube…je viens de tout réinstaller sur un pi4 2go et exactement le même problème.
le miroir répond a “Jarvis” et “miroir magique”
la commande “stop vidéo” je dois la dire directement ou après la commande “Jarvis” ?
-
en fait, j’ai mis default les patterns (ordre de recherche vocale pour activer les fonctions) en anglais
on va remettre tout en français si vous voulez ;)
nous allons commencer par configurer youtube
pour cela il faut editer le fichier
`~/MagicMirror/modules/MMM-AssistantMk2/recipes/with-MMM-Youtube.jsvar recipe = { transcriptionHooks: { "STOP_YOUTUBE": { pattern: "stop video", command: "STOP_YOUTUBE" } }
changez
pattern: "stop video",
enpattern: "stop vidéo",
un accent sur vidéo fait la différence :)
sauvegardez votre fichier
redemarrer MagicMirroressayer maintenant dire pour arreter une video
Jarvis stop vidéo
et la video s’arretera :) -
alors j’ai pas compris ce que tu a marquer sur la premiere ligne de ton post lol
sinon pour le reste je viens de tester, et Jarvis me dis en gros qu’il ne peu rien faire pour moi
var recipe = {
transcriptionHooks: {
“STOP_YOUTUBE”: {
pattern: “stop vidéo”,
command: “STOP_YOUTUBE”