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

    tomlid

    @tomlid

    0
    Reputation
    158
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    tomlid Unfollow Follow

    Latest posts made by tomlid

    • RE: Getting my Google calendar working.... need help.

      As far as I can work out it does not support embedded calendars only the “main” so my workaround is to show the individual calendars ie:

      config: {
      						colored:true,
      						dateFormat: "MMM Do hh:mm",
      						timeFormat: "absolute",
      						showEnd: false,
      						calendars: [
      				           {
      				             color: "#66f795",
      							 symbol: "american-sign-language-interpreting",
      						     url: "https://calendar.google.com/calendar/ical/......./basic.ics"    
      		                   },
      						   {
      				             color: "#6683f7",
      							 symbol: "birthday-cake",
      						     url: "https://calendar.google.com/calendar/ical/...../basic.ics",    
      		                   },
                                 {
      				             color: "#ffffff",
      							 symbol: "calendar-check-o ",
      						     url: "https://calendar.google.com/calendar/ical/...../basic.ics",    
      		                   }						   
      				                    ]
      			        }
      		},
      }
      
      posted in Troubleshooting
      T
      tomlid