Skip to content

Instantly share code, notes, and snippets.

@jmscsns
jmscsns / DaysLeft.js
Created September 30, 2020 16:39
A short script to create a ‘days left’ widget. It’s really just a rip-off of the sample news widget included with Scriptable. The Cabin Sketch font is from Google Fonts and installed with Fontcase.
// Variables
let daysNumber = await loadTimeLeft()
let widget = await createWidget(daysNumber)
// Check if the script is running in
// a widget. If not, show a preview of
// the widget to easier debug it.
if (!config.runsInWidget) {
await widget.presentSmall()
}
// Tell the system to show the widget.