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 874 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.
    • S Offline
      sdetweil @mrsmith81
      last edited by

      @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

        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 Reply Quote 0
        • S Offline
          sdetweil @Xsoldier2000
          last edited by sdetweil

          @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 Reply Quote 0
          • S Offline
            sdetweil @mrsmith81
            last edited by

            @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 Reply Quote 0
            • X Offline
              Xsoldier2000 @sdetweil
              last edited by

              @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 Reply Quote 0
              • S Offline
                sdetweil @Xsoldier2000
                last edited by

                @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

                  @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 Reply Quote 0
                  • S Offline
                    sdetweil @mrsmith81
                    last edited by

                    @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
                    • 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