<?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[MMM-Config with Message &quot;builder encountered a problem, see MagicMirror messages for info&quot;]]></title><description><![CDATA[<p dir="auto">Hello everyone,<br />
I’m currently working on a relatively newly installed instance of MagicMirror and discovered the MMM config.<br />
At first, it worked very well.<br />
Unfortunately, I now only get this message “builder encountered a problem, see MagicMirror messages for info” when accessing the configure page.</p>
<p dir="auto">I found a post here that describes a similar problem, but nothing there fixed my “problem”<br />
<a href="https://forum.magicmirror.builders/topic/19305/rookie-question-builder-encountered-a-problem-see-magicmirror-messages-for-info">https://forum.magicmirror.builders/topic/19305/rookie-question-builder-encountered-a-problem-see-magicmirror-messages-for-info</a></p>
<p dir="auto">there it looks like “<a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a>” fixed the problem.</p>
<p dir="auto">and i found nothing MMM-Config releated in the log Files.</p>
<p dir="auto">on npm run config:check</p>
<blockquote>
<p dir="auto">magicmirror@2.30.0 config:check<br />
node js/check_config.js</p>
</blockquote>
<p dir="auto">[2025-03-24 02:50:15.997] [INFO]  Checking config file /home/Admin/MagicMirror/config/config.js …<br />
[2025-03-24 02:50:16.196] [INFO]  Your configuration file doesn’t contain syntax errors :)<br />
[2025-03-24 02:50:16.197] [INFO]  Checking modules structure configuration …<br />
[2025-03-24 02:50:16.334] [INFO]  Your modules structure configuration doesn’t contain errors :)</p>
<p dir="auto">contend of the file “defaults_17951887168800.js”</p>
<pre><code>const config = require('../../config/config.js')
var defined_config = {
MMM_MicrosoftToDo_defaults:  {
    oauth2ClientSecret: "",
    oauth2RefreshToken: "",
    oauth2ClientId: "",
    orderBy: "dueDate",
    hideIfEmpty: false,
    showCheckbox: true,
    maxWidth: 450,
    itemLimit: 200,
    completeOnClick: false,
    showDueDate: false,
    dateFormat: "ddd MMM Do [ - ]",
    refreshSeconds: 60,
    fade: false,
    fadePoint: 0.5,
    useRelativeDate: false,
    plannedTasks:  {
      enable: false,
      includedLists: [".*"], 
      duration:  {
        weeks: 2 
		}
		},
    colorDueDate: false,
    highlightTagColor: null
		},
MMM_homeassistant_sensors_defaults:  {
		prettyName: true,
		stripName: true,
		title: 'Home Assistant',
		host: 'hassio.local',
		port: '8321',
		https: false, 
		token: '',
		apipassword: '',
		fade: 100,
		updateInterval: 300000,
		id: false,
		displaySymbol: true,
		displaydates: false,
		displaytimes: false,
		notificationOnly: false,
		notificationCondition: [],
		dateformat: 'YYYY-MM-DD', 
		timeformat: 'HH:mm:ss', 
		controlsensor: 'sensor control disabled', 
		controlsensorvalue: 'sensor control disabled', 
		noaddress: 'away', 
		debuglogging: false,
		rowClass: 'small', 
		values: []
		},
MMM_Config_defaults:  {
    showQR: false,
    force_update: true,
    restart: "none",
    ModuleSortOrder:"date",
    debug: false,
		},
MMM_SteamPlaytime_defaults:  {
		apiKey: null,
		steamId: null,
		updateTime: "00:00",
		daysCount: 5,
		gamesCount: 5,
		excludeGames: [],
		language: "---!config.languag"e
		},
MMM_MVVWiesty_defaults:  {
        maxEntries: 5,
        stopId: "de:09162:6",
        filter:  {
		},
        displayNotifications: true,
        displayBundled: false,
        scrollSpeed: 40,
        minTimeUntilDeparture: 0
		},
MMM_HomeAssistantDisplay_defaults:  {
		title: "Home Assistant",
		host: "hassio.local",
		port: "8123",
		useTLS: false,
		ignoreCert: true,
		token: "",
		debuglogging: false,
		useModuleTigger: false,
		moduleTriggerTemplate: "",
		moduleTriggerEntities: false,
		animationSpeed: 3000,
		sections: [],
		class: ""
		},
MMM_EmbedURL_defaults:  {
		basicElementType: "div", 
		embedElementType: "iframe", 
		updateInterval: 60, 
		animationSpeed: 500, 
		positions: "tie",
		attributes: [
			"frameborder=0"
		],
		imgDecodeCheckInterval: -1,
		updateDomOnResume: true
		},
MMM_GmailFeed_defaults:  {
    updateInterval: 5 * 60 * 1000,
    maxEmails: 5,
    maxSubjectLength: 40,
    maxFromLength: 15,
    playSound: true,
    autoHide: false,
    displayMode: "table",
    color: true,
    showEmailAdressInHeader: true
		},
newsfeed_defaults:  {
		feeds: [
			 {
				title: "New York Times",
				url: "https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml",
				encoding: "UTF-8" 
		}
		],
		showAsList: false,
		showSourceTitle: true,
		showPublishDate: true,
		broadcastNewsFeeds: true,
		broadcastNewsUpdates: true,
		showDescription: false,
		showTitleAsUrl: false,
		wrapTitle: true,
		wrapDescription: true,
		truncDescription: true,
		lengthDescription: 400,
		hideLoading: false,
		reloadInterval: 5 * 60 * 1000, 
		updateInterval: 10 * 1000,
		animationSpeed: 2.5 * 1000,
		maxNewsItems: 0, 
		ignoreOldItems: false,
		ignoreOlderThan: 24 * 60 * 60 * 1000, 
		removeStartTags: "",
		removeEndTags: "",
		startTags: [],
		endTags: [],
		prohibitedWords: [],
		scrollLength: 500,
		logFeedWarnings: false,
		dangerouslyDisableAutoEscaping: false
		},
helloworld_defaults:  {
		text: "Hello World!"
		},
updatenotification_defaults:  {
		updateInterval: 10 * 60 * 1000, 
		refreshInterval: 24 * 60 * 60 * 1000, 
		ignoreModules: [],
		sendUpdatesNotifications: false,
		updates: [],
		updateTimeout: 2 * 60 * 1000, 
		updateAutorestart: false 
		},
compliments_defaults:  {
		compliments:  {
			anytime: ["Hey there sexy!"],
			morning: ["Good morning, handsome!", "Enjoy your day!", "How was your sleep?"],
			afternoon: ["Hello, beauty!", "You look sexy!", "Looking good today!"],
			evening: ["Wow, you look hot!", "You look nice!", "Hi, sexy!"],
			"....-01-01": ["Happy new year!"]
		},
		updateInterval: 30000,
		remoteFile: null,
		remoteFileRefreshInterval: 0,
		fadeSpeed: 4000,
		morningStartTime: 3,
		morningEndTime: 12,
		afternoonStartTime: 12,
		afternoonEndTime: 17,
		random: true,
		specialDayUnique: false
		},
clock_defaults:  {
		displayType: "digital", 
		timeFormat: "---!config.timeFormat",
		timezone: null,
		displaySeconds: true,
		showPeriod: true,
		showPeriodUpper: false,
		clockBold: false,
		showDate: true,
		showTime: true,
		showWeek: false,
		dateFormat: "dddd, LL",
		sendNotifications: false,
		analogSize: "200px",
		analogFace: "simple", 
		analogPlacement: "bottom", 
		analogShowDate: "top", 
		secondsColor: "#888888",
		showSunTimes: false,
		showMoonTimes: false, 
		lat: 47.630539,
		lon: -122.344147
		},
alert_defaults:  {
		effect: "slide", 
		alert_effect: "jelly", 
		display_time: 3500, 
		position: "center",
		welcome_message: false 
		},
weather_defaults:  {
		weatherProvider: "openweathermap",
		roundTemp: false,
		type: "current", 
		lang: "---!config.language",
		units: "---!config.units",
		tempUnits: "---!config.units",
		windUnits: "---!config.units",
		timeFormat: "---!config.timeFormat",
		updateInterval: 10 * 60 * 1000, 
		animationSpeed: 1000,
		showFeelsLike: true,
		showHumidity: "none", 
		showIndoorHumidity: false,
		showIndoorTemperature: false,
		allowOverrideNotification: false,
		showPeriod: true,
		showPeriodUpper: false,
		showPrecipitationAmount: false,
		showPrecipitationProbability: false,
		showUVIndex: false,
		showSun: true,
		showWindDirection: true,
		showWindDirectionAsArrow: false,
		degreeLabel: false,
		decimalSymbol: ".",
		maxNumberOfDays: 5,
		maxEntries: 5,
		ignoreToday: false,
		fade: true,
		fadePoint: 0.25, 
		initialLoadDelay: 0, 
		appendLocationNameToHeader: true,
		calendarClass: "calendar",
		tableClass: "small",
		onlyTemp: false,
		colored: false,
		absoluteDates: false,
		hourlyForecastIncrements: 1
		},
calendar_defaults:  {
		maximumEntries: 10, 
		maximumNumberOfDays: 365,
		limitDays: 0, 
		pastDaysCount: 0,
		displaySymbol: true,
		defaultSymbol: "calendar-alt", 
		defaultSymbolClassName: "fas fa-fw fa-",
		showLocation: false,
		displayRepeatingCountTitle: false,
		defaultRepeatingCountTitle: "",
		maxTitleLength: 25,
		maxLocationTitleLength: 25,
		wrapEvents: false, 
		wrapLocationEvents: false,
		maxTitleLines: 3,
		maxEventTitleLines: 3,
		fetchInterval: 60 * 60 * 1000, 
		animationSpeed: 2000,
		fade: true,
		fadePoint: 0.25, 
		urgency: 7,
		timeFormat: "relative",
		dateFormat: "MMM Do",
		dateEndFormat: "LT",
		fullDayEventDateFormat: "MMM Do",
		showEnd: false,
		showEndsOnlyWithDuration: false,
		getRelative: 6,
		hidePrivate: false,
		hideOngoing: false,
		hideTime: false,
		hideDuplicates: true,
		showTimeToday: false,
		colored: false,
		forceUseCurrentTime: false,
		tableClass: "small",
		calendars: [
			 {
				symbol: "calendar-alt",
				url: "https://www.calendarlabs.com/templates/ical/US-Holidays.ics"
		}
		],
		customEvents: [
			{ keyword: ".*", transform: { search: "De verjaardag van ", replace: "" } },
			{ keyword: ".*", transform: { search: "'s birthday", replace: "" } }
		],
		locationTitleReplace:  {
			"street ": ""
		},
		broadcastEvents: true,
		excludedEvents: [],
		sliceMultiDayEvents: false,
		broadcastPastEvents: false,
		nextDaysRelative: false,
		selfSignedCert: false,
		coloredText: false,
		coloredBorder: false,
		coloredSymbol: false,
		coloredBackground: false,
		limitDaysNeverSkip: false,
		flipDateHeaderTitle: false,
		updateOnFetch: true
		},
}
module.exports={defined_config,config};

