• 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-CalendarExt3 always displays previous week

Scheduled Pinned Locked Moved Solved Troubleshooting
9 Posts 3 Posters 485 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.
  • M Offline
    mrsmith81
    last edited by Jan 28, 2025, 2:10 AM

    Hi,
    I’m using MMM-CalendarExt3 to post our family calendar. I would like to display the current week along with the next 2 weeks. Whenever I set mode to week, the previous week always displays first, no matter what I set the week index to. Is there a setting I’m missing that is over riding this? Thanks for the help.

    S 2 Replies Last reply Jan 28, 2025, 2:32 AM Reply Quote 0
    • X Offline
      Xsoldier2000 @sdetweil
      last edited by Feb 4, 2025, 4:23 AM

      @sdetweil said in MMM-CalendarExt3 always displays previous week:

      @Xsoldier2000 @mrsmith81

      weekIndex defaults to -1 (last week)

      IMG_0716.png

      sigh, thank you!

      S 1 Reply Last reply Feb 4, 2025, 11:17 AM Reply Quote 0
      • S Offline
        sdetweil @mrsmith81
        last edited by Jan 28, 2025, 2:32 AM

        @mrsmith81 can you show the ext3 module config

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • X Offline
          Xsoldier2000
          last edited by Jan 31, 2025, 1:56 PM

          While I’m not OP, I’m having the same issue. My config is below. Today is 1/31, but with the config as is, when I run pm2 start MM, it displays last week (Jan 19th thru the 25th).
          {
          module: “MMM-CalendarExt3”,
          position: “top_bar”,
          title: “”,
          config: {
          mode: “week”,
          instanceId: “WeekCalendar”,
          weeksInView:1,
          maxEventLines: 6,
          firstDayOfWeek: 0,
          calendarSet: [],
          useWeather: false,
          fontSize: “22px”,
          eventHeight: “26px”,
          }
          },

          S 1 Reply Last reply Jan 31, 2025, 2:35 PM Reply Quote 0
          • S Offline
            sdetweil @Xsoldier2000
            last edited by sdetweil Jan 31, 2025, 2:36 PM Jan 31, 2025, 2:35 PM

            @Xsoldier2000 @mrsmith81

            weekIndex defaults to -1 (last week)

            IMG_0716.png

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            X 1 Reply Last reply Feb 4, 2025, 4:23 AM Reply Quote 0
            • S Offline
              sdetweil @mrsmith81
              last edited by Jan 31, 2025, 2:37 PM

              @mrsmith81 MagicMirror is case sensitive,

              weekIndex is not the same as weekindex

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              M 1 Reply Last reply Feb 4, 2025, 11:23 PM Reply Quote 0
              • X Offline
                Xsoldier2000 @sdetweil
                last edited by Feb 4, 2025, 4:23 AM

                @sdetweil said in MMM-CalendarExt3 always displays previous week:

                @Xsoldier2000 @mrsmith81

                weekIndex defaults to -1 (last week)

                IMG_0716.png

                sigh, thank you!

                S 1 Reply Last reply Feb 4, 2025, 11:17 AM Reply Quote 0
                • S Offline
                  sdetweil @Xsoldier2000
                  last edited by Feb 4, 2025, 11:17 AM

                  @Xsoldier2000 so you need to put it into the config as 0
                  weekIndex :0,

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  1 Reply Last reply Reply Quote 0
                  • M Offline
                    mrsmith81 @sdetweil
                    last edited by Feb 4, 2025, 11:23 PM

                    @sdetweil Thank you! I was out of town so was just home and able to get into the coffee and this is exactly the problem.

                    S 1 Reply Last reply Feb 4, 2025, 11:31 PM Reply Quote 0
                    • S Offline
                      sdetweil @mrsmith81
                      last edited by Feb 4, 2025, 11:31 PM

                      @mrsmith81 and the fix

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      1 Reply Last reply Reply Quote 0
                      • S sdetweil has marked this topic as solved on Feb 12, 2025, 2:20 PM
                      • 1 / 1
                      • 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