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-CalendarExt - After reboot it takes up to 30min to show

    Scheduled Pinned Locked Moved Solved Troubleshooting
    2 Posts 1 Posters 759 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.
    • F Offline
      flemmingss
      last edited by

      New user her with first setup.
      I have set up MMM-CalendarExt on a Pi3+, it works, but when MagicMirror has started it is not shown at all, but after some time, like 30 minutes after it just starts working.

      So each time I make a change I have to like wait this time to check the results. How do I fix this?

      /* Magic Mirror Config Sample
       *
       * By Michael Teeuw http://michaelteeuw.nl
       * MIT Licensed.
       *
       * For more information how you can configurate this file
       * See https://github.com/MichMich/MagicMirror#configuration
       *
       */
      
      var config = {
      	address: "localhost", // Address to listen on, can be:
      	                      // - "localhost", "127.0.0.1", "::1" to listen on loopback interface
      	                      // - another specific IPv4/6 to listen on a specific interface
      	                      // - "", "0.0.0.0", "::" to listen on any interface
      	                      // Default, when address config is left out, is "localhost"
      	port: 8080,
      	ipWhitelist: [],                                       // Set [] to allow all IP addresses
      	                                                       // or add a specific IPv4 of 192.168.1.5 :
      	                                                       // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"],
      	                                                       // or IPv4 range of 192.168.3.0 --> 192.168.3.15 use CIDR format :
      	                                                       // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/28"],
      
      	language: "en",
      	timeFormat: 24,
      	units: "metric",
      
      	modules:
      	[
      		{
      			module: "alert",
      		},
      		{
      			module: "updatenotification",
      			position: "top_bar"
      		},
      		{
      			module: "clock",
      			position: "top_left"
      		},
      		{
      			module: 'MMM-CalendarExt',
      			position: "top_left", //anywhere. It is not related to real position of view
      			config:
      			{ // Read below
      				system:
      				{
      					show: ['daily'],
      					redrawInterval: 60000,
      				},
      			//  	views:
      			//	{
      			//		weekly:
      			//		{
      			//			showWeeks: 4
      			//		},
      			//	},
      				// defaultCalendar: { ... },
      				calendars:
      				[
      					{
      						name: "flemming_privat",
      						url: "webcal://www.google.com/calendar/ical/flemmingxx%40gmail.com/private-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/basic.ics",
      					},
      					{
      						name: "flemming_jobb",
      						url: "webcal://www.google.com/calendar/ical/ical/flemmingxx%40gmail.com/private-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/basic.ics",
      					},
      					{
      						name: "flemming_facebook",
      						url: "webcal://www.facebook.com/ical/u.php?uid=000000000&key=xxxxxxxxxxxxx_xx",
      					},
      			  	],
      			},
      		},
      	]
      
      };
      
      /*************** DO NOT EDIT THE LINE BELOW ***************/
      if (typeof module !== "undefined") {module.exports = config;}
      
      
      1 Reply Last reply Reply Quote 0
      • F Offline
        flemmingss
        last edited by

        looks like this worked:
        https://github.com/eouia/MMM-CalendarExt/issues/54

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