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

MMM-calenderext3

Scheduled Pinned Locked Moved Solved Troubleshooting
11 Posts 2 Posters 430 Views 2 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.
  • T Offline
    tink8909
    last edited by Apr 19, 2025, 3:22 PM

    I am still having trouble getting my google calendar to show anything on my calendar. I am also not sure why part of my calendar is in two different languages. See my config. Any help would be great thanks.
    IMG_6077.jpg
    IMG_6079.jpg

    S 1 Reply Last reply Apr 19, 2025, 4:09 PM Reply Quote 0
    • T Offline
      tink8909 @sdetweil
      last edited by Apr 23, 2025, 8:43 PM

      @sdetweil I got it all figured out thank you. I went back to just the basics. So now I’ll go back in adding one thing at a time.

      1 Reply Last reply Reply Quote 1
      • S Offline
        sdetweil @tink8909
        last edited by Apr 19, 2025, 4:09 PM

        @tink8909 ext3 gets its events from the default calendar, so the url has to be over there.
        once you get it working you can hide the default calendar by removing or commenting out its
        position
        parameter

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        T 1 Reply Last reply Apr 22, 2025, 12:01 AM Reply Quote 0
        • T Offline
          tink8909 @sdetweil
          last edited by Apr 22, 2025, 12:01 AM

          @sdetweil
          I was able to get my calendar working. I like how it shows it up in the top corner what I have coming up, but its still not showing anything on my actual calendar.

          {
          module: “MMM-CalendarExt3”,
          position: “bottom_bar”,
          title: “”,
          config: {
          mode: “month”,
          instanceId: “basicCalendar”,
          locale: ‘en-GB’,
          maxEventLines: 4,
          firstDayOfWeek: 1,
          waitFetch: 5000,
          calendarSet: [‘schedule’],
          url: “https://calendar.google.c”
          }
          Let me know if you see something I have wrong.

          S 1 Reply Last reply Apr 22, 2025, 1:31 AM Reply Quote 0
          • S Offline
            sdetweil @tink8909
            last edited by sdetweil Apr 22, 2025, 1:20 PM Apr 22, 2025, 1:31 AM

            @tink8909 again, url does not go in this module,
            it goes in calendar module

            calendar module gets events from calendar source (google),
            and then broadcasts them out to other modules to use
            so only one module reads from source

            ext3 uses the broadcast

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            S 1 Reply Last reply Apr 22, 2025, 1:33 AM Reply Quote 0
            • S Offline
              sdetweil @sdetweil
              last edited by Apr 22, 2025, 1:33 AM

              @tink8909 use the default ext3 config from the readme file

              then customize

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              T 1 Reply Last reply Apr 22, 2025, 12:13 PM Reply Quote 0
              • T Offline
                tink8909 @sdetweil
                last edited by Apr 22, 2025, 12:13 PM

                @sdetweil
                This is both configs from the calendarext3 and the default calendar.IMG_6096.jpg IMG_6095.jpg

                S 1 Reply Last reply Apr 22, 2025, 12:44 PM Reply Quote 0
                • S Offline
                  sdetweil @tink8909
                  last edited by Apr 22, 2025, 12:44 PM

                  @tink8909 you have 2 urls in the default calendar, block
                  it should be like this

                  calendars:[
                       {
                          url:"..."
                       },
                       {
                          url:"...."
                       }
                  ]
                  

                  the way you have it the second url overwrites the first, as there can only be one inside the {}

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  T 1 Reply Last reply Apr 22, 2025, 1:01 PM Reply Quote 0
                  • T Offline
                    tink8909 @sdetweil
                    last edited by Apr 22, 2025, 1:01 PM

                    @sdetweil I just removed the first url it wasn’t needed. But still no change.

                    S 1 Reply Last reply Apr 22, 2025, 1:07 PM Reply Quote 0
                    • S Offline
                      sdetweil @tink8909
                      last edited by Apr 22, 2025, 1:07 PM

                      @tink8909 in the ext3 config remove calendarSet, as you didn’t name the calendar

                      again, i STRONGLY recommend start by using the minimal ext3 config

                      {
                          module:"MMM-CalendarExt3",
                           position:"bottom_bar"
                       }
                      

                      then you can add the config:{} block
                      change mode to month

                      change 1 parm at a time

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      S 1 Reply Last reply Apr 22, 2025, 1:22 PM Reply Quote 0
                      • S Offline
                        sdetweil @sdetweil
                        last edited by Apr 22, 2025, 1:22 PM

                        @tink8909 also the default cal refresh rate is once per week,
                        and ext3 is probably waiting for next broadcast if it missed the first

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

                        T 1 Reply Last reply Apr 23, 2025, 8:43 PM Reply Quote 0
                        • 1
                        • 2
                        • 1 / 2
                        1 / 2
                        • First post
                          9/11
                          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