tonesto7

Well-Known Member
First Name
Anthony
Joined
Sep 20, 2021
Threads
2
Messages
243
Reaction score
610
Location
Ann Arbor, Michigan
Vehicles
2021 F150
Occupation
Software Developer/System Admin
Country flag
Latest version (1.2.3) stopped working for me. 1.2.2 worked fine.

Tried removing/replacing the script, removing/replacing the app, etc. I get these prompts. If I 'Save' the first I get the 2nd:

ScriptableErrors.png
Sorry about all the issues... I'm trying to get time to debug this stuff...
 

SashaLondon

Well-Known Member
First Name
Sasha
Joined
Sep 11, 2020
Threads
32
Messages
1,393
Reaction score
1,500
Location
London
Vehicles
MME AWD SR
Country flag
Ford Mustang Mach-E ? Scriptable FordPass Widget (iOS, iPad, MacOS) 3FA05740-A78C-4BF0-ACF9-BA1B3570DF6C

I get this message no matter what I do. I can see the widget in scriptable only. Any ideas?
 

Holy Driver

Well-Known Member
First Name
Lars
Joined
Jan 3, 2021
Threads
3
Messages
180
Reaction score
171
Location
Germany
Vehicles
Mustang Mach-E RWD SR
Occupation
IT
Country flag
Tried 1.2.4, script starts and I think the commands work (will try it later) but the widget isn't working
 

SAM

Well-Known Member
First Name
SAM
Joined
Dec 29, 2020
Threads
3
Messages
335
Reaction score
362
Location
Central NJ
Vehicles
Premium MME4X Iconic Silver
Country flag
I tried the beta version 1.2.4 that hopefully would fix the line 1814:23 error I and others had in v1.2.3. Got a can't find user error, so cleared the key chain but still no go. Here's the log. Sorry this isn't in GitHub but didn't open an account to make the comment.

Ford Mustang Mach-E ? Scriptable FordPass Widget (iOS, iPad, MacOS) IMG_0905


Ford Mustang Mach-E ? Scriptable FordPass Widget (iOS, iPad, MacOS) IMG_0905
 


tonesto7

Well-Known Member
First Name
Anthony
Joined
Sep 20, 2021
Threads
2
Messages
243
Reaction score
610
Location
Ann Arbor, Michigan
Vehicles
2021 F150
Occupation
Software Developer/System Admin
Country flag
I tried the beta version 1.2.4 that hopefully would fix the line 1814:23 error I and others had in v1.2.3. Got a can't find user error, so cleared the key chain but still no go. Here's the log. Sorry this isn't in GitHub but didn't open an account to make the comment.

IMG_0905.jpg


IMG_0905.jpg
I'm sorry you guys are seeing so many issues.
I've been burning it at both ends lately and my quality is slipping. I'm going to do better testing before I release it.

I was able to duplicate the issues and will have a patch in the next 30 minutes.
 

kevC

Well-Known Member
Joined
Jul 8, 2021
Threads
18
Messages
321
Reaction score
666
Location
Houston
Vehicles
2021 Mustang Mach-E AWD Preimum Carbon Gray
Country flag
I'm sorry you guys are seeing so many issues.
I've been burning it at both ends lately and my quality is slipping. I'm going to do better testing before I release it.

I was able to duplicate the issues and will have a patch in the next 30 minutes.
No worries man, you’re doing this out of the kindness of you heart, no one will complain. Take your time!
 

RMoore

Well-Known Member
First Name
Rob
Joined
Jul 25, 2021
Threads
75
Messages
1,139
Reaction score
801
Location
New Jersey
Vehicles
Audi Q5, Toyota Sienna, 2022 Mach e
Country flag
@tonesto7, truly impressive work and generosity. I'm looking forward to actually getting my MME so I can try this. I continue to be amazed by the efforts on the part of several tech savvy folks with programming skills here on this forum who go out of their way to help the rest of us! I should also thank the many here with detailed knowledge of the car's inner workings who take the time to answer so many questions on this forum. I keep learning things here and my hats off to all of you!
 

SAM

Well-Known Member
First Name
SAM
Joined
Dec 29, 2020
Threads
3
Messages
335
Reaction score
362
Location
Central NJ
Vehicles
Premium MME4X Iconic Silver
Country flag
I'm sorry you guys are seeing so many issues.
I've been burning it at both ends lately and my quality is slipping. I'm going to do better testing before I release it.

I was able to duplicate the issues and will have a patch in the next 30 minutes.
No issue at all! I appreciate your efforts and the Widget is great. Just wish I could help more.
 

