-
- a widget to show the total downloads for a user of RoutineHub or a given shortcut hosted on RoutineHub. The widget will cycle through the URLs you provide to it with each refresh. This will show total downloads, the recent widget update Date/Time, and the increase in downloads since the previous day (resets at 00:00).
- If you see a text in the widget saying "Update Available", please run the script from within Scriptable to get the update.
- a widget to show the total downloads for a user of RoutineHub or a given shortcut hosted on RoutineHub. The widget will cycle through the URLs you provide to it with each refresh. This will show total downloads, the recent widget update Date/Time, and the increase in downloads since the previous day (resets at 00:00).
-
- Widget to give you your year-to-date stats from Strava's API
-
-
This widget will show you the current stats for a given user according to the MEE6 leaderboard for that server.
-
As of v1.5, we now have avatar display and progress to next level. Avatar image is cached so no need to download it each time the widget refreshes.
-
Big thanks to juniorchen for the base of the progress bar portion of the code. You can check the progress widget out here
-
-
-
Credit for the original code base for this widget goes to Murdo. I helped him to modify it to have dynamic column creation for adding more stocks in. I have also just made an update for this so it can have a transparent background using no-background.js from Supermamon.
-
-
-
This widget was made as a request from some users on r/Scriptable. It's just a simple calendar display showing your upcoming events in a medium widget format.
-
Now has support for small widget size too! (Note: the events are not tappable in the small widget size)
-
In the latest version, I have added support for reminders utilizing the code from the Upcoming Calendar Indicator widget and also utilizing the title color being the calendar/list color
-
-
-
Credit goes to Raigo Jerva for the original code that I modified to create the base of the view for the right side of the widget. Inspiration was drawn from a comment on one of the r/Scriptable subreddit posts, but I cannot find it any longer.
-
This widget is similar to my Upcoming Calendar widget, but this now has a display for the full month view with indicators of up to five calendar colors for each day.
-
For more info, see the page linked above
-
-
- This widget can display tweets from public profiles on your home screen and shows them to you in chronological order as well as how long ago (or on what date) the tweet was posted. This can be configured as a medium or large size widget for your own preference. Simply set the username you'd like to "follow" in the widget parameter, and you'll be all set.
- Customization options have been added as of version 1.1
- rtsOn setting can be changed below to display retweets along with normal tweets.
- false = do not display retweets
- true = display retweets with tweets
- postFontSize setting can be modified to have larger or smaller font in the widget as you desire.
- 9 is the default
- postFontColor setting can be modified as you wish. This will change the text color of the tweets shown. Default is set to be dynamic.
- default = Color.dynamic(Color.black(), Color.white())
- twitterIcon setting will change the display of the Twitter icon in the widget.
- false = off
- true = on
- clockIcon setting will change the display of the clock symbol in the widget.
- false = off
- true = on
- widgAccentColor setting can be modified to your liking. This controls the widget title color, time since last refresh, and icon colors (if chosen to display them)
- checkUpdates setting is to allow or deny uodate checking function. If an update is available, you will be shown 'Update Available' in the widget title instead of the username entered as the widget parameter.
- false = do not check for updates
- true = check for updates
- rtsOn setting can be changed below to display retweets along with normal tweets.
-
- Setting your PSN username as the widget parameter will show you the user stats for COD Warzone. This can be adjusted for other COD games as well.
-
- See Covid stats for Canada in light color
- based on the script from u/Mr-H-E-Ron on reddit
-
- See Covid stats for Canada in dark color
- based on the script from u/Mr-H-E-Ron on reddit
-
- This widget will display country level stats for COVID-19 and also display a trending indicator whether the given item is trending up, down, or steady.
- See more info at the link
-
- This widget is based on the version by juniorchen. It has been adapted to work with the free version of the exchangerateapi. You still need an API key to use it, but the # for it is free.
- Inputing a currency code will use that as the base for the widget. The default base is EUR.
-
This widget displays an overview of the weather in your location. Click/Tap the link to see more about it.
-
This widget displays a random recent photo or the most recent photo of a specified user of VSCO
-
This widget shows the recent posts of an Automators.fm Feed of your choosing (defaults to Scriptable of course)
-
This widget will display the current NASA Photo of the Day. It will set the refresh after date to be the next day to avoid excessive data usage. To use it, just go to NASA API # page and get your API key, then enter it at the top of the script, and add the widget size of your choice to your home screen.
As of v1.2, you will get an alert prompt when tapping the widget to either save the photo, go to the photo of the day site, or cancel. There is also a check to ensure the current POTD is an image to account for cases when NASA has set it as a video.
-
This widget code shows an example of how to implement the Updater Mechanism Code that I utilize in my widgets. Changing the version number passed to the updateCheck function can show you what it looks like when an update is avaliable. The server version (version info in the Updater Mechanism Code.json file in this repo) is 1.1, it will show an update is available if the version in the widget is set to anything other than 1.1.
-
This widget is an example of setting the ListWidget.backgroundImage property of the widget to show an image in a widget. The example script has comments included to explain the different steps that are included. The main piece this relies on, is having an image in iCloud Drive -> Scriptable, which is named "WBack.jpeg"
-
This widget displays the latest post from a specified user. To specify the user you want to display, simply add the URL to their profile into the Widget Parameter and let the code do its thing.
If the latest post of a user is less than 150 characters, it will show the latest two posts (shown below in the double example)
By default it doesn't show Boosts/Reblogs
-
This widget displays pollen data fod your current location from Pollen.com. Works on lock screen and home screen widget types
-
- This script will backup all of your current scripts into the iCloud Drive Scriptable directory underneath the folder "ScriptBackup" and then under the date formatted "yyyy_M_d__HHmm" folder that is created when it runs.
-
- See how many pending notifications you have in the Scriptable app and choose from them to remove them, or alternatively, remove them all with one button.
-
-
Purpose: To sync alexa reminders to a iOS reminders list. previously IFTTT could do this, but Amazon revoked the Alexa IFTTT integration recently.
-
Setup:
- Insert the Amazon base url your country uses (if different from default) in the "baseURL" variable below
- Insert the name of the desired reminders list in the "reminderListName" line. I use "Grocery and Shopping" with my wife, so i have that name entered.
- Insert the wording for "#" for the signInKeyvariable below. sometimes this varies based on region
- For proper naming preference, please use the withVar and withoutVar for your local language to proeprly set naming of the reminders to be created
-
When running the first time, the script will check if you are logged in. If not, it will notify and present with login page. After that, the script should run seamlessly.
-
-
- a module to simulate transparent background for widgets. Includes examples.
-
- A module to encapsulate OpenWeatherMap's One Call API and more
-
- A helpful script for importing scripts to scriptable from various different sites
-
- A script to help generate a blurred slice of your wallpaper for usage as a widget background image
-
- This widget by Supermamon generates a widget with equal width stacks without hardcoding the widths
Here is what to do:
- Tap and hold an empty area of the home screen until you enter the "jiggle mode"
- Tap the plus button in the upper left
- In the add widget menu that appears, search for "Scriptable" and tap it
- Choose the display size of the widget you want (small, medium, large) and tap "Add Widget"
- Tap and hold on the widget now, and tap "Edit Widget"
- Tap the "Script" option, and select the script name to run
- Tap outside the edit widget window and you should be all set
If you like my work and want to buy me a coffee or a beer, you can do so with Venmo or PayPal or Cash App.