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.2k 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 how do I change the timezone in MM? This issue only came up once I did the fix clipping commands on this thread. And what about all the calendars that aren’t showing?

      I also just noticed my weather module stopped working too.

      S 1 Reply Last reply Reply Quote 0
      • S Do not disturb
        sdetweil @angeliKITTYx
        last edited by

        @angeliKITTYx timezone, from desktop, click the calendar top right
        change timezone under calendar

        i don’t know in ext3 cals, not my module… but I use multi cals with it every day and don’t see this

        ext3 is done all in browser
        so maybe open the developer window (ctrl-shift-i) and select the console tab
        and out a unique part of the module name in the filter field, ext3 for this

        Sam

        How to add modules

        learning how to use browser developers window for css changes

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

          @sdetweil my raspberry pi desktop has the correct timezone, my Google calendars are all set right, and the clock module is showing the right time. Would ext3 have a different time zone set?

          S 2 Replies Last reply Reply Quote 0
          • S Do not disturb
            sdetweil @angeliKITTYx
            last edited by

            @angeliKITTYx
            i do not know

            for debug purposes

            edit config.js and add

            ,"DEBUG"
            

            to the logLevel parms at the top

            stop (if using pm2, pm2 stop all)

            and MANUALLY start MM like this

            cd ~/MagicMirror
            npm start >somefile.txt 2>&1
            

            wait til some time, and then ctrl-c on the command prompt where u did the manual start

            edit the config.js back to remove the debug parm

            the file will be large with all the calendars being processed

            you can’t upload that here, and I would normally ask to email it to me.
            I don’t know if email will take that large a file… you can try… my same userid as here at gmail

            because the FULL urls of the calendars are shown in the log, I don’t want that posted in clear text anywhere…

            I suggest uploading somewhere and emailing or direct message me the url

            I did extensive work on the calendar to fix these problems on this release.
            so I am very interested in the problem

            you can look thru the file, its just text and you will see the timezone reported as it processes calendar events.

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            A 1 Reply Last reply Reply Quote 0
            • S Do not disturb
              sdetweil @angeliKITTYx
              last edited by

              @angeliKITTYx on weather see this

              https://forum.magicmirror.builders/topic/19323/version-2-30-0-weather-module-stuck-loading-worked-fine-before-upgrade

              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 so I decided to do a clean install of my MM, and the timezone thing fixed itself. However, it’s still not displaying all of my calendars. Two show up immediately, one shows up after the refreshinterval, and the rest don’t show up at all. I tried re-entering all of the private ical URLs, but those didn’t change anything. The log still shows it’s pulling x events from each URL, but they’re not displaying. Did you still want me to email you the logs?

                S 2 Replies Last reply Reply Quote 0
                • S Do not disturb
                  sdetweil @angeliKITTYx
                  last edited by

                  @angeliKITTYx no you fixed the event date problem

                  so another test is to add a position to the default cal module and see if you see the events there

                  you did npm install in the ext3 module folder right?
                  he has a sub module that needs to be installed

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  1 Reply Last reply Reply Quote 0
                  • S Do not disturb
                    sdetweil @angeliKITTYx
                    last edited by

                    @angeliKITTYx and another question. how did you upgrade?

                    you on pi or windows or?

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

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

                      @sdetweil It’s on pi.

                      I used these instructions, and I also did the “Not Working?” section.

                      S 1 Reply Last reply Reply Quote 0
                      • S Do not disturb
                        sdetweil @angeliKITTYx
                        last edited by

                        @angeliKITTYx no, i meant upgrade MagicMirror

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

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

                          @sdetweil I deleted it off my Pi and then followed the Manual Install. Then I reinstalled all of my modules. It was a fresh install - I didn’t upgrade it.

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

                            @sdetweil I deleted it off my Pi and then followed the Manual Install. Then I reinstalled all of my modules. It was a fresh install - I didn’t upgrade it.

                            1 Reply Last reply Reply Quote 0
                            • S Do not disturb
                              sdetweil @angeliKITTYx
                              last edited by

                              @angeliKITTYx i meant before, when you had the troubles

                              Sam

                              How to add modules

                              learning how to use browser developers window for css changes

                              A 1 Reply Last reply Reply Quote 0
                              • 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 Do not disturb
                                  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 Do not disturb
                                      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 Do not disturb
                                          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

                                            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