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.

    Google calender no events shown

    Scheduled Pinned Locked Moved Solved Troubleshooting
    calendargoogle calendarmodules
    37 Posts 3 Posters 20.6k 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.
    • M Offline
      mercuryskies @sdetweil
      last edited by

      @sdetweil browser is fine. Also all my other internet dependant modules work ok. It is purely calender not showing events when the adress seems fine and all settings are set to allow

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

        @mercuryskies please cut paste your calendar config. Change some of the coded numbers, but don’t change anything else. Use the code block to mark it

        Select all, hit the </>

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • M Offline
          mercuryskies
          last edited by

          Hi there, below is my calendar config. Thanks again, Michael.

          language: “en”,
          timeFormat: 12,
          units: “metric”,

          modules: [
          	{
          		module: "alert",
          	},
          	{
          		module: "updatenotification",
          		position: "top_bar"
          	},
          	{
          		module: "clock",
          		position: "top_left"
          	},
          	{
          		module: "calendar",
          		header: "Family Calender",
          		position: "bottom_left",
          		config: {
          			calendars: [
          				{
          					symbol: "calendar",
          					
          					url: "https://calender.google.com/calender/ical/michael.lloyd%40live.com/public/basics.ics", }
          					//url: "https://calender.google.com/calender/ical/michael.lloyd%40live.com/private-cf63bd901ffd72df081e7258123456789/basics.ics"  }
          											//url: "webcal://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics"					}
          			]
          		}
          
          1 Reply Last reply Reply Quote 0
          • M Offline
            mercuryskies
            last edited by

            i have commented out the private one as when i do not the file crashes

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

              @mercuryskies right, cause the 1st one ends with ,} which closes the lists of calendars, and then next one has a } too…

              the 1st one url doesn’t work for some reason, (in browser)

              so the test is to take each url, and put it into a browser on the pi, it should download the ics file… if not, you have to fix THAT…
              the pi does not logon as you… so it might work on windows

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 0
              • M Offline
                mercuryskies
                last edited by

                so both of the google calendar links do not work in my pi browser, it just says site not available.
                if i paste the last default webcal address it just takes me to a google search result.

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

                  @mercuryskies i typed over the word calendar in the https://calendar.google.com and it gets urls not found, not address not found…

                  try that… seems some goofy character

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  1 Reply Last reply Reply Quote 0
                  • M Offline
                    mercuryskies
                    last edited by

                    the standard google calendar url works fine. it takes me to my calendar and i can see everything in my browser.
                    but when i try my private and public urs in the browser i get the site can not be reached.
                    i am so confused

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

                      @mercuryskies i was confused as well, then started overtyping the url to find the problem… something in the word ‘calendar’ not right… type it over from the keyboard, not just cut/paste

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      M 1 Reply Last reply Reply Quote 0
                      • M Offline
                        mercuryskies @sdetweil
                        last edited by

                        @sdetweil I’m sorry to sound dumb but can you elaborate . Over typing ? Where are you putting the corrected url .

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

                          @mercuryskies paste the url of a calendar entry into the browser, then using the keyboard, type over each character (overtype) one by one, and test hitting enter til the thing works.

                          that is what I had to do… then, when it works, copy/paste THAT url back into the calendar entry in config.js

                          Sam

                          How to add modules

                          learning how to use browser developers window for css changes

                          M 1 Reply Last reply Reply Quote 0
                          • M Offline
                            mercuryskies @sdetweil
                            last edited by

                            @sdetweil ooooooooh exciting. I’ll try that now
                            Thanks

                            M 1 Reply Last reply Reply Quote 0
                            • M Offline
                              mercuryskies @mercuryskies
                              last edited by

                              @mercuryskies as Instructed I’ve over typed each character and keep getting " the site cannot be reached
                              Calnder.google.com s server ip adress can not be found . Try checking connection and proxy firewall and Dns… "
                              Nothing downloads basically. The url ends in ics correct?

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

                                @mercuryskies ok, open another tab, and tpe the url https://calendar.google.com
                                hit enter… that should work

                                then copy paste everything AFTER the google.com from the failing to the good after the google.com (deleting any extra stuff on the good url)…

                                then try THAT

                                Sam

                                How to add modules

                                learning how to use browser developers window for css changes

                                1 Reply Last reply Reply Quote 0
                                • M Offline
                                  mercuryskies
                                  last edited by

                                  i get error 404…

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

                                    @mercuryskies

                                    but it is no longer unable to find address… now, url not found.

                                    u need to go back to the google site and get the url again…

                                    Sam

                                    How to add modules

                                    learning how to use browser developers window for css changes

                                    M 1 Reply Last reply Reply Quote 0
                                    • M Offline
                                      mercuryskies @sdetweil
                                      last edited by

                                      @sdetweil as in regenerate a new one ?

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

                                        @mercuryskies well, it will be the same one the url is fixed… just special

                                        i am on a new machine today, i saw your trouble… I went to my google calendar site, and copied the private url link and put into just install MM and it works correctly…

                                        Sam

                                        How to add modules

                                        learning how to use browser developers window for css changes

                                        M 1 Reply Last reply Reply Quote 0
                                        • M Offline
                                          mercuryskies @sdetweil
                                          last edited by

                                          @sdetweil the thing is I never copied it because the pi browser doesn’t display the entire calender website. I coudltn seem to get to the settings of the url on pi it seems to run a basic version of the website so I copied the private url from a windows internet browser where i could

                                          M S 2 Replies Last reply Reply Quote 0
                                          • M Offline
                                            mercuryskies @mercuryskies
                                            last edited by

                                            I tried resetting my ical adress and re entering a new one. Again. Problem persists. Does anyone have any more suggestions please ? Thanks. Michael

                                            M 1 Reply Last reply Reply Quote 0

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