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.

    Version 2.30.0 Calendar fix for clipping broadcast events

    Scheduled Pinned Locked Moved Solved Troubleshooting
    67 Posts 10 Posters 32.0k Views 10 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.
    • A Offline
      angeliKITTYx @sdetweil
      last edited by

      @sdetweil I used the command on the MM documents page

      git pull && npm run install-mm
      

      But I always had to remove the package-lock.json and package.json too

      S A 2 Replies Last reply Reply Quote 0
      • S Offline
        sdetweil @angeliKITTYx
        last edited by

        @angeliKITTYx ok… I wish more would use my upgrade script…
        it fixes problems you all report as we go along…

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        C A 2 Replies Last reply Reply Quote 0
        • A Offline
          angeliKITTYx @angeliKITTYx
          last edited by

          @angeliKITTYx said in Version 2.30.0 Calendar fix for clipping broadcast events:

          @sdetweil I used the command on the MM documents page

          git pull && npm run install-mm
          

          But I always had to remove the package-lock.json and package.json too

          I just tried it now and it’s not working since I’m in the fix clipping branch. It’s asking me to confirm branch.

          S 1 Reply Last reply Reply Quote 0
          • S Offline
            sdetweil @angeliKITTYx
            last edited by sdetweil

            @angeliKITTYx yes,

            there are new steps if on a non-master branch

            rm package-lock.json
            git checkout master
            

            but you have lost the clipping fix (or develop branch)

            my upgrade script will put you back on master (seen as how thats where next release will land you)

            in the meantime, you should not need to pull again on current version, nothing changed

            if u want to npm install MM again (altho nothing has changed)
            do

            npm run install-mm
            

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • C Offline
              cheminge @sdetweil
              last edited by

              @sdetweil Where is the new script? I can’t find it in your posts…

              S 1 Reply Last reply Reply Quote 0
              • S Offline
                sdetweil @cheminge
                last edited by

                @cheminge all my stuff is here

                https://github.com/sdetweil

                install/upgrade ( referenced in the MagicMirror install doc , alternatives)

                backup/restore

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                1 Reply Last reply Reply Quote 0
                • A Offline
                  angeliKITTYx @sdetweil
                  last edited by

                  @sdetweil not sure what happened, but I added events to the calendars that weren’t showing up to try and troubleshoot, and now they’re all populated properly… Thanks for all your help with this. Now it’s on to fixing the weather widget.

                  1 Reply Last reply Reply Quote 0
                  • S sdetweil referenced this topic on
                  • S sdetweil referenced this topic on
                  • S sdetweil has marked this topic as solved on
                  • D Offline
                    Dexter1088 @sdetweil
                    last edited by

                    @sdetweil

                    Patch works perfect on Raspberry pi 3 B+, TYSM.

                    1 Reply Last reply Reply Quote 0
                    • T Offline
                      Tiller
                      last edited by

                      Hi,
                      the Ext3 module is showing events but only on 7 days including today. All following events are missing, although they show up in the default calendar module.

                      I installed the fix, but the error is still there.

                      Does anyone have an idea?

                       {
                                              module: "MMM-CalendarExt3",
                                              position: "bottom_bar",
                                              title: "",
                                              config: {
                                                      waitFetch: 5000,
                                                      mode: "week",
                                                      weekIndex: 0,
                                                      weeksInView: 3,
                                                      instanceId: "basicCalendar",
                                                      locale: "de-DE",
                                                      maxEventLines: 5,
                                                      firstDayOfWeek: 1,
                                                      calendarSet: ['Family'],
                                              }
                                      },
                      
                      

                      Best
                      Till

                      S 1 Reply Last reply Reply Quote 0
                      • S Offline
                        sdetweil @Tiller
                        last edited by

                        @Tiller
                        Can you show the calendar config, xxx out the url

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

                        1 Reply Last reply Reply Quote 1
                        • T Offline
                          Tiller
                          last edited by

                          This is my config of the default calendar module:

                          {
                                                  module: "calendar",
                                                  header: "Calendar",
                                                  position: "top_left",
                                                  config: {
                                                          calendars: [
                                                                  {
                                                                          url: "xxx"
                                                                          name: "Family",
                                                                          auth: {
                                                                                  user: 'user',
                                                                                  pass: 'password'
                                                                                  },
                                                                  },
                                                          ]
                                                  }
                                          },
                          
                          
                          S 1 Reply Last reply Reply Quote 0
                          • S Offline
                            sdetweil @Tiller
                            last edited by

                            @Tiller OK, can you show me the output of

                            git branch

                            Sam

                            How to add modules

                            learning how to use browser developers window for css changes

                            1 Reply Last reply Reply Quote 0
                            • T Offline
                              Tiller
                              last edited by

                              Hi,
                              I added the following to my default calendar module.

                              maximumEntries: 60,
                              maximumNumberOfDays: 21,
                              limitDays: 21,
                              fadePoint: 0.05,
                              

                              Now all the events are being displayed in the Ext3 module.

                              I still got a problem.
                              I want to show all events in the next 3 weeks in the Ext3 module, but I only want to display 10 events in the default module.
                              Is there a way to do that?

                              Best
                              Till

                              S 1 Reply Last reply Reply Quote 0
                              • S Offline
                                sdetweil @Tiller
                                last edited by

                                @Tiller do you have broadcast fix on

                                Sam

                                How to add modules

                                learning how to use browser developers window for css changes

                                1 Reply Last reply Reply Quote 0
                                • T Offline
                                  Tiller
                                  last edited by

                                  I installed the clipping fix from the start of this thread, if thats what you’re asking.
                                  Otherwise I don’t know what the broadcast fix is.

                                  Best
                                  Till

                                  S 1 Reply Last reply Reply Quote 0
                                  • S Offline
                                    sdetweil @Tiller
                                    last edited by

                                    @Tiller yes, that is the one I meant.

                                    Because you shouldn’t have to specify maxEntries with
                                    It can you show the output of

                                    git branch

                                    Sam

                                    How to add modules

                                    learning how to use browser developers window for css changes

                                    S 1 Reply Last reply Reply Quote 0
                                    • S sdetweil referenced this topic on
                                    • S sdetweil referenced this topic on
                                    • S Offline
                                      svencarree @sdetweil
                                      last edited by

                                      @sdetweil I’ve tried the hot fix but now I’ve got a black screen… What am i doing wrong?

                                      S 1 Reply Last reply Reply Quote 0
                                      • S Offline
                                        sdetweil @svencarree
                                        last edited by sdetweil

                                        @svencarree did you npm run install-mm
                                        after switching to the new branch?

                                        Sam

                                        How to add modules

                                        learning how to use browser developers window for css changes

                                        S 1 Reply Last reply Reply Quote 0
                                        • S sdetweil referenced this topic on
                                        • S sdetweil referenced this topic on
                                        • S sdetweil referenced this topic on
                                        • S sdetweil referenced this topic on
                                        • S Scott-M referenced this topic on
                                        • S sdetweil referenced this topic on
                                        • R rkorell referenced this topic on
                                        • S sdetweil referenced this topic on
                                        • S Offline
                                          sdetweil @sdetweil
                                          last edited by

                                          version 2.31.0 includes this 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 referenced this topic on

                                          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                          With your input, this post could be even better 💗

                                          Register Login
                                          • 1
                                          • 2
                                          • 3
                                          • 4
                                          • 3 / 4
                                          • 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