<?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[pm2 logs - UnhandledPromiseRejectionWarning]]></title><description><![CDATA[<p dir="auto">Hi,<br />
using v.2.4.1<br />
in the pm2 logs i see below error message with each loading. Any suggestion?</p>
<p dir="auto">1|mm  | (node:2597) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): TypeError: Cannot read property ‘refs’ of undefined<br />
1|mm  | (node:2597) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.<br />
1|mm  | (node:2597) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): TypeError: Cannot read property ‘refs’ of undefined<br />
1|mm  | (node:2597) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 3): TypeError: Cannot read property ‘refs’ of undefined</p>
]]></description><link>https://forum.magicmirror.builders/topic/8495/pm2-logs-unhandledpromiserejectionwarning</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 23:42:04 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/8495.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 31 Jul 2018 15:36:41 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to pm2 logs - UnhandledPromiseRejectionWarning on Thu, 02 Aug 2018 12:14:35 GMT]]></title><description><![CDATA[<p dir="auto">Problem was in MMM remote control module. Error message disappeared when i disabled it.</p>
]]></description><link>https://forum.magicmirror.builders/post/42939</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/42939</guid><dc:creator><![CDATA[ooskay]]></dc:creator><pubDate>Thu, 02 Aug 2018 12:14:35 GMT</pubDate></item><item><title><![CDATA[Reply to pm2 logs - UnhandledPromiseRejectionWarning on Thu, 02 Aug 2018 12:09:55 GMT]]></title><description><![CDATA[<pre><code>/*************** AUTO GENERATED BY REMOTE CONTROL MODULE ***************/

