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 is resumed

    Scheduled Pinned Locked Moved Bug Hunt
    1 Posts 1 Posters 750 Views 1 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.
    • E Offline
      Ernst-Jan
      last edited by

      Hi all,
      when i start with npm start dev.
      I see the following error.

      InvalidValueError: unknown property orgin js:51:110
      Jc https://maps.googleapis.com/maps/api/js?key=API KEYc:51
      Lc https://maps.googleapis.com/maps/api/js?key=API KEY:51
      Yh https://maps.googleapis.com/maps-api-v3/api/js/35/10a/directions.js:129
      route https://maps.googleapis.com/maps/api/js?key=API KEY:196

      The MM does show the correct part of the road map I have selected.
      I also have MMM-Route enabled with the same API.

      {
      module: “MMM-GoogleMapsTraffic”,
      position: “center”,
      config: {
      key: “API Key”,
      lat: 53.098853,
      lng: 6.176025,
      height: “600px”,
      width: “600px”,
      zoom: 12,
      updateInterval: 300000
      }
      },
      {
      module: “MMM-google-route”,
      position: “bottom_right”,
      header: “”,
      config: {
      //height: ‘150px’,
      //width: ‘300px’,
      key: “API KEY”,
      mapOptions: {

      			},
      			directionsRequest: {
      				orgin: "Drachten",
      				destination: "Schiedam",
      			},
      			listen: [
      				
      			]
      		}
      	}
      ],
      
      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