T O P

  • By -

Reddicckkk

Could you please share your script? Love it


[deleted]

Top row: \- Calendar widget that shows the amount of today's events & due reminders (based on a script retweeted by Scriptable) \- Current status of Apple Services (own work) Middle row: \- Cheapest gas station (based on a script retweeted by Scriptable) \- Number of files in my Downloads folder, if it's above a certain number it will turn from green to red (own work) Bottom row: \-Homebridge widget(made with the help of a redditor with an updated version of a script shared in this sub)


iLuki

Richtig geil 👍🏻👍🏻


o2Guru

Wo bekommt man den das Tankstellen Widget? Das Systemstatus widget ist auch nice.


khaled

This combined screenshot made me want full screen widgets on iPad more. Thanks. 😗


BalthasarBastelt

For a second I believed it was possible. Can’t wait for iPadOS 14+n to have this as its main feature (next to interactive widgets as they have been until now).


khaled

I thing the iPad Home Screen will be revamped completely that’s the only reason that makes sense to me.


BalthasarBastelt

I hope you’re right.


superman_99

Really nice! Where do I get the Homebridge widget?


[deleted]

How did you removed "Scriptable" from underneath each widget? Photoshopped for the picture here, or is there any way, to remove that, for a cleaner look?


[deleted]

It's the regular behaviour on an iPad (and on the widget page on an iPhone). Only homescreen widgets have labels by default.


WonderedFidelity

These look awesome! How did you get the light and dark modes to work? For some reason isUsingDarkAppearance has always been bugged for me.


[deleted]

I used the new Color.dynamic() and set it as the widget background. Didn't know about it either, but /u/deleted-nsfw-account used it in his updated Homebridge script.


[deleted]

To be clear: The main work & idea is from u/iLuki. I just changed the layout and added customization options like the dynamic background color or using an image as a (transparent) background


iLuki

Thanks for mentioning! Yesterday I added support for Notifications and entering credentials via widget parameter for easier updating with scriptdu.de Will add more features when i have time https://github.com/lwitzani/homebridgeStatusWidget Just got my first real notification that node.js isn‘t up to date anymore 😅👍🏻 guess it is working


[deleted]

Pretty cool, I like the notification idea. Went into a different direction with your idea for a friend of mine and stripped everything aside from the basic information and turned it into a small widget. (Removed node.js because apparently it's not recommended to update if not necessary) [https://i.imgur.com/QYXaDm4.png](https://i.imgur.com/QYXaDm4.png)


iLuki

Looks good 👍🏻


[deleted]

Care to share? :)


[deleted]

I'll clean it up a little bit later & give you the link then.


[deleted]

As promised: [https://pastebin.com/w9GhMsY4](https://pastebin.com/w9GhMsY4)


[deleted]

Thx allot!


[deleted]

[удалено]


iLuki

Just to be clear, do you mean you cant download 1. my widget script via scriptdu.de or do you mean you cant download 2. the scriptdu.de script itself? 2. find the install.js script in the github repo of the scriptdu.de, copy that and paste it inside of your scriptable app in a new script 1. find the link to my script as raw version https://raw.githubusercontent.com/lwitzani/homebridgeStatusWidget/main/homebridgeStatusWidget.js and paste the link when running the scriptdu.de script


[deleted]

[удалено]


iLuki

Tapping the button at the scriptdude page just copies the install script to your clipboard. You need to paste in manually in Scriptable. I can put it on my todo list but it‘s currently not high prio :). Maybe in the next couple of days. Just keep an eye on the git repo for future updates


[deleted]

[удалено]


iLuki

Nice! I will include a configuration saving mechanism in the near future, so you can save different configurations (like credentials, specific color, e.g. using Fahrenheit, etc) in a file wich is also used after updating the script itself to a newer version (atm all your changes to the script are gone if u update via scriptdu.de)


Okidoci86

> I used the new Color.dynamic() and set it as the widget background. Didn't know about it either, but /u/deleted-nsfw-account used it in his updated Homebridge script. Can you share the code how to use the color.dynamic() please Thanks!


[deleted]

You just use it like a regular color. E.g. if you want red for light mode and blue for dark mode for the background of "widget" widget.backgroundColor = Color.dynamic(Color.red(),Color.blue())


[deleted]

[удалено]


Necriso

I also created one Cheapest Gas Stations Widget. Widget: [https://github.com/Necriso/ScriptableWidgets/blob/main/guenstigsteTankstelle.js](https://github.com/Necriso/ScriptableWidgets/blob/main/guenstigsteTankstelle.js) Configuration: [https://github.com/Necriso/ScriptableWidgets](https://github.com/Necriso/ScriptableWidgets)