A scriptable.app widget to get the latest update of The Ocean Race on your homescreen.
The default view is the team view of the Team Malizia.
- Select by team of each category and get information about the rank, speed, distance to the next position and distance to the finish
- Select by category and get the teams in ranked order
- Configure the options via the widget parameter, without touching the script
- Configuration via the widget parameters enable the widget to put as many widget on the homescreen as you want
- It has light- and darkmode (depending on device setting)
- Basic strings are available in english and german (depending on device setting)
Press long-tab on the widget and select "Edit Widget". You'll see a section with "Parameters", there it's possible to configure the widget (further down, there is a video available how to add and configure a widget).
The first value is the type of the widget, either "TEAMS" or "ALL_TEAMS", followed by either the category "IMOCA" or "VO65" or the teams code:
GUYO
BIOT
HOLC
11TH
MALI
AUST
WHIS
JAJO
BALT
MIRU
MEXI
seperated by a comma (,
).
Let the widget display the ranking order of the Imocas, the parameter has to be:
ALL_TEAMS,IMOCA
Let the widget display the ranking order of the VO65, the parameter has to be:
ALL_TEAMS,VO65
Let the widget display the team Malizia:
TEAM,MALI
Of course, you're free to change the parameters in the script too. Default parameters are placed at the top of the script and can be changed easily. Feel free to do so, but you'll loose the ability to put as many widget on your home screen as you want, except you create for each case a new script (copy & paste again).
RPReplay_Final1675162941.mp4
Simply copy & paste the latest version of the script.
- Download scriptable.app
- Open the app and create a new script
- Copy & paste the code of the
widget.js
to the scriptable script and save - Go to your homescreen and add a new widget
- Select "Scriptable" and add the widget
- Long press on the newly created widget and select the just created script, configure the parameters and confirm
Use at your own risk!