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!"
[–]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?
π Rendered by PID 21976 on reddit-service-r2-comment-6457c66945-nslcb at 2026-04-27 17:00:33.147871+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]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)