@korina I am building my own weather stations and back end. As I wrote earlier, I am using a Java / Spring based back end to send data to Windy using option 2 in the instructions, i.e. HTTP post JSON.
Here is a link to one of the stations:
https://www.meteobrite.com/report?stationId=2
I don't want to use any 3rd party solutions to post data, I want to integrate my own already existing back end solution with Windy. And I can see Windy gets the reported data and reports SUCCESS, it is just the data is not displayed.
I can see many users have had similar problems in the past, and they started to see their data after some time.
So, I am wondering whether I should simply wait more or there is some problem with the data I am sending. If it is the latter, how can I figure out what the problem is? Windy replies with SUCCESS, doesn't report any issues, and I can see the data is actually persisted on your back end site using the second link from my previous post.
Thanks
