Read the statement by Michael Teeuw here.
Pas de Google Agenda dans MMM-calendar
-
Bonjour
Je viens de faire une nouvelle installation de MM en réutilisant mon ancien fichier config.js et je n’arrive pas à voir les événements de Google Agenda .
Merci d’avance pour votre aide .
Voici l’extrait de ma config pour Calendar :Hello
I just did a fresh installation of MM reusing my old config.js file and I can’t see Google Calendar events.
Here is the extract from my config for Calendar:Thank you in advance for your help .
module: "calendar", header: "AGENDA", position: "top_center", config: { maximumEntries: 8, calendars: [ { symbol: "globe ", url: "http://www.education.gouv.fr/download.php?file=//cache.media.education.gouv.fr/ics/Calendrier_Scolaire_Zone_A.ics" }, { symbol: "smile-o ", url: "https://www.thunderbird.net/media/caldata/FrenchHolidays.ics" }, { symbol: "birthday-cake ", url: "https://calendar.google.com/calendar/ical/bea161168%40gmail.com/private-xxxxxxxxxxxxx/basic.ics" }, ] } },
-
@did we’ve had some trouble with the new calendar parser we didn’t find in test
so do this
cd ~/MagicMirror npm install node-ical@0.16.1
then restart MagicMirror
one thing to note, the internet has gone to all secure connections
thisurl: "http://www.education.gouv.fr/download.php
should probably change to
url: "https://www.education.gouv.fr/download.php
let me know
-
@sdetweil
Tu as résolu le problème de l’agenda Google :clapping_hands: .
Pour le calendrier en https j’ai testé cela ne fonctionne pas , mais je n’en ai plus besoin et je l’ai enlevé de ma configuration .
Un grand merci a toi .You solved the Google Calendar problem.
For the https calendar I tested it doesn’t work, but I no longer need it and I removed it from my configuration.
Thank you very much . -
@did awesome… glad you got it working and tested the other.