• 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 event location

Scheduled Pinned Locked Moved Solved Requests
7 Posts 3 Posters 1.1k Views 4 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.
  • A Offline
    Andy_nde
    last edited by Jan 4, 2022, 8:17 PM

    Hey there,

    I have daily changing locations for my work, so I’d like to get the route to these locations every morning. the location is implemented in my google calendar events and it just has to be displayed maybe like in MMM-Commute e.g. is there any solution to implement this?

    S 1 Reply Last reply Jan 6, 2022, 8:24 PM Reply Quote 0
    • S Offline
      sdetweil @Andy_nde
      last edited by sdetweil Dec 7, 2022, 6:03 PM Jan 6, 2022, 8:24 PM

      @andy_nde said in google calendar event location:

      the location is implemented in my google calendar

      what field of the event is this in?

      can u download the ics (use the URL from the cal )
      it is just a text file…

      so one event.

      BEGIN:VEVENT
      …
      …
      …
      END:VEVNET

      the calendar module broadcasts the events so other modules might augment the system with at info
      (weather, etc…)
      i don’t know what field it is, so doubt we broadcast it…

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      A 1 Reply Last reply Jan 9, 2022, 7:16 AM Reply Quote 0
      • A Offline
        Andy_nde @sdetweil
        last edited by Jan 9, 2022, 7:16 AM

        @sdetweil yes the broadcast of the calendar module was the solution. With MMM-google-route I found the right thing I was looking for.

        R 1 Reply Last reply Dec 7, 2022, 5:56 PM Reply Quote 0
        • R Offline
          rodrigolousada @Andy_nde
          last edited by Dec 7, 2022, 5:56 PM

          @Andy_nde how did you do it? Can you share your steps and config file? Thanks

          S 1 Reply Last reply Dec 7, 2022, 6:04 PM Reply Quote 0
          • S Offline
            sdetweil @rodrigolousada
            last edited by Dec 7, 2022, 6:04 PM

            @rodrigolousada add
            broadcastEvents:true,
            to the default calendar config section

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            R 1 Reply Last reply Dec 9, 2022, 1:34 PM Reply Quote 0
            • R Offline
              rodrigolousada @sdetweil
              last edited by Dec 9, 2022, 1:34 PM

              @sdetweil Thank you! I also added to the configs of MMM-google-route

              listen: "CALENDAR_EVENTS"
              

              Now it is working :) Do you know how could I have the MMM-google-route showing only if I have something on my calendar? Right now I have a default route, that is changed if I have something on my calendar. But it would be nicer to have the module hidden, and then appearing when I get something on the calendar. I tried deleting the “destination” from the configs file, but it shows a big grey square when I don’t have anything on my calendar.

              3f4309f6-d2b5-46bb-8562-c0a1c2c68293-image.png

              S 1 Reply Last reply Dec 9, 2022, 1:46 PM Reply Quote 0
              • S Offline
                sdetweil @rodrigolousada
                last edited by Dec 9, 2022, 1:46 PM

                @rodrigolousada sorry, I do not know the module at all

                Sam

                How to add modules

                learning how to use browser developers window for css changes

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