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.js
Used to store your credentials used by the other scriptsICY - Current temperature.js
Gets the current and target temperatureICY - Temperature down.js
Lowers the target temperatureICY - Temperature up.js
Raises 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-Thermostaat
This 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