<?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[Need help with a module]]></title><description><![CDATA[<p dir="auto">could someone please tell me what is wrong here:</p>
<pre><code>{
        module: 'MMM-NesteBussAtB',
        position: 'upper_third',
        config: {
            showIcon: true, // Bus icon in front of row
            showNumber: true, // Bus number
            showFrom: true, // Bus stop name
            showTo: true, // Bus destination
            showMin: true, // "min" text after minutes
            size: "medium", // Text size, for example small, medium or large
            stopIds: [16011496, 16010496], // See https://www.atb.no/holdeplassoversikt/
            maxCount: 2, // Max number of next buses per route
            maxMinutes: 45, // Do not show buses more then this minutes into the future
            stacked: true // Show multiple buses on same row, if same route and destination       
        }
    }
</code></pre>
<p dir="auto">because i can’t get it to work.</p>
]]></description><link>https://forum.magicmirror.builders/topic/9464/need-help-with-a-module</link><generator>RSS for Node</generator><lastBuildDate>Wed, 20 May 2026 22:45:57 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/9464.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 10 Jan 2019 16:43:11 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Need help with a module on Fri, 11 Jan 2019 18:51:39 GMT]]></title><description><![CDATA[<p dir="auto">I solved it my self :-) using some very old programming knowledge.</p>
<pre><code>{
module: ‘MMM-NesteBussAtB’,
position: ‘upper_third’,
config: {
showIcon: true, // Bus icon in front of row
showNumber: true, // Bus number
showFrom: true, // Bus stop name
showTo: true, // Bus destination
showMin: true, // “min” text after minutes
size: “medium”, // Text size, for example small, medium or large
stopIds: [16011496, 16010496], // See https://www.atb.no/holdeplassoversikt/
maxCount: 2, // Max number of next buses per route
maxMinutes: 45, // Do not show buses more then this minutes into the future
stacked: true // Show multiple buses on same row, if same route and destination
}
},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/49911</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/49911</guid><dc:creator><![CDATA[esim]]></dc:creator><pubDate>Fri, 11 Jan 2019 18:51:39 GMT</pubDate></item><item><title><![CDATA[Reply to Need help with a module on Fri, 11 Jan 2019 18:40:04 GMT]]></title><description><![CDATA[<p dir="auto">Please use the Markdown features of the board when posting code or logs.</p>
]]></description><link>https://forum.magicmirror.builders/post/49960</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/49960</guid><dc:creator><![CDATA[bhepler]]></dc:creator><pubDate>Fri, 11 Jan 2019 18:40:04 GMT</pubDate></item><item><title><![CDATA[Reply to Need help with a module on Thu, 10 Jan 2019 17:19:52 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> thanks, a very nice tip that one.</p>
]]></description><link>https://forum.magicmirror.builders/post/49912</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/49912</guid><dc:creator><![CDATA[esim]]></dc:creator><pubDate>Thu, 10 Jan 2019 17:19:52 GMT</pubDate></item><item><title><![CDATA[Reply to Need help with a module on Fri, 11 Jan 2019 18:51:39 GMT]]></title><description><![CDATA[<p dir="auto">I solved it my self :-) using some very old programming knowledge.</p>
<pre><code>{
module: ‘MMM-NesteBussAtB’,
position: ‘upper_third’,
config: {
showIcon: true, // Bus icon in front of row
showNumber: true, // Bus number
showFrom: true, // Bus stop name
showTo: true, // Bus destination
showMin: true, // “min” text after minutes
size: “medium”, // Text size, for example small, medium or large
stopIds: [16011496, 16010496], // See https://www.atb.no/holdeplassoversikt/
maxCount: 2, // Max number of next buses per route
maxMinutes: 45, // Do not show buses more then this minutes into the future
stacked: true // Show multiple buses on same row, if same route and destination
}
},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/49911</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/49911</guid><dc:creator><![CDATA[esim]]></dc:creator><pubDate>Fri, 11 Jan 2019 18:51:39 GMT</pubDate></item><item><title><![CDATA[Reply to Need help with a module on Thu, 10 Jan 2019 16:59:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/esim" aria-label="Profile: esim">@<bdi>esim</bdi></a> put that in your config.js,</p>
<p dir="auto">Then run</p>
<pre><code>node tests/configs/check_config.js
</code></pre>
<p dir="auto">From the MagicMirror folder. Find and fix the errors, starting at the top</p>
]]></description><link>https://forum.magicmirror.builders/post/49910</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/49910</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 10 Jan 2019 16:59:28 GMT</pubDate></item></channel></rss>