• 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

Scheduled Pinned Locked Moved Utilities
484 Posts 82 Posters 666.7k Views 82 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
    justbob
    last edited by justbob May 26, 2023, 12:19 AM May 26, 2023, 12:19 AM

    @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 Jul 3, 2023, 4:29 PM

      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 Jul 3, 2023, 11:07 PM Reply Quote 0
      • M Offline
        MMRIZE @gonzonia
        last edited by Jul 3, 2023, 11:07 PM

        @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 Jul 3, 2023, 11:10 PM

          @gonzonia
          Can you send me the calendars and your config? (eouia0819@gmail.com)

          1 Reply Last reply Reply Quote 0
          • G Offline
            gonzonia
            last edited by Jul 4, 2023, 2:22 PM

            @MMRIZE said in MMM-CalendarExt2:

            Can you send me the calendars and your config? (eouia0819@gmail.com)

            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 Jul 4, 2023, 2:34 PM Reply Quote 0
            • M Offline
              MMRIZE @gonzonia
              last edited by Jul 4, 2023, 2:34 PM

              @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
              • S Offline
                sdetweil @gonzonia
                last edited by Jul 4, 2023, 2:49 PM

                @gonzonia all calendarext? modules belong to @MMRIZE

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                G 1 Reply Last reply Jul 4, 2023, 5:31 PM Reply Quote 0
                • G Offline
                  gonzonia @sdetweil
                  last edited by Jul 4, 2023, 5:31 PM

                  @sdetweil Thanks

                  @MMRIZE MMM-Scenes is probably closer to what I’m looking for.
                  Currently I have 3 views in CalendarExt2.

                  1. Family Calendar (this includes multiple calendars for the whole family)
                  2. Kid 1 Calendar (this is multiple calendars for Kid 1 like school events, homework, and scheduled appointments)
                  3. Kid 2 Calendar (this is multiple calendars for Kid 1 like school events, homework, and scheduled appointments)

                  In addition along with each view I show a Daily Agenda for each kid which when it’s not summer shows their schedule for the day. (their school schedule isn’t the same each day)

                  I use MMM-Buttons to be able to cycle through the pages/views on demand (it also cycles on a time delay as well, but sometimes you need to get to one of them immediately).

                  1 Reply Last reply Reply Quote 0
                  • R Offline
                    Robtrowb
                    last edited by Nov 20, 2023, 12:24 AM

                    Screen Shot 2023-11-17 at 8.21.19 AM.png

                    How do I limit the space between days and make the font bigger? When I make the font larger, I can’t figure out how the make the boxes larger also.

                    This is my config file

                    views: [
                    {
                    mode: “daily”,
                    maxitems: “7”,
                    name: “VIEW1”,
                    timeFormat:“h:mm A”,
                    slotCount: 7,
                    calendars: [],
                    type: “row”,
                    position: “bottom_bar”,

                      },
                    ],
                    scenes: [
                      {
                        name: "DEFAULT",
                      },
                    ],
                    

                    },
                    },

                    M 1 Reply Last reply Nov 20, 2023, 7:30 AM Reply Quote 0
                    • M Offline
                      MMRIZE @Robtrowb
                      last edited by Nov 20, 2023, 7:30 AM

                      @Robtrowb
                      https://github.com/MMM-CalendarExt2/MMM-CalendarExt2/blob/main/docs/Styling.md#some-default-sizes

                      However, not only font-size matters whole looks. You may need to override many CSS fields of MMM-CalendarExt2.css in your css/custom.css.

                      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