<?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-CalendarExt3Journal not displaying]]></title><description><![CDATA[<p dir="auto">I am unable to get the Journal module to work at all. I am running CalendarExt3 fine now with all my calendars feeding in properly, but the Journal shows nothing. I’ve gone through the tutorial for the submodule update, but that did not help. I’m running the “normal” configuration as follows:</p>
<pre><code> module: "MMM-CalendarExt3Journal",
  position: "bottom_bar",
  config: {
    height: '50vh',
    width: '100%',
    staticWeek: true,
    staticTime: true,
    hourLength: 14,
    beginHour:  6,
    calendarSet: [],
  }
</code></pre>
<p dir="auto">Any hints would be greatly appreciated.</p>
]]></description><link>https://forum.magicmirror.builders/topic/18536/mmm-calendarext3journal-not-displaying</link><generator>RSS for Node</generator><lastBuildDate>Sun, 07 Jun 2026 20:41:04 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/18536.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 27 Feb 2024 05:45:18 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-CalendarExt3Journal not displaying on Thu, 25 Apr 2024 04:31:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mmrize" aria-label="Profile: MMRIZE">@<bdi>MMRIZE</bdi></a><br />
Syntax strikes again. I had the variable as hourlength vice hourLength. Also, I had CX3J and the newsfeed module both along the bottom bar. I moved CX3J up to the lower third and all is displaying right. Now I just want to do some tweaks to the css file for formatting. Thanks again for all your help and the great modules.</p>
]]></description><link>https://forum.magicmirror.builders/post/117266</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/117266</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Thu, 25 Apr 2024 04:31:58 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Journal not displaying on Wed, 24 Apr 2024 15:57:49 GMT]]></title><description><![CDATA[<p dir="auto">@jlward73<br />
Default <code>hourLength</code> is 4, so it seems your config is missing or mistyping that value.</p>
]]></description><link>https://forum.magicmirror.builders/post/117260</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/117260</guid><dc:creator><![CDATA[MMRIZE]]></dc:creator><pubDate>Wed, 24 Apr 2024 15:57:49 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Journal not displaying on Wed, 24 Apr 2024 14:30:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mmrize" aria-label="Profile: MMRIZE">@<bdi>MMRIZE</bdi></a> That’s pretty much the same configuration I have. It’s the same config as I had at the beginning of the post except I changed the hours to start at 0700 and go for 12 hours. I don’t understand why my individual hours are so tall compared to yours.  I thought, if you increase the hourLength, it would adjust the individual hours to fit within the 50vh limit. Am I missing something, or do I need to take a look at the front-end log?</p>
]]></description><link>https://forum.magicmirror.builders/post/117258</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/117258</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Wed, 24 Apr 2024 14:30:43 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Journal not displaying on Wed, 24 Apr 2024 12:30:22 GMT]]></title><description><![CDATA[<p dir="auto">@jlward73<br />
<img src="/assets/uploads/files/1713961732062-a8b64388-2476-43c9-8b52-6be10f1597a1-image.png" alt="a8b64388-2476-43c9-8b52-6be10f1597a1-image.png" class=" img-fluid img-markdown" /></p>
<pre><code class="language-js">/* config/config.js */

