mirror of
https://github.com/ThisIsBenny/iOS-Widgets.git
synced 2025-04-19 23:37:41 +00:00
Merge branch 'main' of github.com:ThisIsBenny/iOS-Widgets into main
This commit is contained in:
commit
115be7514e
4 changed files with 6 additions and 6 deletions
|
@ -2,6 +2,6 @@
|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
This widget displays current 7-Day-incidence for Düsseldorf. The incidence is based on the OpenData data of the city Düsseldorf. New data are published daily at around 12 pm.
|
This widget displays current 7-Day-Incidence for Düsseldorf. The incidence is based on the OpenData data of the city Düsseldorf. New data are published daily at around 12 pm.
|
||||||
|
|
||||||
[[Download]](https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/Covid-19/Covid-19.js)
|
[[Download]](https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/Covid-19/Covid-19.js)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
// Variables used by Scriptable.
|
// Variables used by Scriptable.
|
||||||
// These must be at the very top of the file. Do not edit.
|
// These must be at the very top of the file. Do not edit.
|
||||||
// icon-color: brown; icon-glyph: magic;
|
// icon-color: brown; icon-glyph: magic;
|
||||||
// Version 1.0.0
|
// Version 1.0.1
|
||||||
|
|
||||||
let widgetInputRAW = args.widgetParameter;
|
let widgetInputRAW = args.widgetParameter;
|
||||||
let token;
|
let token;
|
||||||
|
@ -102,4 +102,4 @@ if (!config.runsInWidget) {
|
||||||
// Tell the system to show the widget.
|
// Tell the system to show the widget.
|
||||||
Script.setWidget(widget)
|
Script.setWidget(widget)
|
||||||
Script.complete()
|
Script.complete()
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,8 +9,8 @@ Clicking on the widget will open Ecosia.org in your browser.
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
For this widget is a ecosia account required. Go to https://www.ecosia.org/account/login and enter your E-Mail address. You will recieve a E-Mail with a link.
|
For this widget is a ecosia account required. Go to https://www.ecosia.org/account/login and enter your E-Mail address. You will recieve a E-Mail with a link.
|
||||||
Use this Link on all your devices where you use Ecosia to connect all Devices to one counter (you can request the Mail multiple time, import is that the E-Mail address is always the same).
|
Use this Link on all your devices where you use Ecosia to connect all Devices to one counter.
|
||||||
After this, you have to copy the token from the Link in the E-Mail and paste the token to the widget parameter. The Token is the part behind `https://www.ecosia.org/account/verify?token=[TOKEN]` in the url:
|
After this, you have to copy the token from the Link in the E-Mail and paste the token to the widget parameter. The Token is the part behind `https://www.ecosia.org/account/verify?token=[TOKEN]` in the url:
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||
|
|
|
@ -14,7 +14,7 @@ Notice: You need a free API Key from https://developer.mapquest.com for this Wid
|
||||||
Please add the API Key to your Widget via widget parameter.
|
Please add the API Key to your Widget via widget parameter.
|
||||||
**************/
|
**************/
|
||||||
const zoomLevel = 17
|
const zoomLevel = 17
|
||||||
let type,iconColor, cachedParameter;
|
let type, iconColorPosition, iconColorUpdate, cachedParameter;
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue