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

calendar stuck at loading

Scheduled Pinned Locked Moved Troubleshooting
11 Posts 3 Posters 2.5k Views 1 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.
  • V Offline
    VinGroot
    last edited by VinGroot Apr 13, 2020, 10:48 AM Apr 13, 2020, 10:47 AM

    I’ve done some more testing and I figured out that must be some option in my config.js that causes my problem.
    My calendar works when I load the config.js.sample and paste the url of my calendar in it.

    Guess I’ll have to do troubleshooting to do…

    (no worries about the calender link, I will change it after I’m done testing. It has some bogus appointments in it.)

    {
    module: "calendar",
    header: "Agenda",
    position: "top_left",
    config: {
    	broadcastEvents: false,
    	calendars: [{
    		url: "https://calendar.google.com/calendar/ical/gjv.de.groot%40gmail.com/private-5652f141b7d1dbb385f50a786a34827a/basic.ics"
    	}],
    	dateFormat: "D MMMM YYYY",
    	fade: false,
    	getRelative: 0,
    	hidePrivate: true,
    	maximumEntries: 8,
    	maximumNumberOfDays: 7,
    	maxTitleLength: 50,
    	showEnd: true,
    	showLocation: true,
    	timeFormat: "absolute",
    	urgency: 1,
    	useRelativeDates: false
    }
    
    S 1 Reply Last reply Apr 13, 2020, 11:03 AM Reply Quote 0
    • S Away
      sdetweil @VinGroot
      last edited by Apr 13, 2020, 11:03 AM

      @VinGroot it looks forward only maximumNumberOfDays: 7, and only for urgency: 1, type one entries

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • V Offline
        VinGroot
        last edited by Apr 13, 2020, 11:19 AM

        This post is deleted!
        1 Reply Last reply Reply Quote 0
        • V Offline
          VinGroot
          last edited by Apr 13, 2020, 11:28 AM

          I’ve copied all options and the calendar still works. Problem solved, but no clue what the problem was…

          I’d like to thank everyone eho helped me figuring this out.

          S 1 Reply Last reply Apr 13, 2020, 11:32 AM Reply Quote 0
          • S Away
            sdetweil @VinGroot
            last edited by Apr 13, 2020, 11:32 AM

            @VinGroot you’re ‘welcome’? we all didn’t learn anything, but it works… weird

            Sam

            How to add modules

            learning how to use browser developers window for css changes

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