SoriceConsulting

Well-Known Member
First Name
Sal
Joined
Oct 10, 2020
Threads
29
Messages
469
Reaction score
469
Location
NJ, USA
Website
sorice.com
Vehicles
2023 GTPE, Rapid Red
Occupation
IT Consultant
Country flag
I've got the issues reported fixed. I'm just working on some minor tweaks to the widget layout to support better flow.

I know I said 30 minutes earlier but I need an hour or two more.
tonesto7, you're going above and beyond. Many thanks from me - and I'm sure many others as well, as already noted. As per my PM earlier, 1.2.4 is working for me. The only (minor) issue is that I am an Android user, so I'm using the widget on my iPad. But the widget screen is still pretty small considering the iPad (Air, 4th Gen) screen size.

Ford Mustang Mach-E ? Scriptable FordPass Widget (iOS, iPad, MacOS) WidgetScreenshot
 

tonesto7

Well-Known Member
First Name
Anthony
Joined
Sep 20, 2021
Threads
2
Messages
243
Reaction score
610
Location
Ann Arbor, Michigan
Vehicles
2021 F150
Occupation
Software Developer/System Admin
Country flag
Release v1.3.0
  • Modified the VIN field to store VIN as an uppercase string.
  • Added additional VIN format validations to setup prompt (Makes sure it's the right length and doesn't have any special characters).
  • Fixes and additional error handling for reported issues in the forums.
  • Modified the widget timestamp to reflect the last time the vehicle checked in and matches the last communication in the FordPass App (It's more descriptive now as well)
  • Added the ability to hardcode an id into the script to allow for multiple instances for multiple vehicles. See the SCRIPT_ID in the script header (Not fully tested).
  • Reworked the way all the window, door, and tire details are generated. They should now be laid out symmetrically.
  • Tire pressure numbers will change color based on different pressures states for low or critical. (see the widgetConfig.tirePressureThresholds parameter in the script header to define custom values)
  • Restructured the bottom of the widget to display events like low battery, deep sleep, firmware update, and any other errors. (It's also on a different line than the timestamp now).
  • Updated the widget generation logic to support the different iOS widget layouts [small, medium, large, extraLarge] (Actually layout changes coming soon).
  • Started working on the small widget layout working (needs a lot more work)

Download Link:
https://raw.githubusercontent.com/tonesto7/fordpass-scriptable/main/Fordpass Widget.js

Instructions:
tonesto7/fordpass-scriptable: FordPass Widget for Scriptable (github.com)

What's Next?

  • Slowing down on features and focusing on stability.
  • Working on small widget layout.
Community:
Discord: https://discord.gg/VPw3zw9v
 
Last edited:

SAM

Well-Known Member
First Name
SAM
Joined
Dec 29, 2020
Threads
3
Messages
335
Reaction score
362
Location
Central NJ
Vehicles
Premium MME4X Iconic Silver
Country flag
Release v1.3.0
  • Modified the VIN field to store VIN as an uppercase string.
  • Added additional VIN format validations to setup prompt (Makes sure it's the right length and doesn't have any special characters).
  • Fixes and additional error handling for reported issues in the forums.
  • Modified the widget timestamp to reflect the last time the vehicle checked in and matches the last communication in the FordPass App (It's more descriptive now as well)
  • Added the ability to hardcode an id into the script to allow for multiple instances for multiple vehicles. See the SCRIPT_ID in the script header (Not fully tested).
  • Reworked the way all the window, door, and tire details are generated. They should now be laid out symmetrically.
  • Tire pressure numbers will change color based on different pressures states for low or critical. (see the widgetConfig.tirePressureThresholds parameter in the script header to define custom values)
  • Restructured the bottom of the widget to display events like low battery, deep sleep, firmware update, and any other errors. (It's also on a different line than the timestamp now).
  • Updated the widget generation logic to support the different iOS widget layouts [small, medium, large, extraLarge] (Actually layout changes coming soon).
  • Started working on the small widget layout working (needs a lot more work)

Download Link:
https://raw.githubusercontent.com/tonesto7/fordpass-scriptable/main/Fordpass Widget.js

Instructions:
tonesto7/fordpass-scriptable: FordPass Widget for Scriptable (github.com)

What's Next?

  • Slowing down on features and focusing on stability.
  • Working on small widget layout.
Community:
Discord: https://discord.gg/VPw3zw9v
Thanks for the update. After running the script, I get the widget menu, choose show widget and medium. The widget shows in a window but after closing the window the widget does not show on the home screen. I can't figure out what's wrong.
Sponsored

 
 







Top