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.

    Issues with a special Google calendar

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    19 Posts 3 Posters 5.3k 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.
    • C Offline
      Clubjack @sdetweil
      last edited by

      @sdetweil
      Okay.
      I tryed it using this calendar alone.
      Without other calendars. But nothing is shown.
      I use:
      Mode: week
      Slotcount: 5
      Maxitems: 1000
      Hideoverflow: false

      How i say… The Main Google calendars work fine with the same settings.

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

        @Clubjack ok, i put this in the default calendar and it worked…

        so, that means the ext2 is having a problem…

        when did u clone ext2? there was a problem when the api returned the cal data in zipped format…
        he fixed that last week I think…

        so, if u have not updated recently do

        cd ~/MagicMirror/modules/MMM-CalendarExt2
        git pull
        

        and restart the mirror app

        Sam

        How to add modules

        learning how to use browser developers window for css changes

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

          @sdetweil thank You
          Git pull says: Already up to date

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

            @Clubjack bummer

            I would open an issue on the github site for the module

            Sam

            How to add modules

            learning how to use browser developers window for css changes

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

              @sdetweil
              But what could be the problem,when all the other calendars worked?

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

                @Clubjack well, it looks like the code doesn’t parse it correctly… I don’t know… not my code.
                I am not in a position to debug it currently

                Sam

                How to add modules

                learning how to use browser developers window for css changes

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

                  @sdetweil ok. Thank You very much for your help. Great.

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

                    @Clubjack
                    I found the problem.
                    I copyed the Module, to Show it on an other Page (mmm-pages). But that didnt work.
                    With only one calendar it works great.

                    Now i have some other questions.

                    1. Is it possible to Change the timeformat from a date?
                      From “16:00 Test” to “16 Test”.

                    2. Is it possible to delete time from special entrys?
                      From “14:00 work” to “work”?

                    Edit: I was to fast. It only worked a few minutes.
                    Now, i can do what i want, it dosnt show this calendar.

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

                      @Clubjack ext2 cannot by replicated onto different pages @Sean (author) said. he bypasses all the
                      MM module presentation rules…

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

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

                        @sdetweil now it works. there Was a Problem with an empty calendar Slot. 🙈

                        Do You know, if my questions in the Post before, are makeable?

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

                          @Clubjack sure… u can select the three dots to the right on any post to mark it

                          Sam

                          How to add modules

                          learning how to use browser developers window for css changes

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

                            @sdetweil not markable… Makeable😉

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

                              @Clubjack sorry, mind sees what it wants to see!

                              https://github.com/eouia/MMM-CalendarExt2/blob/master/doc/Configuration/View.md

                              dateFormat	Object	{...}	{...}	See Event Time.
                              timeFormat	Object	{...}	{...}	See Event Time.
                              dateTimeFormat	Object	{...}	{...}	See Event Time.
                              relativeFormat	Object	{...}	{...}	See Event Time.
                              

                              Sam

                              How to add modules

                              learning how to use browser developers window for css changes

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

                                @sdetweil
                                Oh, right, I saw that once. But forget it again. Thank You

                                1 Reply Last reply Reply Quote 0
                                • BKeyportB Offline
                                  BKeyport Module Developer
                                  last edited by

                                  by the way, if you wanna dump the empty slots:

                                  1. in config.js under views add
                                  className: "remove_empty_slot",
                                  
                                  
                                  1. add the following css to custom.css
                                  
                                  /* CalExt2 - Hide empty days on agenda */
                                  .CX2 .remove_empty_slot .eventCount_0 {
                                          display:none;
                                  }
                                  
                                  

                                  The "E" in "Javascript" stands for "Easy"

                                  1 Reply Last reply Reply Quote 1

                                  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 / 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