<?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-EasyBack YouTube force video quality]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I am currently running my Mirror on a raspberry pi 3 (originally on a zero swapped SD to a 3) in mirrored mode. I think that is what the mode is called.</p>
<p dir="auto">I’m going to reinstall soon in regular mode but I want to buy another SD card so that I don’t loose all the work I’ve done so far.</p>
<p dir="auto">My problem currently is that the quality on youtube seems to be 480p.</p>
<p dir="auto">I also see that there is a place where I can adjust the size to fit the screen but adjusting the pixels. How do I know how many pixels I should adjust it to? Would that fix the problem? I hope I am posting in the right place.</p>
]]></description><link>https://forum.magicmirror.builders/topic/11328/mmm-easyback-youtube-force-video-quality</link><generator>RSS for Node</generator><lastBuildDate>Fri, 15 May 2026 08:27:28 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/11328.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 09 Oct 2019 16:53:27 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-EasyBack YouTube force video quality on Wed, 09 Oct 2019 21:38:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/darkmx-6" aria-label="Profile: Darkmx-6">@<bdi>Darkmx-6</bdi></a> there is only one install… but two ways to run it…</p>
<p dir="auto">just change your <a href="http://mm.sh" target="_blank" rel="noopener noreferrer nofollow ugc">mm.sh</a> from</p>
<p dir="auto">node serveronly<br />
to<br />
npm start</p>
]]></description><link>https://forum.magicmirror.builders/post/62447</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/62447</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 09 Oct 2019 21:38:32 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-EasyBack YouTube force video quality on Wed, 09 Oct 2019 17:58:56 GMT]]></title><description><![CDATA[<p dir="auto">Yes, split mode,</p>
<p dir="auto">I need to install it normally. I think a few of my problems are related to that.</p>
<p dir="auto">in that code what would I adjust to make it 1080p</p>
<p dir="auto">unfortunately I also don’t know where that code is found either…</p>
<p dir="auto">Sorry</p>
]]></description><link>https://forum.magicmirror.builders/post/62439</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/62439</guid><dc:creator><![CDATA[Darkmx-6]]></dc:creator><pubDate>Wed, 09 Oct 2019 17:58:56 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-EasyBack YouTube force video quality on Wed, 09 Oct 2019 17:12:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/darkmx-6" aria-label="Profile: Darkmx-6">@<bdi>Darkmx-6</bdi></a> what do you mean mirrored?</p>
<p dir="auto">you mean split mode, serveronly and then some other browser on a different machine (or same, but different browser)</p>
<p dir="auto">i ‘think’ the videos open where the browser is… not where the server is.</p>
<p dir="auto">yeh, easyback just opens an iframe (in the browser) and launches youtube there…   roughly the same way it works when u launch a video normally</p>
<pre><code>if (this.config.youTubeID != '') {

        var iframe = document.createElement("IFRAME");
        iframe.classList.add("iframe");
        iframe.style = "border: 0 none transparent ";
        iframe.width = this.config.width;
        iframe.height = this.config.height;
        type="text/javascript";
        iframe.src="https://www.youtube.com/embed/" + this.config.youTubeID + "?autoplay=1&amp;loop=1&amp;playlist=" + this.config.youTubeID;

        return iframe;
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/62438</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/62438</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 09 Oct 2019 17:12:09 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-EasyBack YouTube force video quality on Wed, 09 Oct 2019 17:07:02 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/62436">MMM-EasyBack YouTube force video quality</a>:</p>
<blockquote>
<p dir="auto">google search  “youtube playback resolution”<br />
usually the screen size is 1280/1024 or 1920/1080 (4k is 3840x2160)</p>
</blockquote>
<p dir="auto">Yeah I don’t think that is the problem right now. I’m using the default which is 1080/1920</p>
<p dir="auto">I think it has to do with it being in mirrored mode. I wonder if there is some place I can force it to 1080p</p>
]]></description><link>https://forum.magicmirror.builders/post/62437</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/62437</guid><dc:creator><![CDATA[Darkmx-6]]></dc:creator><pubDate>Wed, 09 Oct 2019 17:07:02 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-EasyBack YouTube force video quality on Wed, 09 Oct 2019 16:58:36 GMT]]></title><description><![CDATA[<p dir="auto">bunch of stuff in google search  “youtube playback resolution”</p>
<p dir="auto">usually the screen size is 1280/1024 or 1920/1080 (4k is 3840x2160)</p>
]]></description><link>https://forum.magicmirror.builders/post/62436</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/62436</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 09 Oct 2019 16:58:36 GMT</pubDate></item></channel></rss>