Skip to content

Instantly share code, notes, and snippets.

View TheBreznsoiza's full-sized avatar
🏠
Working from home

Breznsoiza TheBreznsoiza

🏠
Working from home
View GitHub Profile
// Variables used by Scriptable.
// These must be at the very top of the file. Do not edit.
// icon-color: yellow; icon-glyph: cloud;
// 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" : "48.135125" , "LON" : "11.581981" , "LOC_NAME" : "München" }')
// WEATHER API PARAMETERS !important