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

Scheduled Pinned Locked Moved Troubleshooting
5 Posts 4 Posters 3.2k 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.
  • A Offline
    audehdud
    last edited by Oct 25, 2016, 3:44 AM

    i want see mouse in mirror
    do you know method?

    1 Reply Last reply Reply Quote 0
    • B Offline
      bhepler Module Developer
      last edited by Oct 25, 2016, 4:26 PM

      If you have not installed the package “unclutter”, simply plug a USB mouse into your Raspberry Pi and move it about. You should see the mouse cursor.

      If you have installed unclutter, you may remove it via the command sudo apt-get remove unclutter.

      1 Reply Last reply Reply Quote 0
      • K Offline
        KirAsh4 Moderator
        last edited by Oct 25, 2016, 11:34 PM

        The mouse pointer is also hidden through CSS.

        A Life? Cool! Where can I download one of those from?

        1 Reply Last reply Reply Quote 0
        • J Offline
          Jopyth Moderator
          last edited by Jopyth Oct 26, 2016, 8:59 PM Oct 26, 2016, 8:59 PM

          @KirAsh4 Yes I think that might be it.

          @audehdud You need to overwrite the rule which hides the cursor in the css/main.css file, which hides the cursor:

          html {
            cursor: none;
            overflow:hidden;
          }
          
          /*...*/
          

          For example, you can add these lines to your css/custom.css:

          html {
            cursor: auto;
          }
          

          Helpful sticky: How to troubleshoot

          1 Reply Last reply Reply Quote 1
          • K Offline
            KirAsh4 Moderator
            last edited by Oct 26, 2016, 9:04 PM

            Or install a Cat. :)

            A Life? Cool! Where can I download one of those from?

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