eouia / MMM-CalendarExt

Calendar views for MagicMirror
MIT License
55 stars 18 forks source link

Calendar authentication #64

Closed ingo916 closed 5 years ago

ingo916 commented 5 years ago

I am trying to add the authentication for a calendar, exchange OWA and when i add the code for authntication i get an error that the config is wrong. My code is below `"module": "MMM-CalendarExt", "config": { "calendars": [ { "symbol": "calendar", "url": "https://west.exch091.serverdata.net/owa/calendar/adee7adc75bd476d9ecbb5f3872a860b@WCMAGNETICS.COM/3a9c2558d6d042d090736bbc155756523799825513094342247/calendar.ics", "name": "WCM Conference Room", "styleName": "style1" auth: { user: 'my user name', pass: 'my password', method:'bearer' },

                },`