<?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[Not all events have a background color]]></title><description><![CDATA[<p dir="auto">Not all my events have a background color.  I am using the below code and MMM-CalendarExt3.  Any help would be appreciated.</p>
<p dir="auto"><img src="/assets/uploads/files/1760040019207-81959ed9-9ca5-4ff4-bb18-10149fa773a3-image.png" alt="81959ed9-9ca5-4ff4-bb18-10149fa773a3-image.png" class=" img-fluid img-markdown" /></p>
<pre><code>{
			module: "calendar",
			header: "Calendar",
			position: "top_left",
			config: {
				calendars: [
					{
						fetchInterval: 7 * 24 * 60 * 60 * 1000,
						url: "https://ics.calendarlabs.com/76/mm3137/US_Holidays.ics",
						color: "green",
						name: "US Holidays",
						symbol: "plane"
					},
					{
						fetchInterval: 7 * 24 * 60 * 60 * 1000,
						url: "https://calendar.google.com/calendar/icalxxx.ics",
						color: "pink",
						name: "J's calendar",
						symbol: "face-smile"
					},
					{
						fetchInterval: 7 * 24 * 60 * 60 * 1000,
						url: "https://calendar.google.com/calendar/ical/xxx.ics",
						color: "blue",
						name: "K's calendar",
						symbol: "person-digging"
					},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/19911/not-all-events-have-a-background-color</link><generator>RSS for Node</generator><lastBuildDate>Tue, 16 Jun 2026 00:23:40 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/19911.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 09 Oct 2025 20:05:07 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Not all events have a background color on Thu, 09 Oct 2025 23:20:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ken.saut" aria-label="Profile: ken.saut">@<bdi>ken.saut</bdi></a> yes, the value in the calendar entry is bgColor , if not specified, you get white</p>
<p dir="auto">color is text and symbol<br />
bgColor is background</p>
<p dir="auto">look at the doc (linked in the menu above)</p>
<p dir="auto"><img src="/assets/uploads/files/1760051846654-screenshot-at-2025-10-09-18-17-04.png" alt="Screenshot at 2025-10-09 18-17-04.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">doc in menu<br />
<img src="/assets/uploads/files/1760052025936-screenshot-at-2025-10-09-18-19-56.png" alt="Screenshot at 2025-10-09 18-19-56.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/128536</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/128536</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 09 Oct 2025 23:20:30 GMT</pubDate></item><item><title><![CDATA[Reply to Not all events have a background color on Thu, 09 Oct 2025 23:09:22 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>, that didn’t quite help.  If I make coloredBackground true in .js, the events are whited out.</p>
]]></description><link>https://forum.magicmirror.builders/post/128535</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/128535</guid><dc:creator><![CDATA[ken.saut]]></dc:creator><pubDate>Thu, 09 Oct 2025 23:09:22 GMT</pubDate></item><item><title><![CDATA[Reply to Not all events have a background color on Thu, 09 Oct 2025 21:52:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ken.saut" aria-label="Profile: ken.saut">@<bdi>ken.saut</bdi></a> said in <a href="/post/128532">Not all events have a background color</a>:</p>
<blockquote>
<p dir="auto">config: {<br />
calendars: [</p>
</blockquote>
<p dir="auto">there are parameters that turn on color between those two <img src="/assets/uploads/files/1760046727047-screenshot-at-2025-10-09-16-51-50.png" alt="Screenshot at 2025-10-09 16-51-50.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/128533</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/128533</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 09 Oct 2025 21:52:11 GMT</pubDate></item></channel></rss>