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.3k 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

      i want see mouse in mirror
      do you know method?

      1 Reply Last reply Reply Quote 0
      • bheplerB Offline
        bhepler Module Developer
        last edited by

        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
        • KirAsh4K Offline
          KirAsh4 Moderator
          last edited by

          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

            @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
            • KirAsh4K Offline
              KirAsh4 Moderator
              last edited by

              Or install a Cat. :)

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

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