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

    Posts

    Recent Best Controversial
    • RE: MMM-google-route not getting the information from my calender

      problem solved I needed to put the broadcast events into the subheading of the calendar i wanted the event broadcasted from.

      and change MMM-Google-Route
      listen : ‘[CALENDAR_EVENTS]’,

      {
      			module: "calendar",
      			header: "CainsCalender",
      			position: "top_left",        
      			config: {
      				maximumEntries: "5",
      				showLocation: true,
      				coloured: true,
      				coloredSymbolOnly: true,
                      
                      tableClass: 'large',
      				calendars: [
      					{
      						symbol: "calendar-check",
      						url: "https://calendar.google.comsexyas/basic.ics",
                              **broadcastEvents: true,**			
      					},
      					{
      						symbol: "toilet-paper",
                              url: "https://www.officeholidays.com/ics-clean/australia/queensland",
      						
      					},
      								
      				]
      			}
      		},**bolded text**
      posted in Troubleshooting
      C
      Cain
    • 1 / 1