<?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[MM2 modules work in developer mode, but &quot;loading&quot; without.]]></title><description><![CDATA[<p dir="auto">When I use npm start, the MM2 won’t work properly. The modules will be stuck on loading and nothing happens no matter how long I wait. Below is what I see in the command line</p>
<pre><code>Starting MagicMirror: v2.8.0
Loading config ...
Loading module helpers ...
No helper found for module: alert.
Initializing new module helper ...
Module helper loaded: updatenotification
No helper found for module: clock.
Initializing new module helper ...
Module helper loaded: calendar
Initializing new module helper ...
Module helper loaded: MMM-MyCalendar
Initializing new module helper ...
Module helper loaded: newsfeed
All module helpers loaded.
Starting server on port 8080 ... 
Server started ...
Connecting socket for: updatenotification
Connecting socket for: calendar
Starting node helper for: calendar
Connecting socket for: MMM-MyCalendar
Starting node helper for: MMM-MyCalendar
Connecting socket for: newsfeed
Starting module: newsfeed
Sockets connected &amp; modules started ...
Launching application.
Create new calendar fetcher for url: http://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics - Interval: 300000
Create new calendar fetcher for url: https://calendar.google.com/calendar/ical/email%40gmail.com/private-1929be7ce51f5e7045e6ae90489aab83/basic.ics - Interval: 300000
Create new news fetcher for url: http://www.chicagotribune.com/news/local/breaking/rss2.0.xml - Interval: 300000
Calendar Error. Could not fetch calendar:  http://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics { Error: getaddrinfo EAI_AGAIN www.calendarlabs.com www.calendarlabs.com:80
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:50:26)
  errno: 'EAI_AGAIN',
  code: 'EAI_AGAIN',
  syscall: 'getaddrinfo',
  hostname: 'www.calendarlabs.com',
  host: 'www.calendarlabs.com',
  port: 80 }
fatal: unable to access 'https://github.com/MichMich/MagicMirror.git/': Could not resolve host: github.com
</code></pre>
<p dir="auto">This is a picture of whats happening. 1st picture is what I see using npm start dev, the second only npm start. I don’t see any errors w/ npm start also.</p>
<p dir="auto"><img src="/assets/uploads/files/1562830586887-2019-07-11-021746_1600x1200_scrot.png" alt="1_1562830584339_2019-07-11-021746_1600x1200_scrot.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1562830586850-2019-07-11-021620_1600x1200_scrot.png" alt="0_1562830584336_2019-07-11-021620_1600x1200_scrot.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/topic/10763/mm2-modules-work-in-developer-mode-but-loading-without</link><generator>RSS for Node</generator><lastBuildDate>Fri, 15 May 2026 02:11:04 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/10763.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 11 Jul 2019 07:37:57 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MM2 modules work in developer mode, but &quot;loading&quot; without. on Fri, 12 Jul 2019 04:32:57 GMT]]></title><description><![CDATA[<p dir="auto">I’m not sure if that is the case.<br />
When using npm start dev, the modules load in about 30-45 seconds.<br />
I took the second picture using “npm start” after waiting approximately 3 minutes. And even looking at the US Holidays, nothing comes up. Maybe after a certain time it just stops trying to load, but it shouldn’t say No Events because it’s for 365 days to bring up holidays.</p>
]]></description><link>https://forum.magicmirror.builders/post/58817</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/58817</guid><dc:creator><![CDATA[Sitm09]]></dc:creator><pubDate>Fri, 12 Jul 2019 04:32:57 GMT</pubDate></item><item><title><![CDATA[Reply to MM2 modules work in developer mode, but &quot;loading&quot; without. on Thu, 11 Jul 2019 21:48:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sitm09" aria-label="Profile: Sitm09">@<bdi>Sitm09</bdi></a> said in <a href="/post/58787">MM2 modules work in developer mode, but "loading" without.</a>:</p>
<blockquote>
<p dir="auto">‘EAI_AGAIN’</p>
</blockquote>
<p dir="auto">is a slow network name lookup…</p>
<p dir="auto">maybe your dns server is slow…</p>
]]></description><link>https://forum.magicmirror.builders/post/58803</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/58803</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 11 Jul 2019 21:48:17 GMT</pubDate></item></channel></rss>