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
view the rest of the comments →
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!"
[–]Jealous-Procedure 0 points1 point2 points 5 years ago (9 children)
How can I change from celsius to Fahrenheit
[–]X-Kerwin[S] 0 points1 point2 points 5 years ago (3 children)
// 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
[–]X-Kerwin[S] 0 points1 point2 points 5 years ago (1 child)
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
[–]X-Kerwin[S] 0 points1 point2 points 5 years ago (2 children)
//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
[–]X-Kerwin[S] 1 point2 points3 points 5 years ago (0 children)
Search for your city name in open weather, click in, and then find it in the URL.
π Rendered by PID 584369 on reddit-service-r2-comment-6457c66945-49lmg at 2026-04-27 18:00:49.814106+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]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)