• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

Pas de Google Agenda dans MMM-calendar

Scheduled Pinned Locked Moved Solved Troubleshooting
4 Posts 2 Posters 548 Views 2 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    did
    last edited by Feb 15, 2024, 2:34 PM

    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"
    	
    					},
                                    ]
    
    			}
    		},
    
    S 1 Reply Last reply Feb 15, 2024, 2:40 PM Reply Quote 0
    • S Offline
      sdetweil @did
      last edited by Feb 15, 2024, 2:40 PM

      @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
      this

      url: "http://www.education.gouv.fr/download.php
      

      should probably change to

      url: "https://www.education.gouv.fr/download.php
      

      let me know

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      D 1 Reply Last reply Feb 15, 2024, 3:05 PM Reply Quote 0
      • D Offline
        did @sdetweil
        last edited by Feb 15, 2024, 3:05 PM

        @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 .

        S 1 Reply Last reply Feb 15, 2024, 3:12 PM Reply Quote 1
        • S Offline
          sdetweil @did
          last edited by Feb 15, 2024, 3:12 PM

          @did awesome… glad you got it working and tested the other.

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • 1 / 1
          1 / 1
          • First post
            1/4
            Last post
          Enjoying MagicMirror? Please consider a donation!
          MagicMirror created by Michael Teeuw.
          Forum managed by Sam, technical setup by Karsten.
          This forum is using NodeBB as its core | Contributors
          Contact | Privacy Policy