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

Google calendar

Scheduled Pinned Locked Moved Troubleshooting
13 Posts 2 Posters 16.5k 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.
  • W Offline
    Wilco89
    last edited by Jun 18, 2016, 10:18 AM

    What Version did you install? Or how Long ago?

    1 Reply Last reply Reply Quote 0
    • A Offline
      acdacd2
      last edited by Jun 18, 2016, 10:33 AM

      the last one, yesterday

      1 Reply Last reply Reply Quote 0
      • A Offline
        acdacd2
        last edited by Jun 18, 2016, 10:38 AM

        the link for the calendar looks like https://…basics.ics

        1 Reply Last reply Reply Quote 0
        • W Offline
          Wilco89
          last edited by Jun 18, 2016, 10:43 AM

          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)

          1 Reply Last reply Reply Quote 0
          • A Offline
            acdacd2
            last edited by paviro Jun 18, 2016, 6:40 PM Jun 18, 2016, 10:46 AM

            /* 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!

            1 Reply Last reply Reply Quote 0
            • W Offline
              Wilco89
              last edited by paviro Jun 18, 2016, 6:40 PM Jun 18, 2016, 10:47 AM

              I think you should delete webcal:// ;)

              just:
              https://calendar.google.com/calendar/ical/tttttttttttt%40gmail.com/private-b9e12e6506ad4a25ade0d02f87534394/basic.ics

              A 1 Reply Last reply Jun 18, 2016, 11:42 AM Reply Quote 1
              • A Offline
                acdacd2 @Wilco89
                last edited by Jun 18, 2016, 11:42 AM

                @Wilco89 It works ! Thanks
                marc,

                1 Reply Last reply Reply Quote 0
                • A Offline
                  acdacd2
                  last edited by Jun 18, 2016, 4:26 PM

                  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

                  1 Reply Last reply Reply Quote 0
                  • A Offline
                    acdacd2
                    last edited by Jun 18, 2016, 4:56 PM

                    Found, It’s ok

                    W 1 Reply Last reply Jun 18, 2016, 5:21 PM Reply Quote 0
                    • W Offline
                      Wilco89 @acdacd2
                      last edited by Jun 18, 2016, 5:21 PM

                      @acdacd2 what change did you Made?

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 1 / 2
                      1 / 2
                      • First post
                        6/13
                        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