I’m sorry but google still doesn’t respond to any commands :(
neither youtube nor reboot / restart …
I don’t understand
I’m sorry but google still doesn’t respond to any commands :(
neither youtube nor reboot / restart …
I don’t understand
@Sean said in mmm-youtube:
fullscreen_above
merci
resolu en jouant avec le .css
#YOUTUBE {
width:600px; //400
height:1000px; //270
position:relative
z-index: 1;
}
#YOUTUBE_PLAYER {
position:absolute;
top:0;
left:0;
width:100%;
height:120%; //100
z-index: 1;
}
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: [“Reboot-Restart-Shutdown.js” , “with-MMM-Hotword.js”, “with-MMM-Youtube.js” ],
profiles: {
“default”: {
profileFile: “default.json”,
lang: “fr-FR”,
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”
Hello,
I would like to put my larger youtube window and in the center of the screen as I manage to do with mmm-screencast.
unfortunately I already can’t enlarge the window and even less put it in the center when I put the same position as mmm-screencast
Thanks for your help
module: ‘MMM-Screencast’,
position: ‘center’, // This position is for a hidden
module: “MMM-YouTube”,
position: “middle_center”,
config: {
verbose:true,
defaultQuality: “large”, //default
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” ?
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",
at my place i have that
var recipe = {
transcriptionHooks: {
“STOP_YOUTUBE”: {
pattern: “stop video”,
command: “STOP_YOUTUBE”
that’s exactly it, it opens a video called “stop video”
how will i see the logs? sorry i’m very bad at raspberry …
Hello,
is it possible to change the voice of google assistant?
I would like to put a man’s voice, because jarvis on the way to a woman it doesn’t make it too lol
thank you
Hello,
I have the same problem but I don’t think it comes from the language.
in fact even saying “stop video”, nothing happens.
similarly for Reboot- Restart-Shutdown, if I ask “reboot please” nothing happens.
you have to start the assistant before or you have to say “stop video” or “reboot please” directly?
otherwise I think I have a problem with the microphone in the google assistant. during config it marks me “configuarion not work” while it works on “hotword”.
did you happen triggered the google assistant without mmm-hotword?
does it respond to “ok google”?
I already have a problem there. it does not respond to the recipe of mmm-assisantmk2.
module: "MMM-YouTube",
position: "bottom_center",
config: {
verbose:true,
defaultQuality: "default",
disableCC: true,
showPlayingOnly: true,
defaultLoop: false,
defaultShuffle: false,
defaultAutoplay: true,
onStartPlay: null,
playerVars: {
controls: 0,
hl: "fr",
enablejsapi: 1,
showinfo: 0,
rel: 0,
cc_load_policy: 0,
module: "MMM-Hotword",
position: "bottom_left",
config: {
useDisplay: false,
chimeOnFinish: null,
recipes: ["with-AMk2v3-noisy_Jarvis.js"],
mic: {
recordProgram: "arecord",
device: "plughw:1",
here is my config file on the interesting part
{
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",
In fact I feel like my problem is more complicated than that.
if I deactivate MMM-Hotword and put MMM-AssistantMk2 back in normal voice mode (without recipe), it is impossible to trigger the assistant with “ok google”.
as if he couldn’t hear me on MMM-AssistantMk2 but he heard me on MMM-HOTWORD.
and actually at the install I had errors when I configure the microphone.
but why does it work with hotword?
I can not place orders from youtube by hotword?
thank you
I’m sorry but there I am lost.
I am French, I put in:
module: “MMM-YouTube”,
hl: “fr”,
but i still don’t know what to say to the wizard to stop reading.
I also put in:
module: “MMM-AssistantMk2”
recipes: [“with-MMM-Hotword.js”, “with-MMM-Youtube.js”],
am I good until then?