<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[mouse..]]></title><description><![CDATA[<p dir="auto">i want see mouse in mirror<br />
do you know method?</p>
]]></description><link>https://forum.magicmirror.builders/topic/871/mouse</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Apr 2026 11:48:40 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/871.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 25 Oct 2016 03:44:11 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to mouse.. on Wed, 26 Oct 2016 21:04:34 GMT]]></title><description><![CDATA[<p dir="auto">Or install a Cat. :)</p>
]]></description><link>https://forum.magicmirror.builders/post/7005</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/7005</guid><dc:creator><![CDATA[KirAsh4]]></dc:creator><pubDate>Wed, 26 Oct 2016 21:04:34 GMT</pubDate></item><item><title><![CDATA[Reply to mouse.. on Wed, 26 Oct 2016 20:59:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kirash4" aria-label="Profile: KirAsh4">@<bdi>KirAsh4</bdi></a> Yes I think that might be it.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/audehdud" aria-label="Profile: audehdud">@<bdi>audehdud</bdi></a>  You need to overwrite the rule which hides the cursor in the <code>css/main.css</code> file, which hides the cursor:</p>
<pre><code>html {
  cursor: none;
  overflow:hidden;
}

/*...*/
</code></pre>
<p dir="auto">For example, you can add these lines to your <code>css/custom.css</code>:</p>
<pre><code>html {
  cursor: auto;
}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/7004</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/7004</guid><dc:creator><![CDATA[Jopyth]]></dc:creator><pubDate>Wed, 26 Oct 2016 20:59:33 GMT</pubDate></item><item><title><![CDATA[Reply to mouse.. on Tue, 25 Oct 2016 23:34:47 GMT]]></title><description><![CDATA[<p dir="auto">The mouse pointer is also hidden through CSS.</p>
]]></description><link>https://forum.magicmirror.builders/post/6911</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/6911</guid><dc:creator><![CDATA[KirAsh4]]></dc:creator><pubDate>Tue, 25 Oct 2016 23:34:47 GMT</pubDate></item><item><title><![CDATA[Reply to mouse.. on Tue, 25 Oct 2016 16:26:41 GMT]]></title><description><![CDATA[<p dir="auto">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.</p>
<p dir="auto">If you have installed unclutter, you may remove it via the command <code>sudo apt-get remove unclutter</code>.</p>
]]></description><link>https://forum.magicmirror.builders/post/6871</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/6871</guid><dc:creator><![CDATA[bhepler]]></dc:creator><pubDate>Tue, 25 Oct 2016 16:26:41 GMT</pubDate></item></channel></rss>