<?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[How to post code on the forum - For absolute beginners]]></title><description><![CDATA[<h1>How to post code on the forum. For absolute beginners.</h1>
<p dir="auto">I’m going to walk you through this. Why? Well, someone always helped me when I was new.<br />
What better way to repay them? By helping others, that’s how.</p>
<h2>At some point . . .</h2>
<p dir="auto">You’re going to be asked to post some of your code so that it can be looked at by<br />
the people here on the forum. It helps them to help you.</p>
<h2>Some of the reasons.</h2>
<ul>
<li>
<p dir="auto">MagicMirror is telling you to create a config.js file, but you already did.</p>
</li>
<li>
<p dir="auto">You added a module and now MagicMirror won’t load.</p>
</li>
<li>
<p dir="auto">One of your modules just says “Loading…” on your mirror, but never does.</p>
</li>
<li>
<p dir="auto">You get a black, or white, or blank screen on your mirror.</p>
</li>
<li>
<p dir="auto">You get a syntax error reported in your terminal or console</p>
</li>
</ul>
<h2>The wrong way</h2>
<p dir="auto">If you just copy and paste your code into a topic on the forum, the result will look<br />
something like this. Not too easy to look at, right? It loses its formatting.<br />
<img src="/assets/uploads/files/1498693070452-wrong.jpg" alt="0_1498693087832_wrong.JPG" class=" img-fluid img-markdown" /></p>
<h2>Worse than that</h2>
<p dir="auto">If someone copies the code that you posted (the wrong way) there is an anomaly that often occurs. Some characters will be changed when pasted, causing the code to fail, and leaving you wondering why because you might not notice what characters were<br />
changed. The most common unwanted changes concern quotes <code>'</code>, double quotes <code>"</code><br />
and the comma <code>,</code>. Can you say, “Syntax error?”</p>
<h2>The right way</h2>
<ul>
<li>
<p dir="auto">The secret is . . . the “back-tick”.</p>
</li>
<li>
<p dir="auto">If you enter one back-tick at the beginning of a word or words and one back-tick at the end of a word or words, you get “inline code” for that word or words.<br />
Try it in a post. It should look like <code>this</code>. Or, <code>it can look like this</code>.</p>
</li>
</ul>
<h2>You’ll like this</h2>
<ul>
<li>
<p dir="auto">Now we want to post a portion (or all) of our <code>config.js</code> file (or any code) in the forum so that it can be viewed easily (and properly) by the people trying to help us.</p>
</li>
<li>
<p dir="auto">You use <code>three</code> back-ticks before the code AND <code>three</code> back-ticks after the code. That is how you “fence” blocks of code. You will love the result!</p>
</li>
</ul>
<h2>Remember that code posted above?</h2>
<ul>
<li>Well, this is how it looks when you “fence” it in with three back-ticks, before <code>AND</code><br />
after the code. Tell me you don’t like this better? ;)</li>
</ul>
<pre><code>{
    module: 'MMM - PrayerTime',
    position: 'top_left',
        config: {
        apiVersion: '1.0',
        lat: 12.089796,
        lon: -56.807734,
        timezone: 'EST',
        method: 5,
        playAdzan: ['fajr', 'dhuhr', 'asr’, 'maghrib', 'isha'],
        notDisplayed: ['midnight', 'sunset'],
        useUpdateInterval: true,
        updateInterval: 86400 * 1000,
        animationSpeed: 2.5 * 1000,
        language: "en",
        showAdzanAlert: true,
        alertTimer: 15000
    }
},
</code></pre>
<h2>Is it a big deal?</h2>
<ul>
<li>
<p dir="auto">No, it’s not, but for the sake of conformity we should all post code this way. You’ll like it better (because it looks nicer) and the people reading it will like it better (because it looks better) and we’ll all be one happy forum family.</p>
</li>
<li>
<p dir="auto">And besides, it’s the way we’re supposed to be doing it. Climb aboard!</p>
</li>
</ul>
<h2>So, where is the back-tick key on my keyboard?</h2>
<ul>
<li>On U.S. QUERTY keyboards it’s to the left of the 1 key (not the Numeric keys)</li>
</ul>
<p dir="auto"><img src="/assets/uploads/files/1498693173912-querty.jpg" alt="0_1498693191442_querty.JPG" class=" img-fluid img-markdown" /></p>
<h2>But I don’t use a U.S. QWERTY keyboard!</h2>
<ul>
<li>
<p dir="auto">You’ll have to determine where yours is if you use a different keyboard.</p>
</li>
<li>
<p dir="auto">This is the internet. Look it up. You want me to do everything for you?</p>
</li>
</ul>
<h2>An even easier way.</h2>
<ul>
<li>
<p dir="auto">Why did I put you through all that? I don’t know. I had to learn it that way so that’s how I teach it.</p>
</li>
<li>
<p dir="auto">Just do this and forget everything I said above! Simply clicking the icon indicated by the red arrow will place the correct back-ticks in the correct place, with a highlighted <code>//your code here</code> showing you where to paste your code.<img src="/assets/uploads/files/1498859920821-33.jpg" alt="0_1498859951243_33.JPG" class=" img-fluid img-markdown" /></p>
</li>
</ul>
<h2>Peace! :)</h2>
]]></description><link>https://forum.magicmirror.builders/topic/4247/how-to-post-code-on-the-forum-for-absolute-beginners</link><generator>RSS for Node</generator><lastBuildDate>Tue, 09 Jun 2026 06:24:19 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/4247.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 28 Jun 2017 23:40:19 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to post code on the forum - For absolute beginners on Sat, 23 May 2020 00:50:48 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 never use the button. Learned backticks early on. Was so happy about it that I wrote the tutorial <code>Jun 28, 2017, 7:40 PM</code></p>
]]></description><link>https://forum.magicmirror.builders/post/75778</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/75778</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Sat, 23 May 2020 00:50:48 GMT</pubDate></item><item><title><![CDATA[Reply to How to post code on the forum - For absolute beginners on Sat, 23 May 2020 00:47:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: Mykle1">@<bdi>Mykle1</bdi></a> i like to write the text, add the code in between the words, then mark the code sections…</p>
]]></description><link>https://forum.magicmirror.builders/post/75777</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/75777</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 23 May 2020 00:47:21 GMT</pubDate></item><item><title><![CDATA[Reply to How to post code on the forum - For absolute beginners on Sat, 23 May 2020 00:44:19 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">Hit the button above the editor first.</p>
<p dir="auto">That gives you the two sets of backticks, In between them, already highlighted, are the words, “Post code here”.</p>
<pre><code>and you get this
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/75776</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/75776</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Sat, 23 May 2020 00:44:19 GMT</pubDate></item><item><title><![CDATA[Reply to How to post code on the forum - For absolute beginners on Sat, 23 May 2020 00:40:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: Mykle1">@<bdi>Mykle1</bdi></a> you said</p>
<blockquote>
<p dir="auto">Your code posts should look like this:</p>
</blockquote>
<p dir="auto">so, how do they do that?</p>
<ol>
<li>mark the text of the ‘code’</li>
<li>hit  the button above the editor that looks like &lt;/&gt;</li>
</ol>
]]></description><link>https://forum.magicmirror.builders/post/75775</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/75775</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 23 May 2020 00:40:10 GMT</pubDate></item><item><title><![CDATA[Reply to How to post code on the forum - For absolute beginners on Sat, 23 May 2020 00:34:54 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/75756">How to post code on the forum - For absolute beginners</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: Mykle1">@<bdi>Mykle1</bdi></a> how did you do that?  (the two steps!)</p>
</blockquote>
<p dir="auto">?</p>
<p dir="auto">I’m lost.</p>
]]></description><link>https://forum.magicmirror.builders/post/75774</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/75774</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Sat, 23 May 2020 00:34:54 GMT</pubDate></item><item><title><![CDATA[Reply to How to post code on the forum - For absolute beginners on Fri, 22 May 2020 22:43:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: Mykle1">@<bdi>Mykle1</bdi></a> how did you do that?  (the two steps!)</p>
]]></description><link>https://forum.magicmirror.builders/post/75756</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/75756</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 22 May 2020 22:43:57 GMT</pubDate></item><item><title><![CDATA[Reply to How to post code on the forum - For absolute beginners on Fri, 22 May 2020 21:13:34 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for this post. I am about to put it to good use.</p>
]]></description><link>https://forum.magicmirror.builders/post/75748</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/75748</guid><dc:creator><![CDATA[JediJah]]></dc:creator><pubDate>Fri, 22 May 2020 21:13:34 GMT</pubDate></item><item><title><![CDATA[Reply to How to post code on the forum - For absolute beginners on Tue, 07 Jan 2020 21:31:39 GMT]]></title><description><![CDATA[<p dir="auto">I’m posting to this topic in the hope that it will be read by users that are not aware of the protocol for posting.</p>
<p dir="auto"><strong>Your code posts should look like this:</strong></p>
<pre><code>{
            disabled: false,
            module: "MMM-EARTH",
            position: "bottom right",
            config: {
                mode: "Natural",
                rotateInterval: 15000,
                animationSpeed: 0,
                MaxWidth: "45%",
                MaxHeight: "45%",
            }
        },
