• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

MMM-CalendarExt3Journal not displaying

Scheduled Pinned Locked Moved Solved Troubleshooting
15 Posts 3 Posters 2.2k Views 3 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    jlward73 @MMRIZE
    last edited by Apr 24, 2024, 3:59 AM

    @MMRIZE
    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.

    IMG_4490.jpg

    M 1 Reply Last reply Apr 24, 2024, 12:29 PM Reply Quote 0
    • M Offline
      MMRIZE @jlward73
      last edited by MMRIZE Apr 24, 2024, 12:30 PM Apr 24, 2024, 12:29 PM

      @jlward73
      a8b64388-2476-43c9-8b52-6be10f1597a1-image.png

      /* 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
      	}
      },
      
      J 1 Reply Last reply Apr 24, 2024, 2:30 PM Reply Quote 0
      • J Offline
        jlward73 @MMRIZE
        last edited by Apr 24, 2024, 2:30 PM

        @MMRIZE 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?

        M 1 Reply Last reply Apr 24, 2024, 3:53 PM Reply Quote 0
        • M Offline
          MMRIZE @jlward73
          last edited by MMRIZE Apr 24, 2024, 3:57 PM Apr 24, 2024, 3:53 PM

          @jlward73
          Default hourLength is 4, so it seems your config is missing or mistyping that value.

          J 1 Reply Last reply Apr 25, 2024, 4:31 AM Reply Quote 0
          • J Offline
            jlward73 @MMRIZE
            last edited by Apr 25, 2024, 4:31 AM

            @MMRIZE
            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.

            1 Reply Last reply Reply Quote 0
            • S sdetweil has marked this topic as solved on Apr 25, 2024, 12:14 PM
            • 1
            • 2
            • 2 / 2
            2 / 2
            • First post
              11/15
              Last post
            Enjoying MagicMirror? Please consider a donation!
            MagicMirror created by Michael Teeuw.
            Forum managed by Sam, technical setup by Karsten.
            This forum is using NodeBB as its core | Contributors
            Contact | Privacy Policy