<?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[Fullscreen help]]></title><description><![CDATA[<p dir="auto">Hey,</p>
<p dir="auto">Need some help with to make MM fullscreen. As seen in photo attached, i can’t get rid of the MagicMirror header on Midori browser and neither the white edges.<br />
Please, your solution will be highly appreciated.</p>
<p dir="auto">Regards,<br />
GI<img src="/assets/uploads/files/1588442952634-mm2.jpg" alt="mm2.JPG" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/topic/12744/fullscreen-help</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Apr 2026 04:09:13 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/12744.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 02 May 2020 18:09:15 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Fullscreen help on Wed, 03 Feb 2021 14:30:48 GMT]]></title><description><![CDATA[<p dir="auto">For anyone experiencing similar problems, another solution could be to build midori from source.</p>
<p dir="auto">With midori v7.0.2 (latest you can install for raspberry os at the time of writing) I couldn’t get rid of the tab bar and some window borders. Building midori v9.0 from source it works nicely in full screen mode with the parameter <code>-e Fullscreen</code>. See description how to do that here <a href="https://github.com/midori-browser/core" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/midori-browser/core</a> . There are also some related and resolved issues on github.</p>
]]></description><link>https://forum.magicmirror.builders/post/88103</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/88103</guid><dc:creator><![CDATA[valentindey]]></dc:creator><pubDate>Wed, 03 Feb 2021 14:30:48 GMT</pubDate></item><item><title><![CDATA[Reply to Fullscreen help on Tue, 05 May 2020 19:06:40 GMT]]></title><description><![CDATA[<p dir="auto">Update: Reinstalled everything from scratch, still the same. Changed the sd card, reinstalled again and everything worked flawless. Cheers!</p>
]]></description><link>https://forum.magicmirror.builders/post/74745</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/74745</guid><dc:creator><![CDATA[prvrami]]></dc:creator><pubDate>Tue, 05 May 2020 19:06:40 GMT</pubDate></item><item><title><![CDATA[Reply to Fullscreen help on Sat, 02 May 2020 20:02:14 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><br />
yeah, looks like i need to start from scratch. I honestly don’t know why i can’t go fullscreen…</p>
]]></description><link>https://forum.magicmirror.builders/post/74401</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/74401</guid><dc:creator><![CDATA[prvrami]]></dc:creator><pubDate>Sat, 02 May 2020 20:02:14 GMT</pubDate></item><item><title><![CDATA[Reply to Fullscreen help on Sat, 02 May 2020 19:46:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/prvrami" aria-label="Profile: prvrami">@<bdi>prvrami</bdi></a> weird</p>
]]></description><link>https://forum.magicmirror.builders/post/74399</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/74399</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 02 May 2020 19:46:33 GMT</pubDate></item><item><title><![CDATA[Reply to Fullscreen help on Sat, 02 May 2020 19:46:08 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></p>
<p dir="auto">I thought the same thing but it doesn’t work. Still the same after cutting the line you mentioned…</p>
]]></description><link>https://forum.magicmirror.builders/post/74398</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/74398</guid><dc:creator><![CDATA[prvrami]]></dc:creator><pubDate>Sat, 02 May 2020 19:46:08 GMT</pubDate></item><item><title><![CDATA[Reply to Fullscreen help on Sat, 02 May 2020 19:24:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/prvrami" aria-label="Profile: prvrami">@<bdi>prvrami</bdi></a></p>
<pre><code>unclutter &amp;
xset -dpms
xset s off
xset s noblank
</code></pre>
<p dir="auto">that turns off screen saver and power mgmt</p>
<pre><code>matchbox-window-manager &amp;
</code></pre>
<p dir="auto">that must be the trick</p>
]]></description><link>https://forum.magicmirror.builders/post/74397</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/74397</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 02 May 2020 19:24:27 GMT</pubDate></item><item><title><![CDATA[Reply to Fullscreen help on Sat, 02 May 2020 19:15:28 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></p>
<pre><code>#!/bin/sh
unclutter &amp;
xset -dpms
xset s off
xset s noblank
matchbox-window-manager &amp;
midori -e Fullscreen -a http://localhost:8080
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/74396</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/74396</guid><dc:creator><![CDATA[prvrami]]></dc:creator><pubDate>Sat, 02 May 2020 19:15:28 GMT</pubDate></item><item><title><![CDATA[Reply to Fullscreen help on Sat, 02 May 2020 19:04:31 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> said in <a href="/post/74391">Fullscreen help</a>:</p>
<blockquote>
<p dir="auto">i -e Ful</p>
</blockquote>
<p dir="auto">is already set</p>
]]></description><link>https://forum.magicmirror.builders/post/74395</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/74395</guid><dc:creator><![CDATA[prvrami]]></dc:creator><pubDate>Sat, 02 May 2020 19:04:31 GMT</pubDate></item><item><title><![CDATA[Reply to Fullscreen help on Sat, 02 May 2020 19:02:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/prvrami" aria-label="Profile: prvrami">@<bdi>prvrami</bdi></a> i didn’t find any keyboard operation to go fs, in my google searches</p>
<p dir="auto">see my comment about about parameter</p>
]]></description><link>https://forum.magicmirror.builders/post/74393</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/74393</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 02 May 2020 19:02:41 GMT</pubDate></item><item><title><![CDATA[Reply to Fullscreen help on Sat, 02 May 2020 19:01:03 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> ok, i give up. Tried a common keyboard, tried VNC-ing from my laptop but nothing seems to work. Is there another key combination for Midori ?</p>
]]></description><link>https://forum.magicmirror.builders/post/74392</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/74392</guid><dc:creator><![CDATA[prvrami]]></dc:creator><pubDate>Sat, 02 May 2020 19:01:03 GMT</pubDate></item><item><title><![CDATA[Reply to Fullscreen help on Sat, 02 May 2020 19:03:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/prvrami" aria-label="Profile: prvrami">@<bdi>prvrami</bdi></a> looks like you have to pass param to get it to go fs</p>
<pre><code>midori -e Fullscreen -a [url_to_site] 
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/74391</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/74391</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 02 May 2020 19:03:00 GMT</pubDate></item><item><title><![CDATA[Reply to Fullscreen help on Sat, 02 May 2020 18:45:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/prvrami" aria-label="Profile: prvrami">@<bdi>prvrami</bdi></a> everybody else uses that</p>
]]></description><link>https://forum.magicmirror.builders/post/74389</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/74389</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 02 May 2020 18:45:27 GMT</pubDate></item><item><title><![CDATA[Reply to Fullscreen help on Sat, 02 May 2020 18:44:58 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> if it was that easy…</p>
]]></description><link>https://forum.magicmirror.builders/post/74388</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/74388</guid><dc:creator><![CDATA[prvrami]]></dc:creator><pubDate>Sat, 02 May 2020 18:44:58 GMT</pubDate></item><item><title><![CDATA[Reply to Fullscreen help on Sat, 02 May 2020 18:17:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/prvrami" aria-label="Profile: prvrami">@<bdi>prvrami</bdi></a> hit f11 key?</p>
]]></description><link>https://forum.magicmirror.builders/post/74386</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/74386</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 02 May 2020 18:17:02 GMT</pubDate></item></channel></rss>