MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. ludacriss57
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    L
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 22
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: MMM-YOUTUBE, "STOP VIDEO, PAUSE VIDEO" COMMANDS Friend!

      I’m sorry but google still doesn’t respond to any commands :(

      neither youtube nor reboot / restart …

      I don’t understand

      posted in Troubleshooting
      L
      ludacriss57
    • RE: mmm-youtube

      @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;
      }

      posted in Troubleshooting
      L
      ludacriss57
    • RE: MMM-YOUTUBE, "STOP VIDEO, PAUSE VIDEO" COMMANDS Friend!

      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”,

      posted in Troubleshooting
      L
      ludacriss57
    • RE: MMM-YOUTUBE, "STOP VIDEO, PAUSE VIDEO" COMMANDS Friend!

      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”

      posted in Troubleshooting
      L
      ludacriss57
    • mmm-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

      and not the screencast window
      config: {
      position: ‘center’,
      height: 600,
      width: 1000,

      module: “MMM-YouTube”,
      position: “middle_center”,
      config: {
      verbose:true,
      defaultQuality: “large”, //default

      posted in Troubleshooting
      L
      ludacriss57
    • RE: MMM-YOUTUBE, "STOP VIDEO, PAUSE VIDEO" COMMANDS Friend!

      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” ?

      posted in Troubleshooting
      L
      ludacriss57
    • RE: MMM-YOUTUBE, "STOP VIDEO, PAUSE VIDEO" COMMANDS Friend!
      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",
      
      posted in Troubleshooting
      L
      ludacriss57
    • RE: MMM-YOUTUBE, "STOP VIDEO, PAUSE VIDEO" COMMANDS Friend!

      at my place i have that

      var recipe = {
      transcriptionHooks: {
      “STOP_YOUTUBE”: {
      pattern: “stop video”,
      command: “STOP_YOUTUBE”

      posted in Troubleshooting
      L
      ludacriss57
    • RE: MMM-assistantMK2

      thanks it works

      posted in Troubleshooting
      L
      ludacriss57
    • RE: MMM-YOUTUBE, "STOP VIDEO, PAUSE VIDEO" COMMANDS Friend!

      @meusprojetoskali

      that’s exactly it, it opens a video called “stop video”

      how will i see the logs? sorry i’m very bad at raspberry …

      posted in Troubleshooting
      L
      ludacriss57
    • MMM-assistantMK2

      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

      posted in Troubleshooting
      L
      ludacriss57
    • RE: MMM-YOUTUBE, "STOP VIDEO, PAUSE VIDEO" COMMANDS Friend!

      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”.

      posted in Troubleshooting
      L
      ludacriss57
    • RE: MMM-AssistantMk2

      Thank you for the link

      posted in Requests
      L
      ludacriss57
    • RE: MMM-AssistantMk2

      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.

      posted in Requests
      L
      ludacriss57
    • RE: MMM-AssistantMk2
        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,
      
      posted in Requests
      L
      ludacriss57
    • RE: MMM-AssistantMk2
      module: "MMM-Hotword",
      position: "bottom_left",
      config: {
        useDisplay: false,
        chimeOnFinish: null,
        recipes: ["with-AMk2v3-noisy_Jarvis.js"],
        mic: {
          recordProgram: "arecord",
          device: "plughw:1",
      
      posted in Requests
      L
      ludacriss57
    • RE: MMM-AssistantMk2

      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",
      
      posted in Requests
      L
      ludacriss57
    • RE: MMM-AssistantMk2

      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

      posted in Requests
      L
      ludacriss57
    • RE: MMM-AssistantMk2

      Where can I find the command list for the FR language?

      posted in Requests
      L
      ludacriss57
    • RE: MMM-AssistantMk2

      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?

      posted in Requests
      L
      ludacriss57
    • 1 / 1