Good info. Thank you.
As a follow up, I am currently getting the following output from a template:
"seqday1_th0_temp_c": 7.9_7.0_7.0_6.6_17.5_21.7_23.0_23.1_,
I got this using:
"seqday1_th0_temp_c": [seqday1_th0_temp_c&],
What I would like to get is this valid JSON array:
"seqday1_th0_temp ...
Search found 5 matches
- Sat Apr 23, 2011 9:28 pm
- Forum: misc
- Topic: documentation for "seq????" name-value pairs
- Replies: 2
- Views: 3528
- Sat Apr 23, 2011 3:12 am
- Forum: misc
- Topic: documentation for "seq????" name-value pairs
- Replies: 2
- Views: 3528
documentation for "seq????" name-value pairs
I would like to generate my own monthly, daily and hourly graphs using JavaScript.
I think the easiest way to get the data is to use the seq name-value pairs documented in section 4.4.
I have made a template that returns data in JSON format and would like to know more about the list values being ...
I think the easiest way to get the data is to use the seq name-value pairs documented in section 4.4.
I have made a template that returns data in JSON format and would like to know more about the list values being ...
- Sat Apr 23, 2011 3:03 am
- Forum: misc
- Topic: rapid fire push to custom web server (not using FTP)?
- Replies: 5
- Views: 4988
Re: rapid fire push to custom web server (not using FTP)?
Thank you for your help. So far, I have the following weather-update.sh script running to extract values using a template and then to upload them, if they have changed, to my test web server.
1. Please let me know what the first line should be. So far I have had to comment it out (but it still ...
1. Please let me know what the first line should be. So far I have had to comment it out (but it still ...
- Sun Apr 17, 2011 5:10 am
- Forum: misc
- Topic: rapid fire push to custom web server (not using FTP)?
- Replies: 5
- Views: 4988
Re: rapid fire push to custom web server (not using FTP)?
Thank you for the quick reply.
I understand this is a pull (polling) solution, but I think I would like to push the data instead for security reasons.
Is there an easy way to set up curl on a custom cron interval, for example, to upload a custom template to a custom web app to push the data on the ...
I understand this is a pull (polling) solution, but I think I would like to push the data instead for security reasons.
Is there an easy way to set up curl on a custom cron interval, for example, to upload a custom template to a custom web app to push the data on the ...
- Sat Apr 16, 2011 2:30 am
- Forum: misc
- Topic: rapid fire push to custom web server (not using FTP)?
- Replies: 5
- Views: 4988
rapid fire push to custom web server (not using FTP)?
Hello,
I have a new WeatherHub2 (MeteoHub) from Ambient Weather. The software is working, but I would like to push (upload) data to my Google App Engine web app which does not support FTP. In the docs I see that I can upload data once a minute using an email address which my Google App Engine web ...
I have a new WeatherHub2 (MeteoHub) from Ambient Weather. The software is working, but I would like to push (upload) data to my Google App Engine web app which does not support FTP. In the docs I see that I can upload data once a minute using an email address which my Google App Engine web ...