Read the statement by Michael Teeuw here.
Google calendar
-
What Version did you install? Or how Long ago?
-
the last one, yesterday
-
the link for the calendar looks like https://…basics.ics
-
in the 2.0 beta there was a problem with it, but a total new instalation. can you put your config file in here please? (delete privaye data)
-
/* Magic Mirror Config Sample * * By Michael Teeuw http://michaelteeuw.nl * MIT Licensed. */ var config = { port: 8080, language: 'fr', timeFormat: 24, units: 'metric', modules: [ { module: 'alert', }, { module: 'clock', position: 'top_left' }, { module: 'calendar', header: 'French Calendar', position: 'top_left', config: { calendars: [ { symbol: 'calendar-check-o ', url: 'webcal://https://calendar.google.com/calendar/ical/tttttttttttt%40gmail.com/private-b9e12e6506ad4a25ade0d02f87534394/basic.ics' } ] } }, { module: 'compliments', position: 'lower_third' }, { module: 'currentweather', position: 'top_right', config: { location: 'Walhain,BE', locationID: '', //ID from bulk.openweather.org/sample/ appid: '7bf92eff2429e19085453abf716ec1c2' } }, { module: 'weatherforecast', position: 'top_right', header: 'Prévisions - Walhain', config: { location: 'Walhain,BE', locationID: '', //ID from bulk.openweather.org/sample/ appid: '7bf92eff2429e19085453abf716ec1c2' } }, { module: 'newsfeed', position: 'bottom_bar', config: { feeds: [ { title: "INFOS EN LIGNE", url: "http://www.lalibre.be/rss/section/actu.xml" } ], showSourceTitle: true, showPublishDate: true } }, ] }; /*************** DO NOT EDIT THE LINE BELOW ***************/ if (typeof module !== 'undefined') {module.exports = config;}
Note from admin: Please use Markdown on code snippets!
-
I think you should delete
webcal://;) -
@Wilco89 It works ! Thanks
marc, -
for some events I received the exact date and time but for others it’s shown the number of day before the event
How can we have always the exact data and time ?
thx
-
Found, It’s ok
-
@acdacd2 what change did you Made?
-
relative => absolute
-
@acdacd2 good job!
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login