</code></pre>
<p dir="auto"><strong>NOT like this:</strong></p>
<p dir="auto">{<br />
disabled: false,<br />
module: “MMM-EARTH”,<br />
position: “bottom right”,<br />
config: {<br />
mode: “Natural”,<br />
rotateInterval: 15000,<br />
animationSpeed: 0,<br />
MaxWidth: “45%”,<br />
MaxHeight: “45%”,<br />
}<br />
},</p>
<p dir="auto">Peace!</p>
]]></description><link>https://forum.magicmirror.builders/post/67581</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/67581</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Tue, 07 Jan 2020 21:31:39 GMT</pubDate></item><item><title><![CDATA[Reply to How to post code on the forum - For absolute beginners on Mon, 28 Jan 2019 20:51:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/evroom" aria-label="Profile: evroom">@<bdi>evroom</bdi></a> yes… the space will show, uuuuuuuugly…</p>
<p dir="auto">you would think that  the three backquotes  would turn off text interpretation…<br />
but sadly not…</p>
]]></description><link>https://forum.magicmirror.builders/post/51046</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/51046</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 28 Jan 2019 20:51:17 GMT</pubDate></item><item><title><![CDATA[Reply to How to post code on the forum - For absolute beginners on Mon, 28 Jan 2019 20:47:01 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 />
Can’t be it. He said hopefully.<br />
So when I have numerous lines of xml, I need to add a space after every &lt; ?</p>
<p dir="auto">And when doing so I actually get:<br />
<code>&lt; xml_line&gt;</code></p>
]]></description><link>https://forum.magicmirror.builders/post/51044</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/51044</guid><dc:creator><![CDATA[evroom]]></dc:creator><pubDate>Mon, 28 Jan 2019 20:47:01 GMT</pubDate></item><item><title><![CDATA[Reply to How to post code on the forum - For absolute beginners on Mon, 28 Jan 2019 20:41:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/evroom" aria-label="Profile: evroom">@<bdi>evroom</bdi></a> the workaround is to add a space after &lt;</p>
]]></description><link>https://forum.magicmirror.builders/post/51043</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/51043</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 28 Jan 2019 20:41:33 GMT</pubDate></item><item><title><![CDATA[Reply to How to post code on the forum - For absolute beginners on Mon, 28 Jan 2019 20:40:03 GMT]]></title><description><![CDATA[<p dir="auto">Still having trouble with &lt; and &gt;, actually &lt; x m l _ l I n e &gt; (without spaces).</p>
<pre><code>&lt;xml_line&gt;
</code></pre>
<p dir="auto">Or:</p>
<pre><code>&lt;/xml_line&gt;
</code></pre>
<p dir="auto">I did:</p>
<p dir="auto"><code>&lt; x m l _ l I n e &gt; </code></p>
<p dir="auto">and</p>
<p dir="auto"><code>&lt; / x m l _ l I n e &gt; </code></p>
<p dir="auto">Remove the spaces to get my result.<br />
I was given a workaround for this, but of course forgot it.</p>
]]></description><link>https://forum.magicmirror.builders/post/51042</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/51042</guid><dc:creator><![CDATA[evroom]]></dc:creator><pubDate>Mon, 28 Jan 2019 20:40:03 GMT</pubDate></item><item><title><![CDATA[Reply to How to post code on the forum - For absolute beginners on Mon, 28 Jan 2019 20:18:09 GMT]]></title><description><![CDATA[<p dir="auto"><code>Awesome </code></p>
<pre><code>Thank you!
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/51040</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/51040</guid><dc:creator><![CDATA[swvalenti]]></dc:creator><pubDate>Mon, 28 Jan 2019 20:18:09 GMT</pubDate></item><item><title><![CDATA[Reply to How to post code on the forum - For absolute beginners on Mon, 28 Jan 2019 16:32:17 GMT]]></title><description><![CDATA[<p dir="auto"><code>lets see if this works</code><br />
<code>I have this back tick on my Android and not in my windows tablet.. so i will need to post code from this mobile!!!</code></p>
]]></description><link>https://forum.magicmirror.builders/post/51010</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/51010</guid><dc:creator><![CDATA[roxx]]></dc:creator><pubDate>Mon, 28 Jan 2019 16:32:17 GMT</pubDate></item><item><title><![CDATA[Reply to How to post code on the forum - For absolute beginners on Tue, 18 Jul 2017 22:17:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/s199" aria-label="Profile: s199">@<bdi>s199</bdi></a></p>
<p dir="auto">You might be interested in this. It’s not titled <code>For absolute beginners</code>, but it’s close enough.</p>
<p dir="auto"><a href="https://forum.magicmirror.builders/topic/4089/complete-walkthrough-install-magicmirror-on-a-pc-windows-7">https://forum.magicmirror.builders/topic/4089/complete-walkthrough-install-magicmirror-on-a-pc-windows-7</a></p>
]]></description><link>https://forum.magicmirror.builders/post/25489</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/25489</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Tue, 18 Jul 2017 22:17:57 GMT</pubDate></item><item><title><![CDATA[Reply to How to post code on the forum - For absolute beginners on Tue, 18 Jul 2017 22:14:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/s199" aria-label="Profile: s199">@<bdi>s199</bdi></a> said in <a href="/post/25487">How to post code on the forum - For absolute beginners</a>:</p>
<blockquote>
<p dir="auto">i love your “absolute beginners” guides, keep them coming!</p>
<p dir="auto">thanks a lot !</p>
</blockquote>
<p dir="auto">Hey, thanks for that. I do appreciate it. When I think of another one, I’ll get right to it.</p>
<p dir="auto">Peace!</p>
]]></description><link>https://forum.magicmirror.builders/post/25488</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/25488</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Tue, 18 Jul 2017 22:14:40 GMT</pubDate></item><item><title><![CDATA[Reply to How to post code on the forum - For absolute beginners on Tue, 18 Jul 2017 22:07:16 GMT]]></title><description><![CDATA[<pre><code>i love your "absolute beginners" guides, keep them coming!
</code></pre>
<p dir="auto">thanks a lot !</p>
]]></description><link>https://forum.magicmirror.builders/post/25487</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/25487</guid><dc:creator><![CDATA[s199]]></dc:creator><pubDate>Tue, 18 Jul 2017 22:07:16 GMT</pubDate></item><item><title><![CDATA[Reply to How to post code on the forum - For absolute beginners on Sat, 01 Jul 2017 00:34:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/anhalter42" aria-label="Profile: Anhalter42">@<bdi>Anhalter42</bdi></a> said in <a href="/post/24631">How to post code on the forum - For absolute beginners</a>:</p>
<blockquote>
<p dir="auto">you can also use the &lt;/&gt; button right above the input field to insert a code-formatted block.</p>
</blockquote>
<p dir="auto">Added to the tutorial!</p>
]]></description><link>https://forum.magicmirror.builders/post/24737</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/24737</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Sat, 01 Jul 2017 00:34:14 GMT</pubDate></item><item><title><![CDATA[Reply to How to post code on the forum - For absolute beginners on Thu, 29 Jun 2017 11:01:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/paviro" aria-label="Profile: paviro">@<bdi>paviro</bdi></a> said in <a href="/post/24641">How to post code on the forum - For absolute beginners</a>:</p>
<blockquote>
<p dir="auto">Thanks <a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: Mykle1">@<bdi>Mykle1</bdi></a>! Pinned the post to the top :)</p>
</blockquote>
<p dir="auto">That’s fantastic! Thank you, too!</p>
]]></description><link>https://forum.magicmirror.builders/post/24660</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/24660</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Thu, 29 Jun 2017 11:01:59 GMT</pubDate></item><item><title><![CDATA[Reply to How to post code on the forum - For absolute beginners on Thu, 29 Jun 2017 06:20:15 GMT]]></title><description><![CDATA[<p dir="auto">Thanks <a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: Mykle1">@<bdi>Mykle1</bdi></a>! Pinned the post to the top :)</p>
]]></description><link>https://forum.magicmirror.builders/post/24641</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/24641</guid><dc:creator><![CDATA[paviro]]></dc:creator><pubDate>Thu, 29 Jun 2017 06:20:15 GMT</pubDate></item><item><title><![CDATA[Reply to How to post code on the forum - For absolute beginners on Thu, 29 Jun 2017 00:33:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/anhalter42" aria-label="Profile: Anhalter42">@<bdi>Anhalter42</bdi></a>  said in <a href="/post/24633">How to post code on the forum. - For absolute beginners.</a>:</p>
<blockquote>
<p dir="auto">when you have problems finding the correct “back tick” character,</p>
</blockquote>
<p dir="auto">Really?</p>
]]></description><link>https://forum.magicmirror.builders/post/24634</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/24634</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Thu, 29 Jun 2017 00:33:36 GMT</pubDate></item><item><title><![CDATA[Reply to How to post code on the forum - For absolute beginners on Thu, 29 Jun 2017 00:17:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/anhalter42" aria-label="Profile: Anhalter42">@<bdi>Anhalter42</bdi></a> said in <a href="/post/24631">How to post code on the forum. - For absolute beginners.</a>:</p>
<blockquote>
<p dir="auto">Maybe it should be added that when you have problems finding the correct “back tick” character, you can also use the <code>&lt;/&gt;</code> button right above the input field to insert a code-formatted block.</p>
</blockquote>
<p dir="auto"><code>Ok noted</code></p>
]]></description><link>https://forum.magicmirror.builders/post/24633</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/24633</guid><dc:creator><![CDATA[cowboysdude]]></dc:creator><pubDate>Thu, 29 Jun 2017 00:17:23 GMT</pubDate></item><item><title><![CDATA[Reply to How to post code on the forum - For absolute beginners on Thu, 29 Jun 2017 00:07:26 GMT]]></title><description><![CDATA[<p dir="auto">Maybe it should be added that when you have problems finding the correct “back tick” character, you can also use the <code>&lt;/&gt;</code> button right above the input field to insert a code-formatted block.</p>
]]></description><link>https://forum.magicmirror.builders/post/24631</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/24631</guid><dc:creator><![CDATA[Anhalter42]]></dc:creator><pubDate>Thu, 29 Jun 2017 00:07:26 GMT</pubDate></item><item><title><![CDATA[Reply to How to post code on the forum - For absolute beginners on Thu, 29 Jun 2017 00:02:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cowboysdude" aria-label="Profile: cowboysdude">@<bdi>cowboysdude</bdi></a></p>
<p dir="auto">Just trying to <code>contribute</code> my friend!</p>
<p dir="auto">Thanks!</p>
]]></description><link>https://forum.magicmirror.builders/post/24630</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/24630</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Thu, 29 Jun 2017 00:02:47 GMT</pubDate></item></channel></rss>