MagicMirror² v2.14.0 is available! For more information about this release, check out this topic.
mouse..
-
i want see mouse in mirror
do you know method?
-
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
.
-
The mouse pointer is also hidden through CSS.
-
@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; }
-
Or install a Cat.