• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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-MPlayer

Scheduled Pinned Locked Moved Utilities
44 Posts 10 Posters 3.8k Views 10 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.
  • H Offline
    hrmax23
    last edited by Mar 12, 2025, 4:21 AM

    Also, I have 2 windows, one RTSP stream from Frigate in each, but there is a lot of extra space between them and above the first window. Would also like to get rid of the MPLAYER header if possible.

    C 1 Reply Last reply Mar 16, 2025, 4:08 PM Reply Quote 0
    • R Offline
      rkorell @hrmax23
      last edited by rkorell Mar 12, 2025, 9:18 AM Mar 12, 2025, 9:17 AM

      @hrmax23 said

      @clakkentt How did you hide the taskbar?

      Good morning,

      I did have this taskbar issue suddenly appearing as I upgraded to a larger monitor. Caused by this I increased the screen resolution.
      After this I had the annoying taskbar appearing more or less randomly.
      Played a lot with colors/height/position of the taskbar …
      And while playing around I found an option in screen-config tool.
      For some (really strange) reasons it seems that this setting is dependent on screen resolution !?
      So it’s may worth a trial to stop your MagicMirror so that you can see the native Pi-OS screen and find the screen config tool - there you should be able to hide the taskbar as well …

      Good luck!
      Regards,

      Ralf

      H 1 Reply Last reply Mar 12, 2025, 1:55 PM Reply Quote 0
      • H Offline
        hrmax23 @rkorell
        last edited by Mar 12, 2025, 1:55 PM

        @rkorell I can autohide the taskbar but when it hides, it takes the MPlayer window with it.

        R 1 Reply Last reply Mar 12, 2025, 2:11 PM Reply Quote 0
        • R Offline
          rkorell @hrmax23
          last edited by Mar 12, 2025, 2:11 PM

          @hrmax23 O.K., never experienced this.
          But in my installation I rarely use MMM-MPlayer (it’s configured to have a look at my 3D-printer which seldomly is necessary), so I enable MPlayer module only if needed…

          Sorry, than I do not know…
          Ralf

          E 1 Reply Last reply Mar 12, 2025, 3:48 PM Reply Quote 0
          • E Offline
            evroom @rkorell
            last edited by Mar 12, 2025, 3:48 PM

            When I tested the module, I used a Pi 3b connected to a 4K monitor and it was working okay.
            After reading about the MPlayer window, that appears in the center, I decided to test again.
            And to my surprise I have the same issue.

            It seems that MPlayer is ignoring the window position defined by the module.

            The GUI screen resolution is set to 1920x1080 @60Hz.
            Both xrandr and wlr-randr reflect this.

            On my Pi 4b, connected to a 1600x900 monitor, I do not have this issue.

            I did do an update & upgrade of Debian before looking at the issue, so it can be that something ‘broke’ the module.
            But then again I updated both Pis and only one has this issue.

            I will try to connect the 1600x900 monitor to the Pi 3b, so see if it is a monitor thing.

            All in all very odd.

            MagicMirror version: 2.30.0
            Raspberry Pi 4 Model B Rev 1.5 (8 GB RAM)
            Raspbian GNU/Linux 12 (bookworm)

            Test environment:
            MagicMirror version: v2.30.0
            Raspberry Pi 3 Model B Plus Rev 1.3 (1 GB RAM)
            Raspbian GNU/Linux 12 (bookworm)

            1 Reply Last reply Reply Quote 0
            • C Offline
              clakkentt @hrmax23
              last edited by Mar 16, 2025, 4:05 PM

              @hrmax23
              Sorry I just got notified of your reply.

              I set the taskbar height to 0 and autohide. I don’t remember the exact steps I took

              1 Reply Last reply Reply Quote 0
              • C Offline
                clakkentt @hrmax23
                last edited by Mar 16, 2025, 4:08 PM

                @hrmax23
                I don’t know why but the MPlayer header show up in the latest MMM-MPlayer update, at least in my setup, it does not show up in the previous version. I upgraded and then downgraded.

                E 1 Reply Last reply Mar 16, 2025, 4:26 PM Reply Quote 0
                • E Offline
                  evroom @clakkentt
                  last edited by Mar 16, 2025, 4:26 PM

                  @clakkentt said in MMM-MPlayer:

                  @hrmax23
                  I don’t know why but the MPlayer header show up in the latest MMM-MPlayer update, at least in my setup, it does not show up in the previous version. I upgraded and then downgraded.

                  Hi, could you please sent me the output of

                  $ ps -eaf | grep mplayer | grep -v grep
                  

                  for the version that is working?

                  I am currently busy with a new version, but I messed up a bit by not using a development branch.
                  Hope to have sorted that out soon.
                  The new version will have a bit different configuration setting than the old one.

                  Also refer to
                  https://forum.magicmirror.builders/topic/19539/mmm-mplayer-display-issue
                  for the issue I am facing (related to what you are seeing with the new version).

                  MagicMirror version: 2.30.0
                  Raspberry Pi 4 Model B Rev 1.5 (8 GB RAM)
                  Raspbian GNU/Linux 12 (bookworm)

                  Test environment:
                  MagicMirror version: v2.30.0
                  Raspberry Pi 3 Model B Plus Rev 1.3 (1 GB RAM)
                  Raspbian GNU/Linux 12 (bookworm)

                  S C 2 Replies Last reply Mar 16, 2025, 4:33 PM Reply Quote 0
                  • S Away
                    sdetweil @evroom
                    last edited by Mar 16, 2025, 4:33 PM

                    @evroom said in MMM-MPlayer:

                    I am currently busy with a new version, but I messed up a bit by not using a development branch.

                    you can git stash ,
                    create/switch to branch, git checkout -b newbranch_name
                    git stash pop to move the changes to the branch (before commit)

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    E 1 Reply Last reply Mar 16, 2025, 8:26 PM Reply Quote 0
                    • E Offline
                      evroom @sdetweil
                      last edited by Mar 16, 2025, 8:26 PM

                      There is a main branch now that contains the original code.
                      And a dev branch that contains the new code.
                      The new code needs a different entry in the config.js.

                      MagicMirror version: 2.30.0
                      Raspberry Pi 4 Model B Rev 1.5 (8 GB RAM)
                      Raspbian GNU/Linux 12 (bookworm)

                      Test environment:
                      MagicMirror version: v2.30.0
                      Raspberry Pi 3 Model B Plus Rev 1.3 (1 GB RAM)
                      Raspbian GNU/Linux 12 (bookworm)

                      S 1 Reply Last reply Mar 16, 2025, 8:43 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 4 / 5
                      4 / 5
                      • First post
                        31/44
                        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