MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    SOLVED Google Calendar

    Troubleshooting
    3
    17
    481
    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.
    • L
      louise last edited by sdetweil

      I had everything working til I put this in…what’s wrong?

      "https://calendar.google.com/calendar/ical/jan.christeuuooen58%40gmail.com/public/basic.ics

      S 1 Reply Last reply Reply Quote 0
      • L
        louise @MMRIZE last edited by

        @mmrize Yes it is public. It does seem to work now.

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

          @louise could u show the config for the cal module

          also any messages where u start mm…

          Sam

          Create a working config
          How to add modules

          L 1 Reply Last reply Reply Quote 0
          • L
            louise @sdetweil last edited by sdetweil

            @sdetweil

            {
            			module: "calendar",
            			header: "",
            			position: "top_left",
            			config: {
            				calendars: [
            					{
            						symbol: "calendar-check",
            						url: https://calendar.google.com/calendar/ical/jan.christtuuooen58%40gmail.com/public/basic.ics
            					} // <- this was missing 
            				]
            			}
            }
            
            S 1 Reply Last reply Reply Quote 0
            • S
              sdetweil @louise last edited by

              @louise the actual url has to be in quotes

              you should never post something with personal info, that works… change some characters at least

              Sam

              Create a working config
              How to add modules

              L 1 Reply Last reply Reply Quote 0
              • L
                louise @sdetweil last edited by

                @sdetweil Thanks, I suppose I should of that of the privacy thing.

                S 3 Replies Last reply Reply Quote 0
                • S
                  sdetweil @louise last edited by

                  @louise and any messages from where u start mm?

                  npm start or pm2

                  if pm2 the pm2 logs --lines=50

                  Sam

                  Create a working config
                  How to add modules

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

                    @louise said in Google Calendar:

                    I suppose I should of that of the privacy thing.

                    i edited the cal url in both posts

                    Sam

                    Create a working config
                    How to add modules

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

                      @louise also you were missing a close brace after the url definition, which needs quotes

                      the config.js rules

                      the thing to the left of : does not need quotes
                      the thing to the RIGHT of : does NOT need quotes IF it is trye or false, or a number 10, 123.4567… or { or [
                      otherwise if the thing to the right of contains letter (http://… fred, 124somefile) then it must be enclosed in quotes,
                      single of double doesn’t matter, long as both ends are the same

                      Sam

                      Create a working config
                      How to add modules

                      L 1 Reply Last reply Reply Quote 0
                      • L
                        louise @sdetweil last edited by louise

                        @sdetweil pm2
                        I copied the sample calendar module, it works. Then the ONLY thing I changed is the google link, didn’t touch any of the brackets or commas or quotations etc. Still didn’t work. Don’t get it, it worked yesterday.

                        The weather current and forecast work as does the clock, just not the calendar.

                        Yesterday, the clock and weather didn’t work but the calendar did. I copied from my calendar bak file in the config.js file and it doesn’t work.

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

                          @louise what does “doesn’t” work mean

                          cal shows no events?
                          or MM shows black screen?

                          also, still waiting for the messages from npm start time
                          you should see something like this (your url of course)

                           Create new calendarfetcher for url: http://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics - Interval: 300000
                          

                          and

                          Calendar-Fetcher: Broadcasting 10 events.
                          

                          Sam

                          Create a working config
                          How to add modules

                          L 1 Reply Last reply Reply Quote 0
                          • 1
                          • 2
                          • 1 / 2
                          • First post
                            Last post
                          Enjoying MagicMirror? Please consider a donation!
                          MagicMirror created by Michael Teeuw.
                          Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                          This forum is using NodeBB as its core | Contributors
                          Contact | Privacy Policy