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.

    Holiday Calendar Won't Display with Other Calendars

    Scheduled Pinned Locked Moved Troubleshooting
    magic mirrorcalendarholidayholiday calendarcalendarsmultiple calendars
    4 Posts 2 Posters 876 Views
    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 Offline
      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 Offline
        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

        Sam

        How to add modules

        learning how to use browser developers window for css changes

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

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            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 Sam, technical setup by Karsten.
            This forum is using NodeBB as its core | Contributors
            Contact | Privacy Policy