View Deutsch - Sperrbildschirm Sonnenzeit mit GEO
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Revised version (by www.anb030.de) for the new iOS 16 lockscreen widgets. Edit date: 23.11.2022 | |
/////////////////////////////////////////////////////////////////////// | |
// Quelle: https://gist.github.com/HendrikRunte/4b5d03cb26e31508bc96553ad3c10f47 | |
// Lokalisiert: Deutsch | |
// Datum: 05.11.2020 | |
/////////////////////////////////////////////////////////////////////// | |
// Extending the JavaScritp Date object. | |
// Usage: | |
// const sunriseDateObject = new Date().sunrise(lat, long); |
View Deutsch - „Corona-Ampel-Berlin“ 4-Werte Widget
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// "Corona-Ampel-Berlin" iOS Scriptable Widget | |
// | |
// Original Quelle: https://gist.github.com/m4p/20cc77b6d9f1f422b75bc3ab6eed0ff3 | |
// | |
// Editing: https://gist.github.com/Leibinger015 | |
// | |
// Skript: Angepasst am 19.11.2021 von www.anb030.de/ | |
// | |
// What's new: Hospitalisierungsrate, Inzidenz, ITS-Betten, Geimpft! |
View Deutsch - Luftqualitäts Widget
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Das Skript habe ich auf Deutsch lokalisiert und es stammt aus der Quelle -> https://gist.github.com/SuperC1r0/a8aef6ec73108d03862aa96f278a72d7 | |
// | |
// | |
// | |
// ***Air Quality Widget*** | |
// | |
// Copyright (C) 2020 by SuperC1r0 | |
// | |
// Permission to use, copy, modify, and/or distribute this software is hereby granted. | |
// However you have to respect the Terms of Service of the Air Quality Open Data Platform: https://aqicn.org/api/tos/ |
View Deutsch - Post-It Widget
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Scriptable script for iOS 14 Widgets | |
// ################################# | |
// | |
// Post-It Notizen Widget | |
// | |
// Datum 05.11.2020 | |
// Lokalisiert auf Deutsch | |
// Quelle: https://gist.github.com/Leibinger015 | |
// | |
// ################################# |
View This is a Scriptable Widget Script for iOS. A small Weather Icon for your Homescreen.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Variables used by Scriptable. | |
// These must be at the very top of the file. Do not edit. | |
// icon-color: yellow; icon-glyph: magic; | |
// Widget Params | |
// Don't edit this, those are default values for debugging (location for Cupertino). | |
// You need to give your locations parameters through the widget params, more info below. | |
//const widgetParams = JSON.parse((args.widgetParameter != null) ? args.widgetParameter : '{ "LAT" : "37.32" , "LON" : "-122.03" , "LOC_NAME" : "Cupertino, US" }') | |
// WEATHER API PARAMETERS !important | |
// API KEY, you need an Open Weather API Key |