<?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[Modules doesn&#x27;t show]]></title><description><![CDATA[<p dir="auto">Hi! I have problems that Currentweather and Weatherforecast has gone away.<br />
Via MM-Remote I can see that they are offline due to <em>“This module was hidden by module_5_currentweather, it can not be shown.”</em> and <em>“This module was hidden by module_6_weatherforecast, it can not be shown.”</em> and I can’t get it to show again.</p>
<p dir="auto">Any ideas what I could do? It has worked before.</p>
]]></description><link>https://forum.magicmirror.builders/topic/6056/modules-doesn-t-show</link><generator>RSS for Node</generator><lastBuildDate>Fri, 15 May 2026 10:41:15 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/6056.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 02 Jan 2018 18:24:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Modules doesn&#x27;t show on Tue, 02 Jan 2018 19:11:05 GMT]]></title><description><![CDATA[<p dir="auto">Just fyi, the “location” under module currentweather is within quote marks (") but I done goofed when I did “****” instead of my real location</p>
]]></description><link>https://forum.magicmirror.builders/post/33199</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/33199</guid><dc:creator><![CDATA[gshimself]]></dc:creator><pubDate>Tue, 02 Jan 2018 19:11:05 GMT</pubDate></item><item><title><![CDATA[Reply to Modules doesn&#x27;t show on Tue, 02 Jan 2018 19:09:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bhepler" aria-label="Profile: bhepler">@<bdi>bhepler</bdi></a> Ofc, here you go!</p>
<pre><code> *
 * By Michael Teeuw http://michaelteeuw.nl
 * MIT Licensed.
 */

var config = {
        port: 8080,
        address: "0.0.0.0",
        ipWhitelist: [  "192.168.1.1/24",
                        "::fff:192.168.1.1/112",
                        "127.0.0.1",
                        "::ffff:127.0.0.1",
                        "::1",
                        "0.0.0.0",
                        "192.168.1.22"
                     ], // Set [] to allow all IP addresses.

        language: "sv",
        timeFormat: 24,
        units: "metric",

        modules: [
                {
                        module: "alert",
                },
                {
                        module: "updatenotification",
                        position: "top_bar"
                },
                {
                        module: "clock",
                        position: "top_left"
                },
                {
                        module: "calendar",
                        header: "Min Kalender",
                        position: "top_left",
                        config: {
                                colored: "true",
                                calendars: [
                                        {
                                                symbol: "calendar-check-o ",
                                                url: "A-SUPER-SECRET-URL"
                                        }
                                ]
                        }
                },
                {
                        module: "compliments",
                        position: "lower_third"
                },
                {
                        module: "currentweather",
                        position: "top_right",
                        config: {
                                location: ****",
                                locationID: "",  //ID from http://www.openweathermap.org/help/city_list.txt
                                appid: "A-SUPER-SECRET-API"
                        }
                },
                {
                        module: "weatherforecast",
                        position: "top_right",
                        header: "Weather Forecast",
                        config: {
                                colored: "true",
                                location: "****",
                                locationID: "",  //ID from http://www.openweathermap.org/help/city_list.txt
                                appid: "A-SUPER-SECRET-API"
                        }
                },
                {
                        module: "newsfeed",
                        position: "bottom_bar",
                        config: {
                                feeds: [
                                        {
                                                title: "VK",
                                                url: "http://www.vk.se/feed"
                                        },
                                        {
                                                title: "Expressen",
                                                url: "http://expressen.se/rss/nyheter"
                                                //encoding: "ISO-8859-1",
                                        },
                                        {
                                                title: "Krisinformation.se",
                                                url: "https://www.krisinformation.se/nyheter/nyheter-som-rss",
                                                encoding: "ISO-8859-1",
                                        }


                                ],
                                showSourceTitle: true,
                                showPublishDate: true
                        }
                },

// EGNA MODULER NEDAN

// Remote-Control
{
    module: 'MMM-Remote-Control'
    // uncomment the following line to show the URL of the remote control on the mirror
    // , position: 'bottom_left'
    // you can hide this module afterwards from the remote control itself
},

// mmm-weatherchart

{
        module: 'mmm-weatherchart',
        position: 'bottom_center', // this can be any of the regions
        config: {
                country: 'Sverige', // as determined above
                area: 'Västerbotten', // as determined above
                city: '****', // as determined above
                updateInterval: 60 * 60 * 1000, // update every hour
                hideBorder: true, // whether or not a border with city name should be shown
                }
},


// ???


// SKRIV INGET NEDANFÖR
        ]

};

/*************** DO NOT EDIT THE LINE BELOW ***************/
if (typeof module !== "undefined") {module.exports = config;}



</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/33197</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/33197</guid><dc:creator><![CDATA[gshimself]]></dc:creator><pubDate>Tue, 02 Jan 2018 19:09:12 GMT</pubDate></item><item><title><![CDATA[Reply to Modules doesn&#x27;t show on Tue, 02 Jan 2018 18:44:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/gshimself" aria-label="Profile: gshimself">@<bdi>gshimself</bdi></a> Can you post your <code>config.js</code> for us? Remember to use the markdown text and hide any API keys in your file.</p>
]]></description><link>https://forum.magicmirror.builders/post/33194</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/33194</guid><dc:creator><![CDATA[bhepler]]></dc:creator><pubDate>Tue, 02 Jan 2018 18:44:22 GMT</pubDate></item></channel></rss>