Use custom weather code to create tiles

I’m experimenting with an idea I had but am stuck. My goal was to take local weather information and I created a simple web page that pulls the information periodically. I created the page using a lot of ai help but is running great. It also had me create a simple .json page to pull just the data to sharptools. Here is what I have:

And the simple data I’m trying to pull:
https://lincolnweather-ceb455469eb3.herokuapp.com/data

I made variables for each data set so I could make a super tile for each individual. I then made a virtual switch in Hubitat that runs every 15 minutes to be a trigger.

Finally started making a rule that would use the Hubitat trigger. First action was to GET from the .json data page. Then added a new variable action for each data point (temp, wind, humidity, etc.) to pull from. This is my problem, nothing is pulling correct.

Am I going about this all wrong?

Sorry if this makes no sense, I thought it would be easy once I had the page made, but I’m stuck now.

What does the rule look like? Maybe you could share a rule screenshot?

Depends on the goal. You could use a Custom Tile to directly display the weather data from the API if you don’t need to use it elsewhere in SharpTools.

The Open Weather Custom Tile linked from this page is a good example of that: