MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. ludacriss57
    L
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 22
    • Best 0
    • Controversial 0
    • Groups 0

    ludacriss57

    @ludacriss57

    0
    Reputation
    113
    Profile views
    22
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    ludacriss57 Unfollow Follow

    Latest posts made by ludacriss57

    • 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