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

    brownco9

    @brownco9

    1
    Reputation
    517
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    brownco9 Unfollow Follow

    Best posts made by brownco9

    • RE: multiple calendars

      @Mykle1 I can’t copy correctly… I had .basics.ics instead of .basic.ics made the change it worked. Thanks for the help :tired_face:

      posted in Troubleshooting
      B
      brownco9

    Latest posts made by brownco9

    • RE: multiple calendars

      @Mykle1 I can’t copy correctly… I had .basics.ics instead of .basic.ics made the change it worked. Thanks for the help :tired_face:

      posted in Troubleshooting
      B
      brownco9
    • RE: multiple calendars

      @Mykle1 fixed the comma, no change. I made sure to wait 5 minutes so the fetch could go.

      posted in Troubleshooting
      B
      brownco9
    • RE: multiple calendars

      @brownco9 I added the urgency and getRelative after seeing yours and it didn’t change.

      posted in Troubleshooting
      B
      brownco9
    • RE: multiple calendars

      @Mykle1

      module: 'calendar',
      			header: 'Calendars',
      			position: 'top_left',
      			config: {
      			urgency: 0,
      			getRelative: 0,
      				calendars: [
      					{
      						symbol: 'calendar-check-o ',
      						url: 'https://calendar.google.com/calendar/ical/browncxxx.org/private-xxx/basics.ics'
      					},
      					{
      						symbol: 'calendar-check-o ',
      						url: 'webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics'
      						
      					},
      					{
      						symbol: 'calendar-check-o ',
      						url: 'https://calendar.google.com/calendar/ical/browncxxx.com/private-xxx/basics.ics'
      					},
      				]
      			}
      		},
      
      posted in Troubleshooting
      B
      brownco9
    • RE: multiple calendars

      Okay I’ve tried that exactly as it is with my two additional calendars and I can’t get it to show anything but the Holidays one even if I change the order of them listed. I made sure to grab the private Ical along with checking it in the debugger which returns results of calendar items from my personal calendar. Thoughts?

      posted in Troubleshooting
      B
      brownco9