<?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[CalendarExt2 won't load with Weather Forecast]]></title><description><![CDATA[<p dir="auto">The MMM-CalendarExt2 will no longer load when I add the new default weather app set to type forecast. I can use type current, but when I use the forecast type the calendar will not load.</p>
<p dir="auto">This is my weather forecast code:</p>
<pre><code>*{
            module: "weather",
            position: "top_right",
            header: "Forecast",
            config: {
              type: "forecast",
              weatherProvider: "weathergov",
              apiBase: "https://api.weather.gov/points/",
              weatherEndpoint: "/forecast",
              lat: "42.834",
              lon: "-71.6618",
              initialLoadDelay: 1000,
              ignoreToday: true,
              fade: false,
              tableClass: "medium",
              degreeLabel: true,
            },

        },
</code></pre>
<p dir="auto">And here is the non-personal part of the calendar code:</p>
<pre><code>{
            module: 'MMM-CalendarExt2',
                config: {
                    updateInterval: 1000 * 60 * 15,
                    calendars: [
                    ],
                    defaultSet: {
                      view: {
                        hideOverflow: false,
                        timeFormat: "h:mm A",
                        maxItems: 2000,
                      }
                    },
                    views: [
                      {
                        mode: "month",
                        name: "Current Month",
                        fromNow: 0,
                        position: "middle_center",
                        className: "monthly-cal",
                        calendars: []
                    ],
                    scenes: [
                        {
                            name: "DEFAULT",
                            views: ["Current Month"],
                        },
                    ],
              },
        },
</code></pre>
<p dir="auto">When I comment out the weather module code then the calendar loads fine, but otherwise it doesn’t load at all.</p>
]]></description><link>https://forum.magicmirror.builders/topic/15383/calendarext2-won-t-load-with-weather-forecast</link><generator>RSS for Node</generator><lastBuildDate>Wed, 12 Aug 2026 20:48:49 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/15383.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 15 Aug 2021 17:38:02 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to CalendarExt2 won't load with Weather Forecast on Sun, 15 Aug 2021 22:51:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/djboob66" aria-label="Profile: djboob66">@<bdi>djboob66</bdi></a> I did that and it doesn’t change anything.</p>
]]></description><link>https://forum.magicmirror.builders/post/93723</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/93723</guid><dc:creator><![CDATA[aunrea]]></dc:creator><pubDate>Sun, 15 Aug 2021 22:51:47 GMT</pubDate></item><item><title><![CDATA[Reply to CalendarExt2 won't load with Weather Forecast on Sun, 15 Aug 2021 22:27:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/aunrea" aria-label="Profile: aunrea">@<bdi>aunrea</bdi></a><br />
my config has two one for main and one for upcoming try adding it as above</p>
]]></description><link>https://forum.magicmirror.builders/post/93722</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/93722</guid><dc:creator><![CDATA[DJBOOB66]]></dc:creator><pubDate>Sun, 15 Aug 2021 22:27:34 GMT</pubDate></item><item><title><![CDATA[Reply to CalendarExt2 won't load with Weather Forecast on Sun, 15 Aug 2021 22:14:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/djboob66" aria-label="Profile: djboob66">@<bdi>djboob66</bdi></a> The position info is located in the views section of the config.</p>
]]></description><link>https://forum.magicmirror.builders/post/93721</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/93721</guid><dc:creator><![CDATA[aunrea]]></dc:creator><pubDate>Sun, 15 Aug 2021 22:14:29 GMT</pubDate></item><item><title><![CDATA[Reply to CalendarExt2 won't load with Weather Forecast on Sun, 15 Aug 2021 21:49:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/aunrea" aria-label="Profile: aunrea">@<bdi>aunrea</bdi></a> said in <a href="/post/93716">CalendarExt2 won't load with Weather Forecast</a>:<br />
No position: in <code>config</code> CalendarExt2 config maybe?</p>
<pre><code>{
         module: 'MMM-CalendarExt
         disabled: false,
         config: {
	   position: "top_left",
	   beforeDays: 2,
           afterDays: 365,
           calendars : [
	       {
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/93719</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/93719</guid><dc:creator><![CDATA[DJBOOB66]]></dc:creator><pubDate>Sun, 15 Aug 2021 21:49:40 GMT</pubDate></item></channel></rss>