Getting Solar Noon Data into WebCore


#1

1) Give a description of the problem
(Trying to use a GET request on this website to scrape time data for solar noon.)

2) What is the expected behaviour?
(Extract solar noon data)

3) What is happening/not happening?
(I have no idea what I am doing.)

Up until now I’ve considered my self to be a slightly above average WebCore user however what I thought would be simple is actually incredibly difficult.

I want to extract solar noon data into a variable to use the time given in an automation.

is this even possible?

Edit: It doesn’t even have to be the given website it can be any website that will give me the data I need.


#2

Do you have an example of the data you’re trying to get?


#3

I played with it for a bit, here’s a rough example to get you started. I saw that the times it provides is in UTC so that part needs conversion.

image

Edit:
Here’s a detailed thread about UTC conversion that might help.