MagicMirror Forum

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

    SOLVED Calendar config

    Troubleshooting
    5
    14
    11629
    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.
    • in_a_days
      in_a_days @Guest last edited by in_a_days

      @JbeesonMagic16

      add a comma here:

                                          {
                                                  url: 'https://calendar.google.com/calendar/ical/WIFE%40gmail.com/public/basic.ics'
                                          },
                                  ],
                          }
                  }
                  {
                          module: 'compliments',
                          position: 'lower_third'
      

      so it looks like this

                                          {
                                                  url: 'https://calendar.google.com/calendar/ical/WIFE%40gmail.com/public/basic.ics'
                                          },
                                  ],
                          }
                  },
                  {
                          module: 'compliments',
                          position: 'lower_third'
      

      See if that solves it.

      What ship would bear me ever back across so wide a Sea?

      1 Reply Last reply Reply Quote 2
      • mochman
        mochman Module Developer last edited by

        @JbeesonMagic16 Yeah, @in_a_days recommendation fixes the problems in the jshint. Hopefully that works for you.

        ? 1 Reply Last reply Reply Quote 2
        • ?
          A Former User @mochman last edited by

          Nice, that does get it working again, but no go on the calendars actually showing up. I found a private link to google calendars ical, which makes sense since I’m not sharing my calendar with the public. So I used that link, and they work now. Thanks to all of you for your help!!

          Mykle1 1 Reply Last reply Reply Quote 1
          • Mykle1
            Mykle1 Project Sponsor Module Developer @Guest last edited by

            @JbeesonMagic16

            I almost posted the same exact problem but I found this page (thread?) (Whatever), but due to the help you received and your last comment about the private link to google calendars ical, I was able to resolve the issue without asking the question. This place is awesome. 🙂

            Up votes for everyone!

            Create a working config
            How to add modules

            1 Reply Last reply Reply Quote 1
            • 1
            • 2
            • 2 / 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