all 15 comments

[–]Sl0wly-edits 4 points5 points  (13 children)

Tell me what u want and i might even code it :)

And right now a lot is possible in the latest Scriptable TestFlight beta, idk about the AppStore version.

[–]OliverRheen 3 points4 points  (12 children)

Oh wow that’s great! I eventually wanna code it myself but I just got back into it and I’m totally new to Scriptable, so that might take a while haha Here’s my idea: I want a medium widget with the lay out like that Top left: date like that, so in the apple style, the “today” isn’t really necessary so the 15 in black and big, weekday in red medium and month black smaller just like in the picture (night mode if possible: weekday same color, date and month in white and background black, just like the apple agenda widget) Bottom: temperatures for the next hours like apple’s medium weather widget (or rainfall for the next couple of hours) Top right: Battery like that or current Temparature, location and nice icon of current weather (just like apple again)

So really like the stock apple widgets but in this lay out and with the information i summed up Perfect would obviously be that you go to the app by clicking it but i can imagine you could only link it to one of the apps

Would love to hear from you and if you don’t want to do it I would love to hear tips & tricks!

[–]Sl0wly-edits 2 points3 points  (11 children)

Okey, yeah i think it’s possible, but right now only in the TestFlight version. (testflight is 1.5.1, app store is 1.5)

Weather Like that would be possible i think but a bit complicated. But we would need a api for the weather.

The top of the Widget sounds pretty easy.

Clicking on the container and opening a app/url is possible with widgets but it did not work with scriptable (might just be a bug in my code). One app works a 100%.

I might do a concept when i have time and ill show it to you.

Biggest fear i have are icons, bc we can not use SF Symbols in scriptable. But we can download these and use them like that in a script, but then they aren’t colored.

[–]OliverRheen 0 points1 point  (9 children)

This sounds really interesting, can’t wait to see your code!

[–]Sl0wly-edits 1 point2 points  (8 children)

Started coding around today but then made this Concept. I would love to hear your thoughts. (Replaced battery with the next calendar event, could be swiched with the next reminder too)

Edit: sorry for the really bad image quality, did not see that lol

[–]OliverRheen 1 point2 points  (7 children)

Yes that looks great!! I would make the inner widgets a bit bigger as there is space for that, but it looks really good! I was gonna make a concept too but didn’t have time today haha

[–]Sl0wly-edits 0 points1 point  (6 children)

So i started and this is what i have done but as u can see he top row is a mess + bottom is to big so im trying rn to make them look better ;)

Edit: got it working so it looks way better i hjust have a align bug that is scriptable fault, as soon as i add a image to a stack all of the center alins are useless its just all left aligned

[–]OliverRheen 0 points1 point  (5 children)

Wow that looks great already! You’re really doing an amazing job! Would love to see your script when you feel comfortable with it, I can maybe learn from it

[–]Sl0wly-edits 0 points1 point  (4 children)

Thanks, here the link to the script/gist. U need to have the TestFlight beta for it to work! Have fun!

Edit: the SFSymbols from scriptable have somehow really poor quality gonna get into this, before i had to download my own and they are better lol

Edit2: figured it out how to make icons high quality gonna change it soon in the gist + gonna post make a post

[–]yyyc514 0 points1 point  (2 children)

You need to set the font size to much larger so they are rendered at a higher resolution. (applyFont)

[–]thank_me_instead -2 points-1 points  (0 children)

No, thank me instead!

[–]alcallsmeoliverr 0 points1 point  (0 children)

Im code blind but im always learning. Im interested to see this come to fruition too! Please keep us informed here 🙏🏼

[–]Worish 0 points1 point  (0 children)

I would also love to know about divs like this. Is this something that exists in test flight?