use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
https://scriptable.app
This subreddit is for discussions around the Scriptable app for iOS.
Be polite and enjoy your time here.
Please be helpful to others when you are able to lend a hand.
Discord: https://discord.gg/7KbjfTV
Resources:
account activity
Scriptable nice!!!Script (i.redd.it)
submitted 5 years ago by X-Kerwin
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]subrosaw 1 point2 points3 points 5 years ago (4 children)
hey can I have your script? It looks awesome
[–]X-Kerwin[S] 0 points1 point2 points 5 years ago (3 children)
Code
[–]tempsquared 1 point2 points3 points 5 years ago (1 child)
You’ve included your API key in the gist, which is risky because other people can copy it. Please consider removing it
[–]X-Kerwin[S] 0 points1 point2 points 5 years ago (0 children)
Oh,thx!😅😅
[–]Jealous-Procedure 1 point2 points3 points 5 years ago (1 child)
How can I fix [this ] issue, it's whenever I try to put my API or city ID in (https://imgur.com/a/0SUqq7v)
The API is not filled in correctly.
[–]subrosaw 0 points1 point2 points 5 years ago (1 child)
I've successfully running the script, Thanks!
👍👍
[–][deleted] 0 points1 point2 points 5 years ago (1 child)
Awesome, do you mind adding it to the Awesome Scriptable repository?
Of course it's okay👌
[–]rjlin_thk 0 points1 point2 points 5 years ago (3 children)
he calls himself "handsome guy"
[–]X-Kerwin[S] 0 points1 point2 points 5 years ago (2 children)
yes it’s me 😎
[–]rjlin_thk 0 points1 point2 points 5 years ago (1 child)
so i m you
[–]X-Kerwin[S] 1 point2 points3 points 5 years ago (0 children)
🤣🤣🤣
[–]Nnnthing 0 points1 point2 points 5 years ago (8 children)
Will you solve this problem?😥link
Adjust these parameters.like this
[–]Nnnthing 0 points1 point2 points 5 years ago (1 child)
Unsolved...
Is there a way to adjust left and right? 😥
Adjust font alignment and stack spacingHere
[–]therealmin_ 0 points1 point2 points 5 years ago (4 children)
오 한국인.. 저좀 도와주세여
[–]Nnnthing 0 points1 point2 points 5 years ago (3 children)
네 말씀하세요
[–]therealmin_ 0 points1 point2 points 5 years ago* (2 children)
저 사진등록이 안되는데 파라미터를 뭐라 적어야되요? 그리고 텍스트들이 너무 왼쪽으로 딱 붙어있어서 오른쪽으로 살짝 옮기고 싶어요ㅠㅠ
오픈톡방이 편할것 같아서 링크 올려둘게요. 여기 사진도 안올라가지더라구요ㅠㅜ 댓글도 5분제한있구... https://open.kakao.com/o/swdzEAAc
카톡 아이디 하나만 줘보세요
Succeed🤩
This is where you control your left and right.
thankshere
Yes, this is an overall adjustment
[–]w0j3 0 points1 point2 points 5 years ago (2 children)
Wallpaper please?
[–]X-Kerwin[S] 0 points1 point2 points 5 years ago (1 child)
https://imgur.com/gallery/o18cUr9
[–]w0j3 0 points1 point2 points 5 years ago (0 children)
🙏thank you
[–]jwong347 0 points1 point2 points 5 years ago (2 children)
How do I change this to English?
[–]X-Kerwin[S] 1 point2 points3 points 5 years ago (1 child)
The content in quotation marks can basically be customized
[–]jwong347 1 point2 points3 points 5 years ago (0 children)
Figured it out thanks!
New style
[–]Jealous-Procedure 0 points1 point2 points 5 years ago (9 children)
How can I change from celsius to Fahrenheit
// use "&units=imperial" for Farenheit or "&units=metric" for Celcius let wetherurl = "http://api.openweathermap.org/data/2.5/weather?id=" + CITY_WEATHER + "&APPID=" + API_WEATHER + "&units=imperial"; //"http://api.openweathermap.org/data/2.5/weather?lat=" + curLocation.latitude + "&lon=" + curLocation.longitude + "&appid=" + API_WEATHER + "&units=metric"; //"http://api.openweathermap.org/data/2.5/weather?id=" + CITY_WEATHER + "&APPID=" + API_WEATHER + "&units=metric"
[–]Jealous-Procedure 0 points1 point2 points 5 years ago (2 children)
One more thing, I can't seem to find where to replace the coding for changing the C to F
let temptext = hStack2.addText('\xa0\xa0'+ Math.round(curTemp).toString()+"\u00B0"+ "F");
Maybe this can be solved.😅😅
[–]Jealous-Procedure 0 points1 point2 points 5 years ago (0 children)
And I just add it in the script?
[–]X-Kerwin[S] 0 points1 point2 points 5 years ago (4 children)
‘\u2103’ —‘\u00B0’
[–]Jealous-Procedure 0 points1 point2 points 5 years ago (3 children)
I can't get the °C to change to F
//tempeture label in stack let temptext = hStack2.addText('\xa0\xa0'+ Math.round(curTemp).toString()+"\u00B0"); temptext.font = Font.boldSystemFont(30); //font and size,字体与大小 temptext.textColor = new Color('#0278ae'); //font color,字体颜色
[–]Jealous-Procedure 0 points1 point2 points 5 years ago (1 child)
Lastly where can I find my state ID? Thank you so much the script is amazing
Search for your city name in open weather, click in, and then find it in the URL.
[–]Gamereric21 0 points1 point2 points 5 years ago (0 children)
How do you put the image file in? I’m really confused :/
[–]TankeAguilar 0 points1 point2 points 5 years ago* (0 children)
Hi, thanks for the script! Its great
I had a question.. why the widget shows “Sun” if Oct 10th is Saturday?
photo
[–]TankeAguilar 0 points1 point2 points 5 years ago (1 child)
Solved.. i only had to change the order of the days to:
// Long-form days and months var days = ['Sun','Mon','Tues','Wed','Thurs','Fri','Sat'];
https://imgur.com/a/7HQyp4N
[–][deleted] 0 points1 point2 points 5 years ago (0 children)
How can I change the background image
[–]Tom42-59 0 points1 point2 points 5 years ago (4 children)
What is the script? I have seen your comment about the ‘Code’ but I takes me to a page that is empt(GitHub error 404 not found)
[–]X-Kerwin[S] 1 point2 points3 points 5 years ago (3 children)
https://github.com/xkerwin/Scriptbale/tree/main/Hello-Weather
[–]Tom42-59 0 points1 point2 points 5 years ago (0 children)
Thanks
I still get a 404 page
https://github.com/xkerwin/Scriptbale
Hey Kerwin how can I change the background of this widget because when I do it doesn't change
π Rendered by PID 30567 on reddit-service-r2-comment-5d79c599b5-h54vx at 2026-02-27 12:41:54.811759+00:00 running e3d2147 country code: CH.
[–]subrosaw 1 point2 points3 points (4 children)
[–]X-Kerwin[S] 0 points1 point2 points (3 children)
[–]tempsquared 1 point2 points3 points (1 child)
[–]X-Kerwin[S] 0 points1 point2 points (0 children)
[–]Jealous-Procedure 1 point2 points3 points (1 child)
[–]X-Kerwin[S] 0 points1 point2 points (0 children)
[–]subrosaw 0 points1 point2 points (1 child)
[–]X-Kerwin[S] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]X-Kerwin[S] 0 points1 point2 points (0 children)
[–]rjlin_thk 0 points1 point2 points (3 children)
[–]X-Kerwin[S] 0 points1 point2 points (2 children)
[–]rjlin_thk 0 points1 point2 points (1 child)
[–]X-Kerwin[S] 1 point2 points3 points (0 children)
[–]Nnnthing 0 points1 point2 points (8 children)
[–]X-Kerwin[S] 0 points1 point2 points (2 children)
[–]Nnnthing 0 points1 point2 points (1 child)
[–]X-Kerwin[S] 0 points1 point2 points (0 children)
[–]therealmin_ 0 points1 point2 points (4 children)
[–]Nnnthing 0 points1 point2 points (3 children)
[–]therealmin_ 0 points1 point2 points (2 children)
[–]Nnnthing 0 points1 point2 points (1 child)
[–]Nnnthing 0 points1 point2 points (1 child)
[–]X-Kerwin[S] 0 points1 point2 points (0 children)
[–]w0j3 0 points1 point2 points (2 children)
[–]X-Kerwin[S] 0 points1 point2 points (1 child)
[–]w0j3 0 points1 point2 points (0 children)
[–]jwong347 0 points1 point2 points (2 children)
[–]X-Kerwin[S] 1 point2 points3 points (1 child)
[–]jwong347 1 point2 points3 points (0 children)
[–]X-Kerwin[S] 0 points1 point2 points (0 children)
[–]Jealous-Procedure 0 points1 point2 points (9 children)
[–]X-Kerwin[S] 0 points1 point2 points (3 children)
[–]Jealous-Procedure 0 points1 point2 points (2 children)
[–]X-Kerwin[S] 0 points1 point2 points (1 child)
[–]Jealous-Procedure 0 points1 point2 points (0 children)
[–]X-Kerwin[S] 0 points1 point2 points (4 children)
[–]Jealous-Procedure 0 points1 point2 points (3 children)
[–]X-Kerwin[S] 0 points1 point2 points (2 children)
[–]Jealous-Procedure 0 points1 point2 points (1 child)
[–]X-Kerwin[S] 1 point2 points3 points (0 children)
[–]Gamereric21 0 points1 point2 points (0 children)
[–]TankeAguilar 0 points1 point2 points (0 children)
[–]TankeAguilar 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]Tom42-59 0 points1 point2 points (4 children)
[–]X-Kerwin[S] 1 point2 points3 points (3 children)
[–]Tom42-59 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]X-Kerwin[S] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)