Good evening,
I’m moving forward a little. I switched to infinity, and things are simpler. I haven’t configured anything at the plugin level, I go directly to dash creation, I enter my API, and miraculously I see that the API is communicating.
Several questions please:
1> if I paste my api into the browser, I see that I have several values (clouds, temp, presure…etc)
2> in open visualization suggestion mode, I only have the ID: 804
3> I assume that you have to use Parsing options, to extract alls values to display? but I don’t know the syntax;, possible to explain to me?
Thanks a lot for your help.
API browser return:
{“coord”:{“lon”:3.9036,“lat”:46.9435},“weather”:
[{"id":804,“main”:“Clouds”,“description”:“overcast clouds”,“icon”:“04n”}]
,“base”:“stations”,“main”:{“temp”:277.52,“feels_like”:275.88,“temp_min”:277.52,“temp_max”:279.31,“pressure”:1024,“humidity”:62,“sea_level”:1024,“grnd_level”:943},“visibility”:10000,“wind”:{“speed”:1.91,“deg”:193,“gust”:1.75},“clouds”:{“all”:90},“dt”:1707858114,“sys”:{“type”:2,“id”:2038399,“country”:“FR”,“sunrise”:1707807104,“sunset”:1707843989},“timezone”:3600,“id”:2979009,“name”:“Saint-Just”,“cod”:200}
Visualisation mode and parsing ?