Skip to content

Instantly share code, notes, and snippets.

@icsAT
icsAT / CPAW-BPP.js
Last active October 23, 2021 21:02
Crypto Portfolio & Activity Widget - Bitpanda Pro shows your portfolio, open orders and last transanctions in a Scriptable widget on your iPhone or iPad.
// Widget Basic Information
const basic = {
name: {
full: "Crypto Portfolio & Activity Widget"
,short: "CPAW"
}
@icsAT
icsAT / Crypto.js
Last active October 15, 2021 15:25
This Scriptable iOS Script displays the price of the selected Cryptocurrencies in a widget on your iPhone or iPad.
// Variables used by Scriptable.
// These must be at the very top of the file. Do not edit.
// icon-color: deep-brown; icon-glyph: magic;
// Crypto Coin Widget
// by icsAT (https://gist.github.com/icsAT)
// Version 0.81 from the 15th of Oktober 2021
// Data from Coin Market Cap Crypto API.
// Get your own privat API Key to use with this widget
@icsAT
icsAT / WortUhrWidgetV2.js
Created June 5, 2021 13:54
Einfaches Skript zur Darstellung der Uhrzeit in Textform in einem Scriptable Widget.
// Variables used by Scriptable.
// These must be at the very top of the file. Do not edit.
// icon-color: light-gray; icon-glyph: magic;
// Quelle: https://gist.github.com/icsAT
// Version 0.80 vom 05.06.2021
// Die Idee zu dieser Widget Germanisierung stammt aus der Facebook Gruppe "Scriptable ios"
// von Oliver Shmith, der jemanden gesucht hat, der ein englischsprechiges Widget auf
// deutsch umbaut.
@icsAT
icsAT / weather-cal.js
Last active March 9, 2023 07:31
This is a Scriptable widget is a costumized version of mzeryck's Weather-Cal widget. For German users I added functionality to display the left data volume of your T-Mobile data plan and some Covid-19 data from Robert-Koch-Institute.
// Look at https://github.com/icsAT/Weather-Cal