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.

    Mouse arrow doesn't hide after MagicMirror is loaded

    Scheduled Pinned Locked Moved Solved Troubleshooting
    3 Posts 2 Posters 2.3k Views 2 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.
    • Cr4z33C Offline
      Cr4z33
      last edited by

      I am testing my final MM build on the TV when I just noticed that the mouse arrow doesn’t hide.

      Any reason why it is showing and how can I automatically hide it after MM loading?

      1 Reply Last reply Reply Quote 0
      • ejay-ibmE Offline
        ejay-ibm Project Sponsor Module Developer
        last edited by

        Hi,

        From the doc here:

        https://github.com/MichMich/MagicMirror/wiki/Configuring-the-Raspberry-Pi

        Autohiding the Mouse Pointer
        Install unclutter:
        
        sudo apt-get install unclutter
        You can create an .xinitrc script to run the tool.
        See https://wiki.archlinux.org/index.php/Unclutter
        
        But a simpler option is to add a line to the end of the file:
        
        $ nano ~/.config/lxsession/LXDE-pi/autostart
        ...
        @unclutter -display :0 -idle 3 -root -noevents
        This will add a 3 second delay, before the pointer disappears from the screen when not using it.
        
        

        Hope this helps

        Ejay

        Cr4z33C 1 Reply Last reply Reply Quote 1
        • Cr4z33C Offline
          Cr4z33 @ejay-ibm
          last edited by

          @ejay-ibm it helps A LOT thanks! 👍🏼

          1 Reply Last reply Reply Quote 0
          • 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