I've created a tutorial-guide for my IoT students and posted it on "Share Your Projects".
It covers how to plot wildfires using the worldmap node on the Dashboard.
Just been working on a "fun" project for my IoT students.
Plotting the location of wildfires on the Dashboard.
[world_wildfires]
It makes use of data from NASA to plot markers on the worldmap node on the Dashboard.
Although most of the function nodes (in the flow) use JavaScript, there is a section in the tutorial-guide that introduces some very basic JSONata to query and transform the array-data received from NASA.
I must give credit to @E1cid for his work creating the Jsonata in the Chan…