From 46eac145cbcf6c721b72bd4abc5d6ce5ab8282ae Mon Sep 17 00:00:00 2001 From: Chris Behrens Date: Sat, 8 Feb 2025 22:51:06 -0800 Subject: [PATCH] Fix Waze url for navigation when using CarPlay The default url for Waze works fine IIRC when you are not using CarPlay. The Waze app will open to the location and allow you to start navigation. However, if you have CarPlay, the Waze app just opens to the default 'menu', and doesn't seem to know anything about the location. This has always worked fine from Poracle notifications. So this adds a couple of extra query params that Poracle uses. This fixes it. --- config/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/default.json b/config/default.json index 2b2a56cb9..457b442ad 100644 --- a/config/default.json +++ b/config/default.json @@ -921,7 +921,7 @@ }, { "name": "Waze", - "url": "https://www.waze.com/ul?ll={x},{y}" + "url": "https://www.waze.com/ul?ll={x},{y}&navigate=yes&zoom=17" }, { "name": "Intel",