• 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-CalendarExt2 showing daily in columns

Scheduled Pinned Locked Moved Troubleshooting
8 Posts 3 Posters 1.1k 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.
  • C Offline
    chris_d
    last edited by chris_d Jun 16, 2021, 1:14 PM Jun 16, 2021, 1:13 PM

    I’ve had a good look round and a play with the different views.
    I’m really wanting a daily view where each day is a column of information, very much like the example for MMM-CalendarExt.
    When I use the daily view for MMM-CalendarExt2 it stacks the days on top of each other, see image.
    alt text

    How can I get them to be next to each other?

    B 1 Reply Last reply Jun 16, 2021, 7:25 PM Reply Quote 0
    • B Offline
      BKeyport Module Developer @chris_d
      last edited by Jun 16, 2021, 7:25 PM

      @chris_d This module is on life support. The author abandoned MagicMirror - however, as I maintain one of his projects, I have a bit of insight into how he does things - the control over how things are displayed is almost 100% CSS.

      Look into the module’s css file for clues.

      Hopefully, we can get someone who is good with CSS to help you.

      The "E" in "Javascript" stands for "Easy"

      1 Reply Last reply Reply Quote 0
      • E Offline
        Ellings3n
        last edited by Ellings3n Jun 17, 2021, 8:03 AM Jun 17, 2021, 8:00 AM

        Greetings :)

        New to Magicmirror but I found some example code in the author’s module folder that did the job for me at least.
        Link: MMM-CalendarExt2

        If you scroll down on the page, you will find the code for config and css changes.

        In theory the following lines to daily view config should fix it for you I guess(did for me):

        type: "row",
        slotCount: "5",
        
        C 1 Reply Last reply Jun 21, 2021, 10:38 AM Reply Quote 0
        • C Offline
          chris_d @Ellings3n
          last edited by Jun 21, 2021, 10:38 AM

          @ellings3n said in MMM-CalendarExt2 showing daily in columns:

          type: “row”,

          Greetings indeed :-)
          That has worked great thank you.
          I had some formatting issues, but I was trying to constrain it into the wrong region, now fixed.!

          I’ve run into another issue, in that it’s stopped displaying events “today”
          In the example screenshot here, there should be three events. The calendars are displaying events on other days.
          alt text
          Any ideas why “today” is not displaying?

          E 1 Reply Last reply Jun 21, 2021, 4:27 PM Reply Quote 0
          • E Offline
            Ellings3n @chris_d
            last edited by Ellings3n Jun 21, 2021, 4:27 PM Jun 21, 2021, 4:27 PM

            @chris_d

            Good to see that everything worked out in the end! :)

            Regards your new problem, I’m as clueless as you :(
            I use the same view (with no issues) so I’ll post my config in case I have something different settings then you:

            name: "Oversikt",
            mode: "daily",
            type: "row",
            position: "bottom_bar",
            slotCount: "5",
            locale: "en",
            hideOverflow: false,
            filterPassedEvent: true,
            calendars: ["Aktiviteter","Mat"],
            
            • Ellings3n
            1 Reply Last reply Reply Quote 0
            • C Offline
              chris_d
              last edited by chris_d Jun 22, 2021, 6:59 AM Jun 22, 2021, 6:57 AM

              @ellings3n said in MMM-CalendarExt2 showing daily in columns:

              then you:

              Thanks.
              In an interesting development today the “today” section now has content but the “Saturday” content is blank, so it’s something to do with the number of columns. Will plug away at it and see if I can sort it.
              If I add a slotCount: “6”, I get the 6th column, but the 5th is still blank.
              Most strange…

              C 1 Reply Last reply Jun 23, 2021, 6:59 AM Reply Quote 0
              • C Offline
                chris_d @chris_d
                last edited by Jun 23, 2021, 6:59 AM

                @chris_d And just to report that todays “shuffle” has resolved the issue.
                No idea what was going on there, possibly some caching. but I now have things working great. Thanks all.

                B 1 Reply Last reply Jun 23, 2021, 6:43 PM Reply Quote 0
                • B Offline
                  BKeyport Module Developer @chris_d
                  last edited by Jun 23, 2021, 6:43 PM

                  @chris_d Sometimes little bugs like that happen. Usually, it just takes a refresh to fix.

                  Glad to see it’s working.

                  The "E" in "Javascript" stands for "Easy"

                  1 Reply Last reply Reply Quote 0
                  • 1 / 1
                  1 / 1
                  • First post
                    5/8
                    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