How to collect data for your channel?
abesli
on 28 Mar 2023
Latest activity Reply by Christopher Stapels
on 28 Mar 2023
How do i collect data from a website like weather.com and use it in a channel? I need the current weather on a specific location (including storms, hail etc.) but i couldn't find a way to do it.
1 Comment
Time DescendingI recommend you use a MATAB analysis to read the data from a weather API using webread or webwrite. Then parse the response and write to weather data to your own channel. You can use timeControl to trigger the code to run regularly.
Here is one example of an API, I havent used this one, just found it from a quick search.
https://openweathermap.org/api
Sign in to participate