<?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-MarineWeather Header]]></title><description><![CDATA[<p dir="auto">The header that says “Current Marine Weather” does not show up on anything unless I go into npm start dev and change the undefined module header to “Current Marine Weather.” It shows up in dev mode but once I run it normally it no longer shows.  What should I do?</p>
]]></description><link>https://forum.magicmirror.builders/topic/14632/mmm-marineweather-header</link><generator>RSS for Node</generator><lastBuildDate>Fri, 12 Jun 2026 19:59:16 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/14632.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 15 Feb 2021 20:07:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-MarineWeather Header on Mon, 15 Feb 2021 20:18:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/adavidsohn96" aria-label="Profile: adavidsohn96">@<bdi>adavidsohn96</bdi></a> edit the module def in config.js   add the header info</p>
<pre><code>module:"....."
header:"whatever u want to display",
config:{
.
.
}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/88523</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/88523</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 15 Feb 2021 20:18:42 GMT</pubDate></item></channel></rss>