<?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[Simple welcome script]]></title><description><![CDATA[<p dir="auto">Hi, first time posting on here and ready to get building!  Just waiting till payday on Friday to get he mirror!!  Already have the Pi3 up and running using scripts from this amazing forum.</p>
<p dir="auto">Anyway, what I wanted to do was add a simple script in the top_bar that basically looks at the time and says “Good morning/afternoon/evening Tony” based on the time, so would need to have an autoupdate as well.</p>
<p dir="auto">Is this doable?  I’m sure it is but I have been working on the setup all day and so just need confirmation from someone on here who knows.</p>
<p dir="auto">Thank you</p>
]]></description><link>https://forum.magicmirror.builders/topic/6343/simple-welcome-script</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Jul 2026 21:09:59 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/6343.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 22 Jan 2018 19:51:25 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Simple welcome script on Mon, 22 Jan 2018 20:56:54 GMT]]></title><description><![CDATA[<p dir="auto">You’re welcome ;)</p>
]]></description><link>https://forum.magicmirror.builders/post/34478</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/34478</guid><dc:creator><![CDATA[cruunnerr]]></dc:creator><pubDate>Mon, 22 Jan 2018 20:56:54 GMT</pubDate></item><item><title><![CDATA[Reply to Simple welcome script on Mon, 22 Jan 2018 20:53:50 GMT]]></title><description><![CDATA[<p dir="auto">Just added it and it works perfect!!! Added a load of gratitude messages, if you have read The Secret by Rhonda Byrne then you will know what I mean</p>
<p dir="auto">Thank you so much for your help!!!</p>
]]></description><link>https://forum.magicmirror.builders/post/34476</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/34476</guid><dc:creator><![CDATA[TS77UK]]></dc:creator><pubDate>Mon, 22 Jan 2018 20:53:50 GMT</pubDate></item><item><title><![CDATA[Reply to Simple welcome script on Mon, 22 Jan 2018 20:15:26 GMT]]></title><description><![CDATA[<p dir="auto">hey,</p>
<p dir="auto">nice to welcome u ;)</p>
<p dir="auto">I don’t use it, but as far as i know the default compliments module does that :)</p>
<p dir="auto"><a href="https://github.com/MichMich/MagicMirror/tree/master/modules/default/compliments" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MichMich/MagicMirror/tree/master/modules/default/compliments</a></p>
<p dir="auto">So u don’t have to install an extra module. Just edit your compliments module in your config.js</p>
<pre><code>{
    module: "compliments",
        position: "lower_third",    // This can be any of the regions.
            // Best results in one of the middle regions like: lower_third
        config: {
            compliments: {
                anytime: [
                "Hey Tony"
                ],
                morning: [
                "Good morning",
                ],
                afternoon: [
                "Good afternoon",
                ],
                evening: [
                "Good evening",
                ]
            }
    }
},
</code></pre>
<p dir="auto">You can also use more variables. Take a look here:</p>
<p dir="auto"><a href="https://github.com/MichMich/MagicMirror/tree/master/modules/default/compliments" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MichMich/MagicMirror/tree/master/modules/default/compliments</a></p>
]]></description><link>https://forum.magicmirror.builders/post/34467</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/34467</guid><dc:creator><![CDATA[cruunnerr]]></dc:creator><pubDate>Mon, 22 Jan 2018 20:15:26 GMT</pubDate></item></channel></rss>