Web Component: Unable to get response from the Web URL

Web Component how to fix “Unable to response from the Web URL”?
This is the Website I use “https://worldtimeapi.org/api/ip

and this is my Blocks:

Initialize global response to create empy dictionary
initialize global unixtime to [Blank Text]

~Thank You!

But working fine… make sure your every text fields, there is no space

it was fixed, I put the wrong image, it was suppose to be

set global response2 to call Web1.JSON Text Decode
json Text resoponse Content

Set global unixtime2 to look up in pairs key "unixtime"
pairs get global response
notFound "not found"

Set global time to call Clock1. Format Date Time
instant get global unixtime x 1000
pattern dd HH:mm

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.