Skip to content

Instantly share code, notes, and snippets.

@jscmidt
jscmidt / Piwigo image.js
Last active September 3, 2021 10:45
iOS-Widgets for Piwigo using the Scriptable-App.
// ----- Begin of Configuration -----
// URL of the Piwigo-Server
const piwigoBaseUrl = "https://example.com/piwigo";
// Username and password for Piwigo-API login
const piwigoUsername = "";
const piwigoPassword = "";
// use the category-id to choose the ramdom photo from the specified category, or use "" if the random photo should be selected from all categories
const imageCategory = "";
// the size in which the images are downloded from Piwigo. Allowed sizes: 'square', 'thumb', '2small', 'xsmall', 'small', 'medium', 'large', 'xlarge', 'xxlarge'
@jscmidt
jscmidt / openWB-Widget
Last active September 6, 2023 18:22
iOS-widget for openWB using the Scriptable-app.
iOS-widget for openWB using the Scriptable-app.