mirror of
https://github.com/ThisIsBenny/iOS-Widgets.git
synced 2025-04-19 23:37:41 +00:00
51 lines
3.2 KiB
Markdown
51 lines
3.2 KiB
Markdown
# iOS-Widgets
|
|
This is a Collection of Scripts which can be used with the Scriptable App to create a iOS Widget.
|
|
|
|
To use the Script, you have to Download the App "Scriptable" from the App Store: https://apps.apple.com/de/app/scriptable/id1405459188
|
|
|
|
Then you have to copy & paste the desired script into the Scriptable App. Now you can create a Sciptable widget and select the script in the widget settings:
|
|
|
|

|
|
|
|
## Widget collection
|
|
<table>
|
|
<tr>
|
|
<td><img height="100px" src="https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/Countdown/previewLight.jpeg" /></td>
|
|
<td><img height="100px" src="https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/Countdown/previewDark.jpeg" /></td>
|
|
<td><a href="https://github.com/ThisIsBenny/iOS-Widgets/blob/main/Countdown">Countdown</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td><img height="100px" src="https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/Covid-19/previewLight.jpeg" /></td>
|
|
<td><img height="100px" src="https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/Covid-19/previewDark.jpeg" /></td>
|
|
<td><a href="https://github.com/ThisIsBenny/iOS-Widgets/blob/main/Covid-19">Covid-19 7-Day-Incidence for Düsseldorf</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td><img height="100px" src="https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/Meeting-dial-in/previewLight.jpeg" /></td>
|
|
<td><img height="100px" src="https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/Meeting-dial-in/previewDark.jpeg" /></td>
|
|
<td><a href="https://github.com/ThisIsBenny/iOS-Widgets/blob/main/Meeting-dial-in">Meeting dial in (Beta-Version)</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td><img height="100px" src="https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/VodafoneDE/previewLight.jpeg" /></td>
|
|
<td><img height="100px" src="https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/VodafoneDE/previewDark.jpeg" /></td>
|
|
<td><a href="https://github.com/ThisIsBenny/iOS-Widgets/blob/main/VodafoneDE">Vodafone DE remaining data volume</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td><img height="100px" src="https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/VRR-Monitor/previewLight.jpeg" /></td>
|
|
<td><img height="100px" src="https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/VRR-Monitor/previewDark.jpeg" /></td>
|
|
<td><a href="https://github.com/ThisIsBenny/iOS-Widgets/blob/main/VRR-Monitor">VRR-Monitor</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td><img height="100px" src="https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/car-location/previewLight.jpeg" /></td>
|
|
<td><img height="100px" src="https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/car-location/previewDark.jpeg" /></td>
|
|
<td><a href="https://github.com/ThisIsBenny/iOS-Widgets/blob/main/car-location">Where did I park my car?</a></td>
|
|
</tr>
|
|
</table>
|
|
|
|
## Roadmap
|
|
The following widget are planned from my side:
|
|
* Server Health Check
|
|
* Reminder / Countdown to watering the plants
|
|
* Ecosia.org Tree counter
|
|
* Script to Download / Update Widget from a Widget catalog, like a Widget Store
|
|
|
|
If you have widget ideas, please feel free and share those ideas with me via GitHub Issue
|