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 …