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
    • RE: MMM-CalendarExt3

      Calendarext2 to Calendarext3 cofiguration is working the same. I’ve upgraded to ext3 and complete wiped and restarted magicmirror with a clean install. Ext3 doesn’t seem to have some of the same functionality i had in ext and ext2. I am attaching a screen shot of what i am looking to achieve and needing some guidance. Can someone point me to couple of configuration files that might work to achieve the same functionality. abdc3887-1c77-4f05-b451-78a14ccf6cbf-image.png

      posted in Utilities
      P
      pastormingle
    • MMM-CalendarEXT2 mulitple time zones

      I’ve been runing the EXT2 calendar for sometime now… I have 2 google calendars and one outlook calendar that it pulls data from to displays on my MM. The issue i am having is when meeting are set in a regions outside of mine it use that person region… Say India time and its 12 hours different from what i am on… Do you know how to change it to use only local time.

      posted in General Discussion
      P
      pastormingle
    • RE: MMM-Carousel not displaying

      I am still having issues with my weather app using it with carousel. When it rotates back to weather I only get a thumbnail of the radar… Do you know of any fix to that?

      posted in Forum
      P
      pastormingle
    • RE: MMM-CalendarExt Multiple Calendars

      @bkeyport thanks so much for your help. I did install the calendatExt2 but has several issues as my current config wouldn’t work. But the calendarext did work
      With the added calendars. I still didn’t find an option to change from 24 time to 12. If you can point me in the right direction please.

      posted in Troubleshooting
      P
      pastormingle
    • MMM-CalendarExt Multiple Calendars

      Re: MMM-CalendarExtI am new to CalendarExt and need a little guidance concerning multiple calendars… I need to have 3 additional calendars add to the view but not sure how to do that and also not able to find how to change the time from 24 to 12… any help please?

      posted in Troubleshooting
      P
      pastormingle
    • RE: MMM-Carousel not displaying

      @sdetweil the “MMM-CalendarExt” needs to be first…

      posted in Forum
      P
      pastormingle
    • RE: MMM-Carousel not displaying

      @sdetweil Thanks Sam… It seems to be an issue with mmm-google task and the order you call the calendarext from mmm-carousel. It needs to be first on the list if you are using a slide mode on the carousel… Not sure yet why the mmm-googletask is causing it to fail… Thanks for all the help Sam… I’m adding this just in case someone else comes along with the same issue…

      posted in Forum
      P
      pastormingle
    • RE: MMM-Carousel not displaying

      @sdetweil no it’s not blacked out it is displaying the other module like the clock but nothing on the calendar…

      posted in Forum
      P
      pastormingle
    • RE: MMM-Carousel not displaying

      @pastormingle no errors but still not displaying the calendar…

      posted in Forum
      P
      pastormingle
    • RE: MMM-Carousel not displaying

      @pastormingle ```

      magicmirror@2.16.0 start /home/pi/MagicMirror
      ./run-start.sh $1

      [14.12.2021 17:06.53.311] [LOG] Starting MagicMirror: v2.16.0
      [14.12.2021 17:06.53.315] [LOG] Loading config …
      [14.12.2021 17:06.53.322] [LOG] Loading module helpers …
      [14.12.2021 17:06.53.324] [LOG] No helper found for module: alert.
      [14.12.2021 17:06.54.616] [LOG] Initializing new module helper …
      [14.12.2021 17:06.54.618] [LOG] Module helper loaded: MMM-GoogleTasks
      [14.12.2021 17:06.54.753] [LOG] Initializing new module helper …
      [14.12.2021 17:06.54.753] [LOG] Module helper loaded: updatenotification
      [14.12.2021 17:06.54.754] [LOG] No helper found for module: weather.
      [14.12.2021 17:06.54.755] [LOG] No helper found for module: clock.
      [14.12.2021 17:06.54.756] [LOG] No helper found for module: MMM-Carousel.
      [14.12.2021 17:06.54.756] [LOG] No helper found for module: MMM-RAIN-MAP.
      [14.12.2021 17:06.55.135] [LOG] Initializing new module helper …
      [14.12.2021 17:06.55.136] [LOG] Module helper loaded: MMM-PaprikaMenu
      [14.12.2021 17:06.55.236] [LOG] Initializing new module helper …
      [14.12.2021 17:06.55.237] [LOG] Module helper loaded: calendar
      [14.12.2021 17:06.55.238] [LOG] No helper found for module: calendar_monthly.
      [14.12.2021 17:06.55.238] [LOG] No helper found for module: helloworld.
      [14.12.2021 17:06.55.577] [LOG] Initializing new module helper …
      [14.12.2021 17:06.55.577] [LOG] Module helper loaded: MMM-CalendarExt
      [14.12.2021 17:06.55.580] [LOG] Initializing new module helper …
      [14.12.2021 17:06.55.581] [LOG] Module helper loaded: MMM-ip
      [14.12.2021 17:06.55.581] [LOG] All module helpers loaded.
      [14.12.2021 17:06.55.694] [LOG] Starting server on port 8080 …
      [14.12.2021 17:06.55.708] [LOG] Server started …
      [14.12.2021 17:06.55.709] [LOG] Connecting socket for: MMM-GoogleTasks
      [14.12.2021 17:06.55.710] [LOG] Starting node helper for: MMM-GoogleTasks
      [14.12.2021 17:06.55.710] [LOG] Connecting socket for: updatenotification
      [14.12.2021 17:06.55.711] [LOG] Connecting socket for: MMM-PaprikaMenu
      [14.12.2021 17:06.55.712] [LOG] Starting node_helper for module [MMM-PaprikaMenu]
      [14.12.2021 17:06.55.712] [LOG] Connecting socket for: calendar
      [14.12.2021 17:06.55.713] [LOG] Starting node helper for: calendar
      [14.12.2021 17:06.55.713] [LOG] Connecting socket for: MMM-CalendarExt
      [14.12.2021 17:06.55.714] [LOG] Connecting socket for: MMM-ip
      [14.12.2021 17:06.55.715] [LOG] Starting module helper: MMM-ip
      [14.12.2021 17:06.55.715] [LOG] Available network interface types: lo, wlan0
      [14.12.2021 17:06.55.716] [LOG] Sockets connected & modules started …
      [14.12.2021 17:06.55.995] [LOG] Launching application.
      [14.12.2021 17:06.58.663] [LOG] Create new calendarfetcher for url: http://outlook.office365.com/owa/calendar/f2033a09d654825a9290ce3ec9657585490405428856/calendar.ics - Interval: 50000
      [14.12.2021 17:06.58.696] [LOG] Create new calendarfetcher for url: https://calendar.google.com/calendar/ical/pastormike%40htni.org/private-34995d14cf5e15efc8bd68f680c508e3/basic.ics - Interval: 50000
      [14.12.2021 17:06.58.766] [LOG] TASKS SERVICE ALREADY RUNNING, DONT NEED TO AUTHENTICATE AGAIN
      [14.12.2021 17:06.58.884] [LOG] Create new calendarfetcher for url: https://calendar.google.com/calendar/ical/pastorcharlotte%40htni.org/private-448bd900cdd3f7155/basic.ics - Interval: 50000
      [14.12.2021 17:06.59.198] [INFO] Calendar-Fetcher: Broadcasting 6 events.
      [14.12.2021 17:06.59.540] [INFO] Calendar-Fetcher: Broadcasting 2 events.
      [14.12.2021 17:06.59.674] [LOG] MMM-PaprikaMenu: Week starts: 2021-12-13, next week starts: 2021-12-20
      [14.12.2021 17:06.59.696] [LOG] MMM-PaprikaMenu: Waiting on 0 Paprika recipe calls.
      [14.12.2021 17:06.59.697] [LOG] MMM-PaprikaMenu: All recipe queries returned.
      [14.12.2021 17:07.02.676] [LOG] Shutting down server…
      [14.12.2021 17:07.02.678] [LOG] Stopping module helper: MMM-GoogleTasks
      [14.12.2021 17:07.02.679] [LOG] Stopping module helper: updatenotification
      [14.12.2021 17:07.02.680] [LOG] Stopping module helper: MMM-PaprikaMenu
      [14.12.2021 17:07.02.682] [LOG] Stopping module helper: calendar
      [14.12.2021 17:07.02.683] [LOG] Stopping module helper: MMM-CalendarExt
      [14.12.2021 17:07.02.684] [LOG] Stopping module helper: MMM-ip

      posted in Forum
      P
      pastormingle
    • 1 / 1