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 1.1k 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.
    • S Offline
      sdetweil @tink8909
      last edited by

      @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 Reply Quote 0
      • T Offline
        tink8909 @sdetweil
        last edited by

        @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 Reply Quote 0
        • S Offline
          sdetweil @tink8909
          last edited by sdetweil

          @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 Reply Quote 0
          • S Offline
            sdetweil @sdetweil
            last edited by

            @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 Reply Quote 0
            • T Offline
              tink8909 @sdetweil
              last edited by

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

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

                @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 Reply Quote 0
                • T Offline
                  tink8909 @sdetweil
                  last edited by

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

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

                    @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 Reply Quote 0
                    • S Offline
                      sdetweil @sdetweil
                      last edited by

                      @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 Reply Quote 0
                      • T Offline
                        tink8909 @sdetweil
                        last edited by

                        @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 sdetweil has marked this topic as solved on
                        • 1
                        • 2
                        • 1 / 2
                        • 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