{
	module: "MMM-CalendarExt3Journal",
	position: "bottom_bar",
	config: {
		height: '50vh', // Half of the screen
		hourLength: 12, // Display 12 hours
		beginHour: 7, // From 7 o'clock
		staticWeek: true, // Since Monday
		days: 7, // For 7 days
	}
},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/117256</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/117256</guid><dc:creator><![CDATA[MMRIZE]]></dc:creator><pubDate>Wed, 24 Apr 2024 12:30:22 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Journal not displaying on Wed, 24 Apr 2024 03:59:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mmrize" aria-label="Profile: MMRIZE">@<bdi>MMRIZE</bdi></a><br />
I took it down to what you said and the journal displayed, but not as I expected and that may be the root of the problem. It looks like the individual calendars load up properly, but the height of each hour is too much. As a starting point, I had the calendar starting at 0700 and going for 12 hours, but (provided I uploaded the image properly), it cuts off just before 1100. I could probably experiment with the config or css file, but you would probably know right off the top of your head.</p>
<p dir="auto"><img src="/assets/uploads/files/1713931155714-img_4490-resized.jpg" alt="IMG_4490.jpg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/117255</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/117255</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Wed, 24 Apr 2024 03:59:29 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Journal not displaying on Tue, 23 Apr 2024 13:59:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mmrize" aria-label="Profile: MMRIZE">@<bdi>MMRIZE</bdi></a> I got Buttons working, so just need to focus on CX3J. Let me take it down to just the basics like you say and I will see what shakes out.  Thanks.</p>
]]></description><link>https://forum.magicmirror.builders/post/117241</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/117241</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Tue, 23 Apr 2024 13:59:41 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Journal not displaying on Tue, 23 Apr 2024 13:22:59 GMT]]></title><description><![CDATA[<p dir="auto">@jlward73<br />
Let’s make things simpler.<br />
What is your current major problem. CX3J is not showing? Or Button is not working?<br />
Solve it one-by-one.</p>
<p dir="auto">If your issue is about Button, create a new post about it. You don’t have to mention CX3J not to make things complex. Only focus on the Button’s work (and its notification maybe.)</p>
<p dir="auto">If your issue is CX3J’s working, Forget Button things.<br />
Backup your current config then remove all other modules from config except <code>clock</code>, <code>calendar</code>, <code>MMM-CalendarExt3Journal</code>. Then execute MM.<br />
Show me the whole front-end log.</p>
]]></description><link>https://forum.magicmirror.builders/post/117240</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/117240</guid><dc:creator><![CDATA[MMRIZE]]></dc:creator><pubDate>Tue, 23 Apr 2024 13:22:59 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Journal not displaying on Tue, 23 Apr 2024 12:20:09 GMT]]></title><description><![CDATA[<p dir="auto">@jlward73 view notifications</p>
<p dir="auto">all the config is optional, so it should display every notification and there are a lot of them</p>
]]></description><link>https://forum.magicmirror.builders/post/117231</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/117231</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 23 Apr 2024 12:20:09 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Journal not displaying on Tue, 23 Apr 2024 03:44: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> I tried using ViewNotifications before while I was troubleshooting MMM-Buttons, but could not get anything to show up. I can try it again, but what notifications would be sent regarding CX3Journal not showing up?</p>
]]></description><link>https://forum.magicmirror.builders/post/117229</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/117229</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Tue, 23 Apr 2024 03:44:16 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Journal not displaying on Sat, 20 Apr 2024 02:43:37 GMT]]></title><description><![CDATA[<p dir="auto">@jlward73 this module may help you cause it will report the notifications</p>
<p dir="auto"><a href="https://github.com/glitch452/MMM-ViewNotifications" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/glitch452/MMM-ViewNotifications</a></p>
]]></description><link>https://forum.magicmirror.builders/post/117151</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/117151</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 20 Apr 2024 02:43:37 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Journal not displaying on Sat, 20 Apr 2024 01:54:49 GMT]]></title><description><![CDATA[<p dir="auto">I know this has been dormant a while, but I had to fix the issue with my buttons not working with Carousel. I pulled up the front-end log, but not sure what to look for. I did not see any blaring errors associated with the Journal. Most of my errors were with Key Bindings which I don’t think I am really using at all, so may remove it.  Is there something in particular that should stand out to me?</p>
]]></description><link>https://forum.magicmirror.builders/post/117150</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/117150</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Sat, 20 Apr 2024 01:54:49 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Journal not displaying on Wed, 28 Feb 2024 13:46:24 GMT]]></title><description><![CDATA[<p dir="auto">@jlward73<br />
Perhaps,… Are you place CX3 and CX3J to same region? Overflow may happens so the module locates out of screen… Just a guess.</p>
]]></description><link>https://forum.magicmirror.builders/post/115970</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/115970</guid><dc:creator><![CDATA[MMRIZE]]></dc:creator><pubDate>Wed, 28 Feb 2024 13:46:24 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Journal not displaying on Wed, 28 Feb 2024 05:02:11 GMT]]></title><description><![CDATA[<p dir="auto">It is not showing anything at all. No events, no empty calendar. . . completely blank. That’s what’s really confusing since the CalendarExt3 module I have is working just fine. I just want to be able to use Journal to show the current week in more detail. I will try to send you the front-end log tomorrow.</p>
]]></description><link>https://forum.magicmirror.builders/post/115969</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/115969</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Wed, 28 Feb 2024 05:02:11 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Journal not displaying on Tue, 27 Feb 2024 13:13:58 GMT]]></title><description><![CDATA[<p dir="auto">@jlward73<br />
What do you mean <code>shows nothing</code> ? Is the module itself not showing anything else(even if an empty time table frame)? Or events are not showing?<br />
Your config itself seems nothing wrong.<br />
<img src="/assets/uploads/files/1709039519960-9652e7c1-7402-4112-85b0-bf540c92c560-image-resized.png" alt="9652e7c1-7402-4112-85b0-bf540c92c560-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><code>calendarSet: []</code> means <code>all calendars</code>, so it is OK.</p>
<p dir="auto">Could you show me your front-end log? (With <kbd>Ctrl+Shift+i</kbd>)</p>
]]></description><link>https://forum.magicmirror.builders/post/115961</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/115961</guid><dc:creator><![CDATA[MMRIZE]]></dc:creator><pubDate>Tue, 27 Feb 2024 13:13:58 GMT</pubDate></item></channel></rss>