This repo contains some of my scripts that I use with the Scriptable app on my iPhone in order to extend the functionality of Siri. Scriptable is even more powerfull than Siri Shortcuts because you can leverage the power of JavaScript and create visual responses.
This repo will occasionally be updated with new scripts.
This script simply shows the Buienradar widget, based on your current location, within a webview in order to retrieve it using Siri. Only usable in NL and BE.
ICY - Set credentials.jsUsed to store your credentials used by the other scriptsICY - Current temperature.jsGets the current and target temperatureICY - Temperature down.jsLowers the target temperatureICY - Temperature up.jsRaises the target temperature
These scripts are pretty basic.
Keychain.set("ICY_Username", "MyUsername");
Keychain.set("ICY_Password", "MyPassword");
Keychain.set("ICY_Room", "my room"); // Used for Siri responses
Keychain.set("ICY_API", "https://portal.icy.nl"); // URL to ICY API, already set for the (Dutch) Essent E-ThermostaatThis little script uses the Trakt.tv API to retrieve your movie recommendations and displays them in a UITable. The posters are provided by the API from The Movie Database