var config = 
{
	address: "0.0.0.0",
	electronOptions: {
		
	},
	ipWhitelist: [
		"127.0.0.1",
		"0.0.0.0",
		"::1",
		"192.168.1.0/24"
	],
	language: "tr",
	modules: [
		{
			module: "alert",
			config: {
				
			}
		},
		{
			module: "MMM-Remote-Control",
			config: {
				
			}
		},
/*
		{
			module: "updatenotification",
			position: "top_bar",
			config: {
				
			}
		},
		{
			module: "MMM-EARTH",
			header: "",
			position: "upper_third",
			config: {
			
				rotateInterval: 15000,
				MonthsArray: {
					Jan: "01",
					Feb: "02",
					Mar: "03",
					Apr: "04",
					May: "05",
					Jun: "06",
					Jul: "07",
					Aug: "08",
					Sep: "09",
					Oct: "10",
					Nov: "11",
					Dec: "12"
				}
			},
		},

		{
			module: "clock",
			position: "top_left",
			config: {
				
			}
		},
		{
			module: "calendar",
			header: "Resmi Tatiller",
			position: "top_left",
			config: {
				calendars: [
					{
						symbol: "calendar-check-o ",
						url: "http://88.248.2.178/onur/calendar.php"
					}
				],
				titleReplace: {
					"De verjaardag van ": "",
					"'s birthday": ""
				},
				excludedEvents: [
					
				]
			}
		},
		{
			module: "compliments",
			position: "lower_third",
			config: {
				compliments: {
					anytime: [
						"Merhaba!",
						"Bugün Harika Gözüküyorsunuz :) "
					],
					morning: [
						"Günaydın!",
						"İyi bir gün geçirmenizi dilerim!",
						"Güzel bir gün geçirmeniz dileğiyle!"
					],
					afternoon: [
						"Merhaba",
						"Gününüz nasıl geçiyor?",
						"Gününüz umarım iyi geçiyordur!"
					],
					evening: [
						"İyi akşamlar!",
						"Umarım gününüz iyi geçmiştir!",
						"İyi geceler!"
					]
				}
			}
		},
		{
			module: "MMM-Cursor",
			config: {
				
			}
		},
		{
			module: "currentweather",
			position: "top_right",
			config: {
				location: "Antalya",
				locationID: "323777",
				appid: "d3a9feef45f79bd25729df85b125194d",
				iconTable: {
					"01d": "wi-day-sunny",
					"02d": "wi-day-cloudy",
					"03d": "wi-cloudy",
					"04d": "wi-cloudy-windy",
					"09d": "wi-showers",
					"10d": "wi-rain",
					"11d": "wi-thunderstorm",
					"13d": "wi-snow",
					"50d": "wi-fog",
					"01n": "wi-night-clear",
					"02n": "wi-night-cloudy",
					"03n": "wi-night-cloudy",
					"04n": "wi-night-cloudy",
					"09n": "wi-night-showers",
					"10n": "wi-night-rain",
					"11n": "wi-night-thunderstorm",
					"13n": "wi-night-snow",
					"50n": "wi-night-alt-cloudy-windy"
				}
			}
		},
	*/	
		{
			module: "MMM-JsonTable",
			position: "botto</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/42938</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/42938</guid><dc:creator><![CDATA[ooskay]]></dc:creator><pubDate>Thu, 02 Aug 2018 12:09:55 GMT</pubDate></item><item><title><![CDATA[Reply to pm2 logs - UnhandledPromiseRejectionWarning on Thu, 02 Aug 2018 01:21:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ooskay" aria-label="Profile: ooskay">@<bdi>ooskay</bdi></a> - Please post your <code>config.js</code> file here and we’ll take a look at it. When you do, be sure to use the forum markdown features to help us read your file and be sure to remove any API keys from your file to keep them private. Here is a <a href="https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#code" target="_blank" rel="noopener noreferrer nofollow ugc">link explaining the markdown features</a>.</p>
]]></description><link>https://forum.magicmirror.builders/post/42907</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/42907</guid><dc:creator><![CDATA[bhepler]]></dc:creator><pubDate>Thu, 02 Aug 2018 01:21:58 GMT</pubDate></item><item><title><![CDATA[Reply to pm2 logs - UnhandledPromiseRejectionWarning on Wed, 01 Aug 2018 21:50:55 GMT]]></title><description><![CDATA[<p dir="auto">hi,<br />
try disable remote control to see result. i’m away from my setup.</p>
]]></description><link>https://forum.magicmirror.builders/post/42896</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/42896</guid><dc:creator><![CDATA[ooskay]]></dc:creator><pubDate>Wed, 01 Aug 2018 21:50:55 GMT</pubDate></item><item><title><![CDATA[Reply to pm2 logs - UnhandledPromiseRejectionWarning on Wed, 01 Aug 2018 17:57:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ooskay" aria-label="Profile: ooskay">@<bdi>ooskay</bdi></a> Hi! I get this error to. What modules do you run in your mirror? I think it may be one of my modules causing the problem.</p>
<p dir="auto">This is my list:<br />
calendar_monthly<br />
mm-hide-all<br />
MMM-CalendarExt<br />
MMM-Chart<br />
MMM-cryptocurrency<br />
MMM-Globe<br />
MMM-iFrameReload<br />
MMM-JSONStatusChecker<br />
MMM-Memo<br />
MMM-Modulebar<br />
MMM-ModuleScheduler<br />
MMM-MotionEye<br />
MMM-MyCalendar<br />
MMM-MyCommute<br />
MMM-newsfeedtouch<br />
MMM-plex-recently-added<br />
MMM-Profilepicture<br />
MMM-ProfileSwitcher<br />
MMM-Remote-Control<br />
MMM-Sonos<br />
mmm-suncalc<br />
MMM-TextClock<br />
MMM-Tools<br />
MMM-TouchNavigation<br />
MMM-WunderGround</p>
<p dir="auto">What do you have?</p>
]]></description><link>https://forum.magicmirror.builders/post/42890</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/42890</guid><dc:creator><![CDATA[Snille]]></dc:creator><pubDate>Wed, 01 Aug 2018 17:57:08 GMT</pubDate></item></channel></rss>