<?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[Welcome Message not shown &#x2F; Alert not working]]></title><description><![CDATA[<p dir="auto">hi …</p>
<p dir="auto">having the problem that alert, also welcome_message, is not shown.</p>
<p dir="auto">simple config:</p>
<pre><code>	modules: [
		{
			module: "alert",
			welcome_message: true
		},
		{
			module: "updatenotification",
			position: "top_bar"
		},
		{
			module: "clock",
			position: "top_left"
		}
	]
};
</code></pre>
<p dir="auto">no error in console. alert js/css loaded.</p>
<p dir="auto">regards</p>
<p dir="auto">tabsl</p>
]]></description><link>https://forum.magicmirror.builders/topic/18365/welcome-message-not-shown-alert-not-working</link><generator>RSS for Node</generator><lastBuildDate>Wed, 13 May 2026 21:58:47 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/18365.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 09 Jan 2024 07:11:40 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Welcome Message not shown &#x2F; Alert not working on Tue, 09 Jan 2024 22:16:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tabsl" aria-label="Profile: tabsl">@<bdi>tabsl</bdi></a> did that fix it?</p>
]]></description><link>https://forum.magicmirror.builders/post/114285</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114285</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 09 Jan 2024 22:16:17 GMT</pubDate></item><item><title><![CDATA[Reply to Welcome Message not shown &#x2F; Alert not working on Tue, 09 Jan 2024 20:21:36 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> thank you …</p>
]]></description><link>https://forum.magicmirror.builders/post/114284</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114284</guid><dc:creator><![CDATA[tabsl]]></dc:creator><pubDate>Tue, 09 Jan 2024 20:21:36 GMT</pubDate></item><item><title><![CDATA[Reply to Welcome Message not shown &#x2F; Alert not working on Tue, 09 Jan 2024 22:16:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tabsl" aria-label="Profile: tabsl">@<bdi>tabsl</bdi></a> you should wait til you receive a notification “ALL_MODULES_STARTED”<br />
before sending notifications…</p>
<pre><code>function notificationReceived(notification, payload, sender){

if (notification ===  "ALL_MODULES_STARTED") {
  this.sendNotification('SHOW_ALERT', { title:'test', message:'test})
}
},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/114269</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114269</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 09 Jan 2024 22:16:05 GMT</pubDate></item><item><title><![CDATA[Reply to Welcome Message not shown &#x2F; Alert not working on Tue, 09 Jan 2024 18:36:02 GMT]]></title><description><![CDATA[<p dir="auto">ahhh, sorry ;-) not welcome is working, but not my own alert in my module :-(</p>
<p dir="auto"><img src="/assets/uploads/files/1704825351279-4b5de695-577e-4c4a-8f00-745281f6effa-tm2201091935002720.jpg" alt="4b5de695-577e-4c4a-8f00-745281f6effa-tm2201091935002720.jpg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/114268</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114268</guid><dc:creator><![CDATA[tabsl]]></dc:creator><pubDate>Tue, 09 Jan 2024 18:36:02 GMT</pubDate></item><item><title><![CDATA[Reply to Welcome Message not shown &#x2F; Alert not working on Tue, 09 Jan 2024 13:31:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tabsl" aria-label="Profile: tabsl">@<bdi>tabsl</bdi></a> said in <a href="/post/114236">Welcome Message not shown / Alert not working</a>:</p>
<blockquote>
<pre><code>  {
  	module: "alert",
  	welcome_message: true
  },
</code></pre>
</blockquote>
<p dir="auto">yes, this is a config option, so it needs a config:{} block</p>
<pre><code>      {
        module: "alert",
        config:{
        	welcome_message: true
        }
      },
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/114239</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114239</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 09 Jan 2024 13:31:48 GMT</pubDate></item></channel></rss>