<?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[Hello World modul]]></title><description><![CDATA[<p dir="auto">Hi, a little questions. If I use the config option text: “Hello World”  in the Hello World module fpr example. I have the problem the text Hello World will display to big. My question how can i config the hight of this Words? I have try the html parameter  but they produce only misstakes. I found out then I write <br /> between the Word they will past the second word in a new line. Because of that i think maybe html code will work. But no.</p>
<p dir="auto">greets gismo</p>
]]></description><link>https://forum.magicmirror.builders/topic/885/hello-world-modul</link><generator>RSS for Node</generator><lastBuildDate>Tue, 18 Aug 2026 17:49:15 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/885.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 27 Oct 2016 10:18:38 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Hello World modul on Fri, 28 Oct 2016 15:06:48 GMT]]></title><description><![CDATA[<p dir="auto">Oh OK sorry I I haven’t understand you right.  It was my mistake.  I will try your post tonight. Thank you again</p>
<p dir="auto">Greets gismo</p>
]]></description><link>https://forum.magicmirror.builders/post/7161</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/7161</guid><dc:creator><![CDATA[gismo2006]]></dc:creator><pubDate>Fri, 28 Oct 2016 15:06:48 GMT</pubDate></item><item><title><![CDATA[Reply to Hello World modul on Fri, 28 Oct 2016 15:04:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/gismo2006" aria-label="Profile: gismo2006">@<bdi>gismo2006</bdi></a> you mentioned that you want to put this in the helloworld module, so my example should go into the config</p>
<pre><code>{
    module: "helloworld",
    position: "bottom_bar",
    config: {
        text: "&lt;div class='small'&gt;Hello World&lt;/div&gt;"
    }
}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/7160</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/7160</guid><dc:creator><![CDATA[strawberry 3.141]]></dc:creator><pubDate>Fri, 28 Oct 2016 15:04:47 GMT</pubDate></item><item><title><![CDATA[Reply to Hello World modul on Fri, 28 Oct 2016 14:57:26 GMT]]></title><description><![CDATA[<p dir="auto">OK,  thank you. Dud I understand  right? I have to create in my module folder a file called main.css? And there I have to put your code? Is this right? Will it load them alone or have I to put some code in my *.js file to? Sorry, but I never worked  whit css :-)</p>
<p dir="auto">Greets gismo</p>
]]></description><link>https://forum.magicmirror.builders/post/7159</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/7159</guid><dc:creator><![CDATA[gismo2006]]></dc:creator><pubDate>Fri, 28 Oct 2016 14:57:26 GMT</pubDate></item><item><title><![CDATA[Reply to Hello World modul on Thu, 27 Oct 2016 10:23:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/gismo2006" aria-label="Profile: gismo2006">@<bdi>gismo2006</bdi></a> you could use the predefined classes from main.css like</p>
<pre><code>text: "&lt;div class='small'&gt;Hello World&lt;/div&gt;"
</code></pre>
<p dir="auto">or</p>
<pre><code>text: "&lt;div style='font-size: 14px;'&gt;Hello World&lt;/div&gt;"
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/7034</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/7034</guid><dc:creator><![CDATA[strawberry 3.141]]></dc:creator><pubDate>Thu, 27 Oct 2016 10:23:54 GMT</pubDate></item></channel></rss>