<?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[MMM-Globe rotates very slowly and haltingly]]></title><description><![CDATA[<p dir="auto">Hello</p>
<p dir="auto">Does anyone know why it doesn’t rotate smoothly and is always so slow and it always flashes white?<br />
I have a Raspberry Pi4 with 2GB Ram and the TV Samsung 55 Inches FHD.</p>
<p dir="auto">Video:<a href="https://streamable.com/tsadn0" target="_blank" rel="noopener noreferrer nofollow ugc">https://streamable.com/tsadn0</a></p>
<p dir="auto">Thank so much!</p>
]]></description><link>https://forum.magicmirror.builders/topic/18395/mmm-globe-rotates-very-slowly-and-haltingly</link><generator>RSS for Node</generator><lastBuildDate>Fri, 12 Jun 2026 23:25:38 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/18395.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 14 Jan 2024 20:40:42 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-Globe rotates very slowly and haltingly on Wed, 17 Jan 2024 20:32:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> Huh. Well, that’s new. If I ever get around to making the hardware accelerated version I’ll give it a go.</p>
]]></description><link>https://forum.magicmirror.builders/post/114685</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114685</guid><dc:creator><![CDATA[bhepler]]></dc:creator><pubDate>Wed, 17 Jan 2024 20:32:24 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Globe rotates very slowly and haltingly on Wed, 17 Jan 2024 16:24:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bhepler" aria-label="Profile: bhepler">@<bdi>bhepler</bdi></a> said in <a href="/post/114649">MMM-Globe rotates very slowly and haltingly</a>:</p>
<blockquote>
<p dir="auto">Electron does not support hardware acceleration</p>
</blockquote>
<p dir="auto">incorrect… we just disable it by default in 2.26</p>
<p dir="auto">add</p>
<pre><code class="language-bash">export ELECTRON_ENABLE_GPU=1
</code></pre>
<p dir="auto">to the script where u launch MM</p>
<p dir="auto">note that you also have to have the correct drivers installed to enable GPU<br />
… not the fakekms…</p>
]]></description><link>https://forum.magicmirror.builders/post/114653</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114653</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 17 Jan 2024 16:24:05 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Globe rotates very slowly and haltingly on Wed, 17 Jan 2024 15:35:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/syosse" aria-label="Profile: Syosse">@<bdi>Syosse</bdi></a> said in <a href="/post/114624">MMM-Globe rotates very slowly and haltingly</a>:</p>
<blockquote>
<p dir="auto">So is there no other solution than replacing the Raspberry Pi and getting one with a higher CPU?</p>
</blockquote>
<p dir="auto">You could finish what I started. Write a module that uses the 3d-accelerated globe libraries. There’s already a project out there that has the hexagon look &amp; feel.</p>
<p dir="auto">You’ll have to reconfigure your mirror to use Chromium in kiosk mode to display your mirror, rather than the default Electron (Electron does not support hardware acceleration). That’s not difficult at all. It’s just command line arguments. That should work on an RPi.</p>
]]></description><link>https://forum.magicmirror.builders/post/114649</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114649</guid><dc:creator><![CDATA[bhepler]]></dc:creator><pubDate>Wed, 17 Jan 2024 15:35:25 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Globe rotates very slowly and haltingly on Wed, 17 Jan 2024 08:09:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bhepler" aria-label="Profile: bhepler">@<bdi>bhepler</bdi></a> said in <a href="/post/114498">MMM-Globe rotates very slowly and haltingly</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/syosse" aria-label="Profile: Syosse">@<bdi>Syosse</bdi></a> - The reason for the slow &amp; flashing is because that module is pure Javascript and doesn’t use hardware acceleration at all. It’s using the CPU to do all the work.</p>
<p dir="auto">I’ve been toying around with a 3D accelerated version of that module but I got distracted. It didn’t look super hard. Mostly just playing around with some free libraries.</p>
</blockquote>
<p dir="auto">allright thanks so much for the information!</p>
<p dir="auto">So is there no other solution than replacing the Raspberry Pi and getting one with a higher CPU?</p>
]]></description><link>https://forum.magicmirror.builders/post/114624</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114624</guid><dc:creator><![CDATA[Syosse]]></dc:creator><pubDate>Wed, 17 Jan 2024 08:09:21 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Globe rotates very slowly and haltingly on Mon, 15 Jan 2024 02:10:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/syosse" aria-label="Profile: Syosse">@<bdi>Syosse</bdi></a> - The reason for the slow &amp; flashing is because that module is pure Javascript and doesn’t use hardware acceleration at all. It’s using the CPU to do all the work.</p>
<p dir="auto">I’ve been toying around with a 3D accelerated version of that module but I got distracted. It didn’t look super hard. Mostly just playing around with some free libraries.</p>
]]></description><link>https://forum.magicmirror.builders/post/114498</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114498</guid><dc:creator><![CDATA[bhepler]]></dc:creator><pubDate>Mon, 15 Jan 2024 02:10:48 GMT</pubDate></item></channel></rss>