Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.15.0 is available! For more information about this release, check out this topic.

    Holiday Calendar Won't Display with Other Calendars

    Troubleshooting
    calendar calendars holiday holiday calendar magic mirror multiple calendars
    2
    4
    67
    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.
    • L
      ljcwalston last edited by

      Hello,
      I’ve been running MM for a few days now. I have 3 calendars I’d like to display: US holidays, personal (google), and work (outlook). Everything worked fine initially but I recently saw that the holiday calendar does not display with the other two calendars. I investigated this by deleting the other two calendars and then the holiday calendar does work just fine on its own. But when I add the other two calendars back in, the holiday calendar does not display. Any help to get all 3 calendars shown appreciated! Here is my config snipet:

      {
      			module: 'calendar',
      			position: 'top_left',
      			config: {
      			urgency: 0,
      			getRelative: 0,
      			fadePoint: 0.2, 
      				calendars: [
      					{
      						symbol: 'calendar-check-0',
      						url: 'http://www.calendarlabs.com/templates/ical/US-Holidays.ics'
      					},
      					{	symbol: 'calendar',
      						url: 'https://calendar.google.com/xxxxxxxmy_personal_calendar.ics'
      					},
      					{	symbol: 'calendar',
      						url: 'webcal://outlook.xxxxxxxxxxmy_work_calendar.ics'
      					},
      				],
      			}
      		},
      
      S 1 Reply Last reply Reply Quote 0
      • S
        sdetweil @ljcwalston last edited by

        @ljcwalston i replied to your other post a few minutes ago… please don’t make multiple posts for the same trouble

        L 1 Reply Last reply Reply Quote 0
        • L
          ljcwalston @sdetweil last edited by

          @sdetweil Does this mean the connection errors should resolve on their own? Is there something I can do to get them to display? I deleted the other thread as it seems this is a better place to ask.

          S 1 Reply Last reply Reply Quote 0
          • S
            sdetweil @ljcwalston last edited by

            @ljcwalston i replied to your other post a few minutes ago… please don’t make multiple posts for the same troublehow do you start mm? pm2? then

            pm2 logs --lines=??  
            

            will show the console log info where I see my errors

            ?? is a number, default is 15 lines, u may need to show more than 100

            I have not looked at the code, so don’t know how it will do at network error recovery,
            looks like it tries, based on the error messages

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