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

Issues with a special Google calendar

Scheduled Pinned Locked Moved Unsolved Troubleshooting
19 Posts 3 Posters 4.4k 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 @Clubjack
    last edited by Clubjack Dec 23, 2019, 6:59 PM Dec 23, 2019, 6:14 PM

    @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 Dec 23, 2019, 7:48 PM Reply Quote 0
    • S Offline
      sdetweil @Clubjack
      last edited by Dec 23, 2019, 7:48 PM

      @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 Dec 24, 2019, 6:16 PM Reply Quote 0
      • C Offline
        Clubjack @sdetweil
        last edited by Dec 24, 2019, 6:16 PM

        @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 Dec 24, 2019, 6:17 PM Reply Quote 0
        • S Offline
          sdetweil @Clubjack
          last edited by Dec 24, 2019, 6:17 PM

          @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 Dec 24, 2019, 7:55 PM Reply Quote 0
          • C Offline
            Clubjack @sdetweil
            last edited by Dec 24, 2019, 7:55 PM

            @sdetweil not markable… MakeablešŸ˜‰

            S 1 Reply Last reply Dec 24, 2019, 8:04 PM Reply Quote 0
            • S Offline
              sdetweil @Clubjack
              last edited by Dec 24, 2019, 8:04 PM

              @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 Dec 25, 2019, 9:44 AM Reply Quote 0
              • C Offline
                Clubjack @sdetweil
                last edited by Dec 25, 2019, 9:44 AM

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

                1 Reply Last reply Reply Quote 0
                • B Offline
                  BKeyport Module Developer
                  last edited by Dec 25, 2019, 11:52 PM

                  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
                  • 1
                  • 2
                  • 2 / 2
                  2 / 2
                  • First post
                    16/19
                    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