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

MMM-TrafficCal - Dynamically display commutes based on calendar entries

Scheduled Pinned Locked Moved Utilities
13 Posts 6 Posters 9.0k Views 7 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.
  • ? Offline
    A Former User
    last edited by A Former User Nov 17, 2016, 9:16 AM Nov 17, 2016, 9:13 AM

    A fantastic enhancement on the origional by the looks of it, thanks for taking the time RedNax.

    Question, all installed and configured.

    Apart from https://www.npmjs.com/package/request (npm install request)
    Any recommended method for installation on a mac?

    Thanks

    S 1 Reply Last reply Jan 24, 2017, 2:08 AM Reply Quote 0
    • S Offline
      shashank @Guest
      last edited by Jan 24, 2017, 2:08 AM

      @wjdw87 hi, I installed this module, i cannot see any display on MM with regards to TrafficCalc, may i know the steps how to enter info on a gmail calander for MYTRIP and Destination

      1 Reply Last reply Reply Quote 0
      • B Offline
        Bobby @RedNax
        last edited by Feb 9, 2017, 10:23 AM

        @RedNax I have some problems with this module. How should be a correct calendar entry? I cannot see anything on the mirror. This ist the only thing in the log:

        received TRAFFIC_COMMUTE
        TRAFFIC URLS: 
        received TRAFFIC_COMMUTE
        TRAFFIC URLS: 
        received TRAFFIC_COMMUTE
        TRAFFIC URLS: 
        received TRAFFIC_COMMUTE
        TRAFFIC URLS: 
        
        

        Thanks
        Bobby

        R 1 Reply Last reply Feb 12, 2017, 9:00 AM Reply Quote 0
        • R Offline
          RedNax Module Developer @Bobby
          last edited by RedNax Feb 12, 2017, 12:47 PM Feb 12, 2017, 9:00 AM

          @Bobby

          Hi Bobby,

          Your config should be something like this:

          	{
          		module: "MMM-TrafficCal",
          		position: "top_left",
          		classes: "dimmed medium",
          		config: {
          			api_key: "API KEY to the calendar holding your trip planning, could optionally be a seperate one",
          			origin: "Damrak 1, Amsterdam", // Your default trip origin. Must be an unambiguous google resolvable adress
          			tripkey: "MYTRIPS", // A keyword to identify a TrafficCal calendar entry
          			chinangeColor: true,
          			limitYellow: 25,
          			limitRed: 50,
          			traffic_model: "pessimistic",
          			interval: 120000
          		}
          	},
          
              
              An example of an entry:
          

          0_1486889620335_upload-cccf478f-b636-4ff2-962e-f4491bda83f8

          You’ll have to run a calendar module with the MYTRIPS calendar entries in it. You can optionally hide it using the remote control module.

          	{
          		module: "calendar",
          		header: "Trips",
          		position: "top_left",
          		fetchInterval: 60000,
          		config: {
          			maximumNumberOfDays: 1,
          			calendars: [
          				{
          					symbol: "calendar-check-o ",
          					url: "https://calendar.google.com/calendar/ical/YOUR URL TO THE TRIPS CALENDAR",
          					maximumNumberOfDays: 1
          				}
          			],
          			titleReplace: {
          				"De verjaardag van ": "",
          				"'s birthday": ""
          			}
          		}
          	},
          

          Good luck!

          B S 2 Replies Last reply Feb 12, 2017, 1:40 PM Reply Quote 1
          • B Offline
            Bobby @RedNax
            last edited by Feb 12, 2017, 1:40 PM

            @RedNax Thx, for your answer. I have solved my problem, my destination has German “umlaute (ä, ü, ö)” in name. Thus the google request did not clear. This is not utf-8. An other question is, what does ist mean “ipv”?

             mycommute.commute + ' ipv ' + mycommute.noTraffic 
            

            Thanks fpr your help
            Bobby

            R 1 Reply Last reply Feb 12, 2017, 2:19 PM Reply Quote 0
            • R Offline
              RedNax Module Developer @Bobby
              last edited by Feb 12, 2017, 2:19 PM

              @Bobby Whoops, thats a Dutch abbreveation of ‘instead of’… Should really make that a config item… :S

              R 1 Reply Last reply Feb 18, 2017, 10:16 AM Reply Quote 0
              • R Offline
                RedNax Module Developer @RedNax
                last edited by Feb 18, 2017, 10:16 AM

                @RedNax New version has these strings as config items…

                1 Reply Last reply Reply Quote 0
                • S Offline
                  shashank @RedNax
                  last edited by Feb 26, 2017, 7:06 AM

                  @RedNax hi, i created the Calendar and able to view the MYTRIP details but TrafficCalc is not working
                  how and where to get this ApiKey
                  api_key: “API KEY to the calendar holding your trip planning, could optionally be a seperate one”,

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