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

Mouse arrow doesn't hide after MagicMirror is loaded

Scheduled Pinned Locked Moved Solved Troubleshooting
3 Posts 2 Posters 2.2k 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.
  • C Offline
    Cr4z33
    last edited by Feb 21, 2019, 9:46 AM

    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
    • E Offline
      ejay-ibm Project Sponsor Module Developer
      last edited by Feb 21, 2019, 11:30 AM

      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

      C 1 Reply Last reply Feb 21, 2019, 11:31 AM Reply Quote 1
      • C Offline
        Cr4z33 @ejay-ibm
        last edited by Feb 21, 2019, 11:31 AM

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

        1 Reply Last reply Reply Quote 0
        • 1 / 1
        1 / 1
        • First post
          2/3
          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