MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. pastormingle
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    P
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 10
    • Posts 96
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: MMM-CalendarExt3

      @MMRIZE Not sure which is just doesn’t work till after 10 min passes… If i only put the outlook calendar in it’s instentances. where do you abjust the fetch?

      posted in Utilities
      P
      pastormingle
    • RE: MMM-CalendarExt3

      @pastormingle Seems that when i loaded the outlook.ics it takes it about 10 min loaded when add addiational calendars. I have not errors in the log but it just slow to load when you restart if you have other calendars. What could it be? Do you have a fix for this?

      posted in Utilities
      P
      pastormingle
    • RE: MMM-CalendarExt3

      @MMRIZE should be in your email box… thanks.

      posted in Utilities
      P
      pastormingle
    • RE: MMM-CalendarExt3

      @MMRIZE When i put in for 3 calendar it’s only displaying the one for google1 account.

      {
      	module: "calendar",
      	header: "calendar source",
      	position: "top_left", // <-- Remove this line to hide this module.
      	config: {
      		broadcastPastEvents: true,
      		maximumNumberOfDays: 45,
      		calendars: [
      			{
      				symbol: "calendar-check",
      				url:"outlook",
      				color: "red",
      			},
      			{
      				symbol: "car-side",
      				url:"google1",
      				color: "orange",
      			},
      			{
      				symbol: "recycle",
      				url:"google2",
      				color: "green",
      			},
      		]
      	}
      },
         {
      	module: "MMM-CalendarExt3",
      	position: "bottom_bar",
      	header: "My Calendar for 3 weeks",
      	config: {
      		mode: 'week',
      	}
      
      posted in Utilities
      P
      pastormingle
    • RE: MMM-CalendarExt3

      @MMRIZE Instead of the month i only one week or 7 days at all time displayed. Once the day has passed it should drop off.

      posted in Utilities
      P
      pastormingle
    • RE: MMM-CalendarExt3

      @pastormingle I added the calendar but it still only shows the one calendar not the addional calendar on the weekly view. here is my configuration.

      {
        module: "MMM-CalendarExt3",
        position: "bottom_bar",
        title: "Mikes Calendar",
        config: {
          mode: "week",
          instanceId: "basicCalendar",
         // locale: 'de-DE',
         weekIndex: 0,
          maxEventLines: 5,
          firstDayOfWeek: 1,
          fontSize: "30px",
              //calendarSet: ['us_holiday', 'abfall', 'mytest'],
         calendars: [
            {
              url: "http://outlook.office365.com/owa/calendar/*****f2033a09d6504d21833241fb44dcf8c3c@dxc.com/a53b201c85bf4825a9290ce3ec96a8b2457585490405428856/calendar.ics",
              auth: {
                user: "******",
                pass: "******",
              },
            },
            {
              url:"https://calendar.google.com/calendar/ical/******/private-34995d14cf5ec15efc8bd68f680c508e3/basic.ics",
              auth: {
                user: "*******",
                pass: "C******",
              },
            },
          ],
        },
      },
      
      		{
      			module: "calendar",
      			header: "Upcoming Meetings",
      			position: "top_left",
      			config: {
      				calendars: [
      					{
      						fetchInterval: 7 * 24 * 60 * 60 * 1000,
      						symbol: "calendar-check",
      						url: "http://outlook.office365.com/owa/calendar/f2033a0***9d6504d21833241fb44df8c3c@dxc.com/a53b201c85bf4825a92*****b2457585490405428856/calendar.ics",                                                    
                                                                                                                                                                                                               
      					}
      				]
      			}
      		},
      
      
      posted in Utilities
      P
      pastormingle
    • RE: MMM-CalendarExt3

      @MMRIZE So on version ext2 i had 3 calendars that combine my weekly and upcoming together only used different colors to differentiate them. How do i add the additional calendars here? I had google calendar and business outlook calendar.

      posted in Utilities
      P
      pastormingle
    • RE: MMM-CalendarExt3

      @MMRIZE Thanks.

      posted in Utilities
      P
      pastormingle
    • RE: MMM-CalendarExt3

      @pastormingle Is there a location were i can look at more detailed instructions on Ext3 or some configuration files that i can look at?

      posted in Utilities
      P
      pastormingle
    • RE: MMM-CalendarExt3

      @MMRIZE i changed due to time zones not displaying correctly. I having meetings that are at times from other countries and it wouldn’t display correctly and as Ext3 is the most current it was suggested to upgrade to it… Then my Raspberry PI SD card crashed and i lost my original configuration. So now it’s a learning curve either way.

      posted in Utilities
      P
      pastormingle
    • 1
    • 2
    • 3
    • 4
    • 5
    • 9
    • 10
    • 1 / 10