<?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[Question about two standard modules]]></title><description><![CDATA[<p dir="auto">Hi everyone,<br />
I’m new to MagicMirror and that’s why I have to ask now because I do not know.<br />
I have a question about the modules Newsfeed and Currentweather.<br />
My problem is that news module works from time to time but not always. Currentweather shows only “Lade …” in the upper right corner.<br />
What can this be?</p>
<pre><code>{
                        module: "currentweather",
                        position: "top_right",
                        config: {
                                location: "Guetersloh",
                                locationID: "3221127",  //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find you$
                                appid: "3221127"

{
                        module: "newsfeed",
                        position: "bottom_bar",
                        config: {
                                feeds: [
                                        {
                                                title: "Tagesschau",
                                                url: "http://www.tagesschau.de/xml/rss2"
                                        }
                                ],

</code></pre>
<p dir="auto">Thanks you all!</p>
]]></description><link>https://forum.magicmirror.builders/topic/11426/question-about-two-standard-modules</link><generator>RSS for Node</generator><lastBuildDate>Sun, 10 May 2026 10:45:29 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/11426.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 23 Oct 2019 18:11:21 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Question about two standard modules on Sat, 26 Oct 2019 10:59:17 GMT]]></title><description><![CDATA[<p dir="auto">welcome and have fun with your mirror :winking_face:</p>
]]></description><link>https://forum.magicmirror.builders/post/63336</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/63336</guid><dc:creator><![CDATA[bdream]]></dc:creator><pubDate>Sat, 26 Oct 2019 10:59:17 GMT</pubDate></item><item><title><![CDATA[Reply to Question about two standard modules on Sat, 26 Oct 2019 10:50:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bdream" aria-label="Profile: bdream">@<bdi>bdream</bdi></a><br />
thank you for your help! I forgot to copy the brackets at the code … o_O<br />
but my mistake was that I had a spin on the API so nothing was loaded.<br />
Thank you and a nice weekend! :-)</p>
]]></description><link>https://forum.magicmirror.builders/post/63334</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/63334</guid><dc:creator><![CDATA[Kollen]]></dc:creator><pubDate>Sat, 26 Oct 2019 10:50:08 GMT</pubDate></item><item><title><![CDATA[Reply to Question about two standard modules on Wed, 23 Oct 2019 20:37:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kollen" aria-label="Profile: Kollen">@<bdi>Kollen</bdi></a><br />
You have to use the brackets. Each opened must be closed {}, []. Don’t mix it up!<br />
Each part, need an , or ; at the end.</p>
<p dir="auto">I have not the newsfeed running but currentweather.</p>
<p dir="auto">Use this, it shoult fix your problem ;)</p>
<pre><code>{
    module: "currentweather",
    position: "top_right",
    config: {
        location: "Guetersloh",
        locationID: "3221127",  //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find you$
        appid: "3221127"
    }
},

{
    module: "newsfeed",
    position: "bottom_bar",
    config: {
        feeds: [
            {
            title: "Tagesschau",
            url: "http://www.tagesschau.de/xml/rss2"
            }
        ],
    }
},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/63180</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/63180</guid><dc:creator><![CDATA[bdream]]></dc:creator><pubDate>Wed, 23 Oct 2019 20:37:15 GMT</pubDate></item></channel></rss>