View Daily Dilbert.js
// Variables used by Scriptable. | |
// These must be at the very top of the file. Do not edit. | |
// icon-color: cyan; icon-glyph: user-tie; | |
// Variables used by Scriptable. | |
// These must be at the very top of the file. Do not edit. | |
// icon-color: red; icon-glyph: image; | |
// Platform: iOS 14 | |
// Application: Scriptable app |
View forked-telekom.js
// Variables used by Scriptable. | |
// These must be at the very top of the file. Do not edit. | |
// icon-color: pink; icon-glyph: signal; | |
// creator: https://github.com/Sillium | changed by https://github.com/LupusArgentum | change again by me, https://github.com/JoeGit42 | |
const apiUrl = "https://pass.telekom.de/api/service/generic/v1/status" | |
const logoIsWanted = (args.widgetParameter == "logo") | |
const colorTimeToSignalEndOfMonth = false | |
const showIndicationIfAPIOffline = false | |
const showAvailableVolume = true |