MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    mmm-youtube

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    5 Posts 4 Posters 1.7k Views 4 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • L Offline
      ludacriss57
      last edited by

      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

      ? 1 Reply Last reply Reply Quote 0
      • ? Offline
        A Former User @ludacriss57
        last edited by

        @ludacriss57
        how about trying “fullscreen_above”?

        1 Reply Last reply Reply Quote 0
        • H Offline
          HabibA
          last edited by

          Why you change the module?

          1 Reply Last reply Reply Quote 0
          • C Offline
            chassain 0
            last edited by

            you need to play with custom. css like

            .MMM-YouTube {
            float: center or
            margin-left: X% or
            margin-right: X%

            a lot of configurations. Search with google

            1 Reply Last reply Reply Quote 0
            • L Offline
              ludacriss57
              last edited by

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

              1 Reply Last reply Reply Quote 0

              Hello! It looks like you're interested in this conversation, but you don't have an account yet.

              Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

              With your input, this post could be even better 💗

              Register Login
              • 1 / 1
              • First post
                Last post
              Enjoying MagicMirror? Please consider a donation!
              MagicMirror created by Michael Teeuw.
              Forum managed by Sam, technical setup by Karsten.
              This forum is using NodeBB as its core | Contributors
              Contact | Privacy Policy