We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dear creator, I am trying to make the api call to one node but i have some problem.
nodes<-wl_nodes() %>% wl_parse() data<-wl_historic(nodes$node_id, start=as.integer(Sys.time()-86400), end = as.integer(Sys.time())) %>% wl_parse()
This is the error output
Error: weatherlink API request failed [404] Unable to find weather station settings
It's possible to use the wl_historic to make the call of the data of the nodes?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Dear creator,
I am trying to make the api call to one node but i have some problem.
This is the error output
It's possible to use the wl_historic to make the call of the data of the nodes?
The text was updated successfully, but these errors were encountered: