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-GoogleMapsTraffic

    Scheduled Pinned Locked Moved Transport
    87 Posts 27 Posters 83.4k Views 28 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.
    • K Offline
      knubbl @cruunnerr
      last edited by

      @cruunnerr

      try mmm-scheduler . this is a modul which gives u the opportunity to schedule all modules to show and hide to a spedific time.

      nice if u have not enough space on ur screen and want to switch between modules by time

      1 Reply Last reply Reply Quote 0
      • A Offline
        Aurelsam
        last edited by

        Hi everybody,
        Do you think it would be possible to include a marker on the map to see my house on the map I display?
        Thanks

        R 1 Reply Last reply Reply Quote 0
        • S Offline
          sheddingmyskin
          last edited by

          Anyone else having issues with the map rendering streets / traffic /actual data rather than a blank frame? I have tried several of the forks, and they all end the same way. I have confirmed by use of MMM-Traffic that my API key is valid.

          config.js:

          modules: [
          		{
          			module: "alert",
          		},
          		{
          			module: "updatenotification",
          			position: "top_bar"
          		},
           // added Modules 
                          {
                                  module: 'MMM-GoogleMapsTraffic',
                                  position: 'bottom_right',
                                  config: {
                                          key: '************************',
                                          lat: '30.00000',
                                          lng: '-90.000000',
                                          height: '300px',
                                          width: '300px'
          	  	            }
                          },
          		{
          			module: 'MMM-Traffic',
          			position: 'top_right',
          			classes: 'dimmed medium', //optional, default is 'bright medium', only applies to commute info not route_name
          			config: {
          				api_key: '*******',
          				mode: 'driving',
          				origin: '**********',
          				destination: '*********',
          			//	mon_destination: '116th St & Broadway, New York, NY 10027',
          			//	fri_destination: '1 E 161st St, Bronx, NY 10451',
          				arrival_time: '0755', //optional, but needs to be in 24 hour time if used.
          				route_name: 'Home to Work',
          				changeColor: true,
          				showGreen: false,
          				limitYellow: 5, //Greater than 5% of journey time due to traffic
          				limitRed: 20, //Greater than 20% of journey time due to traffic
          				traffic_model: 'pessimistic',
          				interval: 60000, //1 minutes
          				showWeekend: false,
          				allTime: false,
          				startHr: 5,
          				endHr:   10,
          				hideOffHours: true
          			}
          		},
          
            //end of Module adds
          		{
          			module: "compliments",
          			position: "lower_third"
          		},
          ]
          
          

          0_1516249657158_MMM-GoogleTraffic.png

          1 Reply Last reply Reply Quote 0
          • cruunnerrC Offline
            cruunnerr
            last edited by

            @sheddingmyskin said in MMM-GoogleMapsTraffic:

                                        lat: '30.00000',
                                        lng: '-90.000000',
            

            This is wrong. Must look like this:

            lat: 30.00000,
            lng: -90.000000,
            

            Without the ’

            S 1 Reply Last reply Reply Quote 1
            • S Offline
              sheddingmyskin @cruunnerr
              last edited by

              @cruunnerr
              Thanks! That was it. I had it like that to begin with, but using a different fork, that did not allow the module to appear at all. I changed at some point and thought I was making progress.

              1 Reply Last reply Reply Quote 0
              • A Offline
                alkank
                last edited by

                Hi guys,

                Is there anyway to change the Style of the map automaticaly according to sun like navigations systems?

                1 Reply Last reply Reply Quote 0
                • R Offline
                  rak @Aurelsam
                  last edited by rak

                  @aurelsam asked for markers. I built this in a very generic way. Will create a pull request soon.

                  R 1 Reply Last reply Reply Quote 0
                  • R Offline
                    rak @rak
                    last edited by

                    Hi,

                    I added a pull request to the original module which adds markers and an option for transparent maps.

                    Have fun.

                    Regards
                    Ralf

                    1 Reply Last reply Reply Quote 0
                    • S Offline
                      Smotx
                      last edited by

                      This post is deleted!
                      1 Reply Last reply Reply Quote 0
                      • S Offline
                        Smotx
                        last edited by Smotx

                        Hi,

                        when I don’t activate this module, all my other modules work and display’s, when I activate this module, some modules are no longer displayed, such as: MMM-TPlink, MMM-CalendarExt, MMM-FreefoxMonitor.

                        Anyone have an idea why?

                        Thanks for help.

                        1 Reply Last reply Reply Quote 0
                        • T Offline
                          tbs86
                          last edited by

                          Every time i add this module and try to start the MM it tells me i have a syntax error and wont start any modules on my mirror.

                          1 Reply Last reply Reply Quote 0
                          • evroomE Offline
                            evroom
                            last edited by

                            Read this for learning purposes:

                            https://forum.magicmirror.builders/topic/5399/how-to-check-your-config-for-errors-for-absolute-beginners

                            If you post the config:check output and your MMM-GoogleMapsTraffic part inside config.js, I am sure someone can help you.

                            Good luck.

                            MagicMirror version: 2.33.0
                            Raspberry Pi 4 Model B Rev 1.5 (8 GB RAM)
                            Raspbian GNU/Linux 12 (bookworm)

                            Test environment:
                            MagicMirror version: v2.33.0
                            Raspberry Pi 3 Model B Plus Rev 1.3 (1 GB RAM)
                            Raspbian GNU/Linux 12 (bookworm)

                            T 2 Replies Last reply Reply Quote 1
                            • T Offline
                              tbs86 @evroom
                              last edited by

                              @evroom thank you i will give this a shot when i get home and post my results

                              1 Reply Last reply Reply Quote 0
                              • T Offline
                                tbs86 @evroom
                                last edited by

                                @evroom ```here is my code

                                	{
                                		module: "calendar",
                                		header: "US Holidays",
                                		position: "top_left",
                                		config: {
                                			calendars: [
                                				{
                                					symbol: "calendar-check-o ",
                                					url: "webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics"
                                				}
                                			]
                                		}
                                	},
                                		
                                	{
                                		module: "compliments",
                                		position: "lower_third"
                                	},
                                	var config = {
                                modules: [
                                    {
                                        module: 'MMM-GoogleMapsTraffic',
                                        position: 'bottom_left',
                                        config: {
                                            key: 'YOUR_KEY',
                                            lat: 37.8262306,
                                            lng: -122.2920096,
                                            height: '300px',
                                            width: '300px'
                                            styledMapType: "transparent",
                                            disableDefaultUI: true,
                                            backgroundColor: 'hsla(0, 0%, 0%, 0)',
                                            markers: [
                                                {
                                                    lat: 37.8262316,
                                                    lng: -122.2920196,
                                                    fillColor: '#9966ff'
                                                },
                                            ],
                                        },
                                    }
                                ]
                                

                                }

                                1 Reply Last reply Reply Quote 0
                                • evroomE Offline
                                  evroom
                                  last edited by

                                  Yes, the README tricked you a bit.

                                  Remove this:

                                  var config = {
                                  modules: [
                                  

                                  and the last 2 lines:

                                  }
                                  ]
                                  

                                  Verify with:

                                  cd ~/MagicMirror; npm run config:check
                                  

                                  MagicMirror version: 2.33.0
                                  Raspberry Pi 4 Model B Rev 1.5 (8 GB RAM)
                                  Raspbian GNU/Linux 12 (bookworm)

                                  Test environment:
                                  MagicMirror version: v2.33.0
                                  Raspberry Pi 3 Model B Plus Rev 1.3 (1 GB RAM)
                                  Raspbian GNU/Linux 12 (bookworm)

                                  T 1 Reply Last reply Reply Quote 1
                                  • T Offline
                                    tbs86 @evroom
                                    last edited by

                                    @evroom

                                    did what you said and did the config check and this is what i got

                                    Line 134 col 5 Unexpected ‘]’.
                                    Line 134 col 5 Expected an identifier and instead saw ‘]’.
                                    Line 134 col 6 Missing semicolon.
                                    Line 134 col 5 Unrecoverable syntax error. (95% scanned).
                                    pi@raspberrypi:~/MagicMirror $

                                    1 Reply Last reply Reply Quote 0
                                    • T Offline
                                      tbs86
                                      last edited by tbs86

                                      it says line 134 but the only thing on line 134 is a ]

                                      here is my code leading up to 134

                                      		{
                                          module: "MMM-EARTH",
                                          position: "bottom_center",
                                          config: {
                                              mode: "Natural",
                                              rotateInterval: 15000,
                                              MaxWidth: "50%",
                                              MaxHeight: "50%",
                                          }
                                      },
                                      		
                                      			       
                                      				    
                                      				    
                                      
                                      		
                                      
                                      
                                      	]
                                      
                                      };
                                      
                                      

                                      That is line 116 to 136 the end of my config

                                      Mykle1M 1 Reply Last reply Reply Quote 0
                                      • Mykle1M Offline
                                        Mykle1 Project Sponsor Module Developer @tbs86
                                        last edited by

                                        @tbs86

                                        This is your current config entry

                                        var config = {
                                        modules: [
                                            {
                                                module: 'MMM-GoogleMapsTraffic',
                                                position: 'bottom_left',
                                                config: {
                                                    key: 'YOUR_KEY',
                                                    lat: 37.8262306,
                                                    lng: -122.2920096,
                                                    height: '300px',
                                                    width: '300px'
                                                    styledMapType: "transparent",
                                                    disableDefaultUI: true,
                                                    backgroundColor: 'hsla(0, 0%, 0%, 0)',
                                                    markers: [
                                                        {
                                                            lat: 37.8262316,
                                                            lng: -122.2920196,
                                                            fillColor: '#9966ff'
                                                        },
                                                    ],
                                                },
                                            }
                                        ]
                                        

                                        Make it look like this or copy and paste

                                            {
                                                module: 'MMM-GoogleMapsTraffic',
                                                position: 'bottom_left',
                                                config: {
                                                    key: 'YOUR_KEY',
                                                    lat: 37.8262306,
                                                    lng: -122.2920096,
                                                    height: '300px',
                                                    width: '300px'
                                                    styledMapType: "transparent",
                                                    disableDefaultUI: true,
                                                    backgroundColor: 'hsla(0, 0%, 0%, 0)',
                                                    markers: [
                                                        {
                                                            lat: 37.8262316,
                                                            lng: -122.2920196,
                                                            fillColor: '#9966ff'
                                                        },
                                                    ],
                                                },
                                        

                                        Props to @evroom

                                        Create a working config
                                        How to add modules

                                        T 1 Reply Last reply Reply Quote 0
                                        • T Offline
                                          tbs86 @Mykle1
                                          last edited by

                                          @mykle1 said in MMM-GoogleMapsTraffic:

                                          {
                                              module: 'MMM-GoogleMapsTraffic',
                                              position: 'bottom_left',
                                              config: {
                                                  key: 'YOUR_KEY',
                                                  lat: 37.8262306,
                                                  lng: -122.2920096,
                                                  height: '300px',
                                                  width: '300px'
                                                  styledMapType: "transparent",
                                                  disableDefaultUI: true,
                                                  backgroundColor: 'hsla(0, 0%, 0%, 0)',
                                                  markers: [
                                                      {
                                                          lat: 37.8262316,
                                                          lng: -122.2920196,
                                                          fillColor: '#9966ff'
                                                      },
                                                  ],
                                              },
                                          

                                          still getting a error

                                          Mykle1M 1 Reply Last reply Reply Quote 0
                                          • Mykle1M Offline
                                            Mykle1 Project Sponsor Module Developer @tbs86
                                            last edited by Mykle1

                                            @tbs86

                                            Sorry about that. I just checked it. Try this please. There was a comma missing after width: '300px', and no comma after the closing } Not your fault. The example in the readme is incorrect

                                            {
                                                module: 'MMM-GoogleMapsTraffic',
                                                position: 'bottom_left',
                                                config: {
                                                    key: 'YOUR_KEY',
                                                    lat: 37.8262306,
                                                    lng: -122.2920096,
                                                    height: '300px',
                                                    width: '300px',
                                                    styledMapType: "transparent",
                                                    disableDefaultUI: true,
                                                    backgroundColor: 'hsla(0, 0%, 0%, 0)',
                                                    markers: [
                                                        {
                                                            lat: 37.8262316,
                                                            lng: -122.2920196,
                                                            fillColor: '#9966ff'
                                                        },
                                                    ],
                                                }
                                              },
                                            

                                            Create a working config
                                            How to add modules

                                            T 1 Reply Last reply Reply Quote 1

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 3 / 5
                                            • 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