Waze gives no map and no Kms

Trying to get Waze time travels to work.
Like most videos they work easy or they don’t. This one is on the Don’t List.
Only have four problems:
1/ Added two Waze Travel Time sensors and when I Add the Card, list By Entity and query Waze I only get the WAZE Travel Time entity, neither sensor.
2/ When I add the Waze map as a panel, I get the icons and no map. How do I get the map?
3/ How do I add my mobile phone as the destination so I always know how far I am from home?
I think you say device_tracker.iphone… but where are the kms stored?
I can create an action in a script for “Waze Travel Time .Get travel times” but when I run the script I get an error. What does this mean, as I am not a programmer?
Failed to process the returned action response data, expected a dictionary, but got <class ‘NoneType’>.

4/ What card do I use to show the km from home?
Any help would be appreciated

Sensor code

  -  platform: waze_travel_time
     origin: "home long lat"
     destination: "-27.49877597575261, 153.03314579461505"
     region: "AU"
     name: "Recovery"
     vehicle_type: car
  
  -  platform: waze_travel_time
     origin: "home long lat"
     destination: "-27.50063171650728, 153.0362786147635"
     region: "AU"
     name: "Taxi trip"
     vehicle_type: taxi

From more research i have discovered that it is better to use th Add Integration >> Waze travel time, every time you want a now location. This seems to work more consistently then the ADD Entry on the integration.
But so far I can only add three integration entities and the other fail with a “Fail to Connect”.
I still cannot add a device_tracker.phone in origin or destination.