</code></pre>
<p dir="auto">Thank You in advance</p>
]]></description><link>https://forum.magicmirror.builders/topic/19560/mmm-config-with-message-builder-encountered-a-problem-see-magicmirror-messages-for-info</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Apr 2026 02:19:06 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/19560.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 24 Mar 2025 02:02:04 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-Config with Message &quot;builder encountered a problem, see MagicMirror messages for info&quot; on Mon, 24 Mar 2025 04:20:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dphotograph" aria-label="Profile: dphotograph">@<bdi>dphotograph</bdi></a>  you can use that module again now</p>
<p dir="auto">in the MMM-Config folder do<br />
git pull<br />
then restart MagicMirror</p>
]]></description><link>https://forum.magicmirror.builders/post/125178</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125178</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 24 Mar 2025 04:20:05 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Config with Message &quot;builder encountered a problem, see MagicMirror messages for info&quot; on Mon, 24 Mar 2025 14:03:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dphotograph" aria-label="Profile: dphotograph">@<bdi>dphotograph</bdi></a> you should have seen this in the logs, MagicMirror<br />
startup messages</p>
<pre><code class="language-text">--------------------MMM-Config
module MMM-SteamPlaytime has an error in the construction of its defaults section
the error line is 		language: "---!config.languag"e
please change it to the literal value of the referenced variable
and restart MagicMirror
--------------------MMM-Config
</code></pre>
<p dir="auto">because you are using pm2, you will have to ask to display more lines of output than the default 15<br />
for example</p>
<pre><code>pm2 logs --lines=100 
</code></pre>
<p dir="auto">100 can be any number, default is last 15…</p>
]]></description><link>https://forum.magicmirror.builders/post/125177</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125177</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 24 Mar 2025 14:03:08 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Config with Message &quot;builder encountered a problem, see MagicMirror messages for info&quot; on Mon, 24 Mar 2025 03:37:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dphotograph" aria-label="Profile: dphotograph">@<bdi>dphotograph</bdi></a> did you install the modules thru the  MMM-Config installer?</p>
]]></description><link>https://forum.magicmirror.builders/post/125176</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125176</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 24 Mar 2025 03:37:38 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Config with Message &quot;builder encountered a problem, see MagicMirror messages for info&quot; on Mon, 24 Mar 2025 03:02:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dphotograph" aria-label="Profile: dphotograph">@<bdi>dphotograph</bdi></a> thanks the discovery of all the module config contents is pretty tricky</p>
<p dir="auto">ill look at this shortly</p>
]]></description><link>https://forum.magicmirror.builders/post/125175</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125175</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 24 Mar 2025 03:02:32 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Config with Message &quot;builder encountered a problem, see MagicMirror messages for info&quot; on Mon, 24 Mar 2025 02:55:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a></p>
<p dir="auto">i just removed the Steam Playtime from MM now it is back to normal :-)</p>
<p dir="auto">i think i can live without it ;-)</p>
<p dir="auto">But really! Thank You for the help to indentify the Problem :-)</p>
]]></description><link>https://forum.magicmirror.builders/post/125173</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125173</guid><dc:creator><![CDATA[dphotograph]]></dc:creator><pubDate>Mon, 24 Mar 2025 02:55:23 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Config with Message &quot;builder encountered a problem, see MagicMirror messages for info&quot; on Mon, 24 Mar 2025 02:49:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a></p>
<p dir="auto">i think the last ones are</p>
<p dir="auto">MMM_homeassistant_sensors<br />
MMM_HomeAssistantDisplay<br />
MMM_SteamPlaytime</p>
<p dir="auto">Unfortunately, I was too impatient and installed three modules at once.<br />
Typical beginner’s mistake</p>
]]></description><link>https://forum.magicmirror.builders/post/125174</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125174</guid><dc:creator><![CDATA[dphotograph]]></dc:creator><pubDate>Mon, 24 Mar 2025 02:49:16 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Config with Message &quot;builder encountered a problem, see MagicMirror messages for info&quot; on Mon, 24 Mar 2025 14:00:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dphotograph" aria-label="Profile: dphotograph">@<bdi>dphotograph</bdi></a>  also, do you know the rough change you made last?  installed a module?</p>
]]></description><link>https://forum.magicmirror.builders/post/125171</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125171</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 24 Mar 2025 14:00:05 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Config with Message &quot;builder encountered a problem, see MagicMirror messages for info&quot; on Mon, 24 Mar 2025 02:45:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> Hello</p>
<p dir="auto">Thank You for the fast response<br />
it looks like there is a typo in the defaults file</p>
<pre><code>node -c defaults_17951887168800.js
/home/Admin/MagicMirror/modules/MMM-Config/defaults_17951887168800.js:69
                language: "---!config.languag"e
                                              ^

