A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Google calendar
-
/* 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!