<?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[Reboot black screen]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I’m having an issue where my calendar times out about 24 hours and I have to either manually refresh the screen or reboot the system. I opted to setup a cron job that will reboot every morning. The only problem is now when it reboots sometimes it just boots to a black screen and if I do a manually refresh it refreshes the screen and everything is good until the next morning.</p>
<p dir="auto">Thanks,</p>
]]></description><link>https://forum.magicmirror.builders/topic/7479/reboot-black-screen</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Apr 2026 21:20:17 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/7479.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 25 Jun 2018 14:35:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Reboot black screen on Wed, 27 Jun 2018 17:21:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/justjim1220" aria-label="Profile: justjim1220">@<bdi>justjim1220</bdi></a> , here is my calendar config. Hopefully this helps.</p>
<pre><code>	{
		module: "calendar",
		header: "Family",
		position: "top_left",
		config: {
	calendars: [
		{
			url: 'https://xxxxxxx:port/caldav/xxxxxxxx/eopscxu/',
			symbol: 'calendar',
			auth: {
			    user: 'username',
			    pass: 'password',
			    method: 'basic'
			}
		},
	]
		}
	},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/40888</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/40888</guid><dc:creator><![CDATA[jtmoore81]]></dc:creator><pubDate>Wed, 27 Jun 2018 17:21:08 GMT</pubDate></item><item><title><![CDATA[Reply to Reboot black screen on Mon, 25 Jun 2018 21:26:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jtmoore81" aria-label="Profile: jtmoore81">@<bdi>jtmoore81</bdi></a></p>
<p dir="auto">probably need to see your entry for the calendar in your config.js file…</p>
<p dir="auto">hide your personal info before posting it.</p>
]]></description><link>https://forum.magicmirror.builders/post/40822</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/40822</guid><dc:creator><![CDATA[justjim1220]]></dc:creator><pubDate>Mon, 25 Jun 2018 21:26:32 GMT</pubDate></item></channel></rss>