SyntaxError: Unexpected identifier 'e'
    at wrapSafe (node:internal/modules/cjs/loader:1378:20)
    at checkSyntax (node:internal/main/check_syntax:78:3)

Node.js v20.18.1

</code></pre>
<p dir="auto">in the line 69 is this</p>
<pre><code>		language: "---!config.languag"e
</code></pre>
<p dir="auto">But now that i now that can i change this my self?<br />
if i change it myself, on the next restart “pm2 restart 0” it is back to the typo :-O</p>
<p dir="auto">Thank you</p>
]]></description><link>https://forum.magicmirror.builders/post/125172</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125172</guid><dc:creator><![CDATA[dphotograph]]></dc:creator><pubDate>Mon, 24 Mar 2025 02:45:41 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Config with Message &quot;builder encountered a problem, see MagicMirror messages for info&quot; on Mon, 24 Mar 2025 02:34:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dphotograph" aria-label="Profile: dphotograph">@<bdi>dphotograph</bdi></a>  i am not near my system for a couple hours</p>
<p dir="auto">but you could try one test</p>
<p dir="auto">in the MMM-Config folder do</p>
<p dir="auto">node -c   xxx</p>
<p dir="auto">xxx is that defaults filename</p>
<p dir="auto">if all is good you should get no results, and back to the prompt<br />
i don’t See anything quick look</p>
]]></description><link>https://forum.magicmirror.builders/post/125170</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125170</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 24 Mar 2025 02:34:06 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Config with Message &quot;builder encountered a problem, see MagicMirror messages for info&quot; on Mon, 24 Mar 2025 02:15:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dphotograph" aria-label="Profile: dphotograph">@<bdi>dphotograph</bdi></a> can you show the rest of the  startup messages please</p>
]]></description><link>https://forum.magicmirror.builders/post/125169</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125169</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 24 Mar 2025 02:15:24 GMT</pubDate></item></channel></rss>