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

    Scheduled Pinned Locked Moved Utilities
    486 Posts 83 Posters 685.8k Views 83 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.
    • F Offline
      fedale @sdetweil
      last edited by

      @sdetweil okay thanks. I did not know that.

      1 Reply Last reply Reply Quote 0
      • J Offline
        justbob
        last edited by justbob

        How can I make the calendar show more than two lines of text for each event?

        I’ve had start and end times set up, but that would leave room for a few letters and it would look like:
        ‘08:00-09:30 Ext…’

        Then I’ve used this:
        .CX2 .weekSlot .event:not(.fullday) .eventMain {
        height: auto;
        flex-wrap: wrap;
        flex-grow: 0;
        overflow: visible;
        }

        and it allowed me to have time in one row, and text in another, however if the text alone is more than what could be fit in a single row, again I get 3 dots instead of having the box adjust to the size of the text.

        It would look like this:
        ‘08:00-09:30
        Extended line of t…’

        Also, whenever I have two enlarged boxes in the same day, the second one would partially go over the previous one, as if the previous one wasn’t enlarged.

        Any ideas how I could solve these two issues?

        BKeyportB M 2 Replies Last reply Reply Quote 0
        • BKeyportB Offline
          BKeyport Module Developer @justbob
          last edited by

          @justbob I’d switch to CX3agenda, to be honest. Much better.

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

          1 Reply Last reply Reply Quote 0
          • M Offline
            MMRIZE @justbob
            last edited by MMRIZE

            @justbob
            That module doesn’t be designed like that. Of course, a heavy tweak of CSS could be the solution, but not recommended.

            First, unpretty.
            Second, The purpose of the module is to glance at outlines at once. Multi lines are not so easy to scan. I recommend transforming the title abbreviately or using color/symbol to distinguish the points rapidly.
            Third, technically not so easy to align the event cells with different lines(heights) in the same row. To accomplish it, that will inevitably waste space. So I haven’t designed so.

            1 Reply Last reply Reply Quote 0
            • J Offline
              justbob
              last edited by justbob

              @MMRIZE @BKeyport

              I prefer functionality over looks, and CX3agenda doesn’t satisfy my wants and needs.

              I want a calendar which shows a month and a half in advance, and which shows all the events in a single calendar. Having those in a list is both harder for me to follow-up on and find the gaps.

              I’ve given a thought to CalendarExt3, and while I like the idea behind it (to make it more simple for regular Joe, as Ext2 “is too complicated”), I’ve got a feeling that it has less features and because of it’s simplicity lacks all the customization options that Ext2 has. Am I right?

              As for space wasted, I assume you meant that if one day has, lets say 5 events, and other none, there would basically be a lot of space unused (as in, a lot of empty squares being “empty”, but taking the space anyway)? If so, I really don’t care about that, rather, I prefer it that way.

              I don’t want to just glance at it, I want it to be as informative as possible, to help me build my future schedules and plan events. Some events simply need explanation, because one word or shorting that one word won’t cut it.

              So, with all that said, does anyone knows of a way to make it work as I imagined?

              1 Reply Last reply Reply Quote 0
              • G Offline
                gonzonia @Guest
                last edited by

                I know this module is inactive as @MMRIZE has moved on to CalendarExt3 but I’m hoping someone can point me where to look.

                I hadn’t swapped because I was using some functionality in CalendarExt2 that I’m not sure is available in CalendarExt3. (multiple views, weekly and daily calendars)

                With the latest update though my calendars aren’t loading. The module isn’t even appearing on screen despite no errors in the log.

                M 2 Replies Last reply Reply Quote 0
                • M Offline
                  MMRIZE @gonzonia
                  last edited by

                  @gonzonia I’ll look inside tomorrow. Today I was in GNR live with my daughter so have no energy anymore. (Love & peace!)

                  1 Reply Last reply Reply Quote 0
                  • M Offline
                    MMRIZE @gonzonia
                    last edited by

                    @gonzonia
                    Can you send me the calendars and your config? ([email protected])

                    1 Reply Last reply Reply Quote 0
                    • G Offline
                      gonzonia
                      last edited by

                      @MMRIZE said in MMM-CalendarExt2:

                      Can you send me the calendars and your config? ([email protected])

                      I actually got it working. I needed to do

                      npm install request
                      

                      It started working after that. I’m working on setting up another Pi and I’m going to see if I can get CalendarExt3 working in a way that works for what I want it to do. I saw @sdetweil had an CalendarExt3Agenda module that might help. I think I just need to figure out the Views and paging between to move forward to CalendarExt3.

                      M S 2 Replies Last reply Reply Quote 0
                      • M Offline
                        MMRIZE @gonzonia
                        last edited by

                        @gonzonia
                        I think your transfer would be possible (even though not perfectly)

                        • Daily/Upcoming/Current view => MMM-CalendarExt3Agenda would be an alternative.

                        • Multiple views => You can just put the module multiple times in the config.js. No need to duplicate the module and rename it. You can put many times this CX3 module anywhere where you want. (CX3A Also be the same.)

                        • Paging => So you can just put this month CX3 instance in page1 and +1 month CX3 instance in page2 under your favorite paging module. (PR: I also have my own paging modules. MMM-Scenes is that. If you have interests just check it.)

                        • Or you can glance other periods (e.g. +3 weeks, -1 months) with notification.

                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 45
                        • 46
                        • 47
                        • 48
                        • 49
                        • 48 / 49
                        • First post
                          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
                          OSZAR »