WD taglist.txt
Moderator: Mattk
Re:WD taglist.txt
Normally, script takes as "root" folder the folder from which it is executed. Also specifying path relatively like "../weather/clientraw.txt" should work, I'm using this definition in one of my scripts:
$data_file_path = '../data/clientraw/clientraw.txt';
Anyway, you can also try to specify the path absolute using $_SERVER array, like:
$SITE['clientrawfile'] = $_SERVER['DOCUMENT_ROOT']."/weather/clientraw.txt";
$data_file_path = '../data/clientraw/clientraw.txt';
Anyway, you can also try to specify the path absolute using $_SERVER array, like:
$SITE['clientrawfile'] = $_SERVER['DOCUMENT_ROOT']."/weather/clientraw.txt";
- nduku
- Senior Boarder
- Posts: 45
- Joined: Sun Jan 03, 2010 8:07 pm
- Location: Eberfing, Bavaria/Germany
- Contact:
Re:WD taglist.txt
Hi,
carefully reading the manual helps a lot
Apart from setting the path in the settings.php (to clientraw.txt AND testtags.php) I was not aware that I have to set the path in the ajaxWDwx.js as well. I do not completely understand, which file is for what, but setting it in both files did the trick for me. It is in deed possible to go one dir up by using '../clientraw.txt'.
Also, the testtags.php from mghens works perfectly for me. Thanks for posting that file!
What still shows some weird data is the almanac pages (sun & moon, monthly data), but reading the manual a bit further will probably solve that as well :P
Does anyone know where the almanac > "station monthly reports" gets it's data from?
I assume that's data provided by weather-display, the same stuff thats generated by meteohub. But meteohub just puts that in the export directory, but it'S not uploaded, right? Can I use this for the AJAX/PHP templates as well?
Cheers,
Axel
carefully reading the manual helps a lot
Apart from setting the path in the settings.php (to clientraw.txt AND testtags.php) I was not aware that I have to set the path in the ajaxWDwx.js as well. I do not completely understand, which file is for what, but setting it in both files did the trick for me. It is in deed possible to go one dir up by using '../clientraw.txt'.
Also, the testtags.php from mghens works perfectly for me. Thanks for posting that file!
What still shows some weird data is the almanac pages (sun & moon, monthly data), but reading the manual a bit further will probably solve that as well :P
Does anyone know where the almanac > "station monthly reports" gets it's data from?
I assume that's data provided by weather-display, the same stuff thats generated by meteohub. But meteohub just puts that in the export directory, but it'S not uploaded, right? Can I use this for the AJAX/PHP templates as well?
Cheers,
Axel
Re:WD taglist.txt
do you have a new version of this testtags.html file?
thank you in advance
thank you in advance
- nduku
- Senior Boarder
- Posts: 45
- Joined: Sun Jan 03, 2010 8:07 pm
- Location: Eberfing, Bavaria/Germany
- Contact:
Re:WD taglist.txt
No, or at least not me, I still use the version posted by mhgens on page 2 of this thread.
Cheers,
Axel
Cheers,
Axel
Re:WD taglist.txt
i would like to see a new and 'full' version of this file ;)
Re:WD taglist.txt
After a long and exhausting working here is the updated file testtags.htm
to Version 1.06 - 12-Jul-2009, to be included in the folder of graphs
Meteohub.
Some values are not generated as Meteohub.
Modify it to your liking.
The values are "metric".
Thanks to "mghens" from which I took the base file.
I hope I have done something to please,
Cignals
to Version 1.06 - 12-Jul-2009, to be included in the folder of graphs
Meteohub.
Some values are not generated as Meteohub.
Modify it to your liking.
The values are "metric".
Thanks to "mghens" from which I took the base file.
I hope I have done something to please,
Cignals
Re:WD taglist.txt
After a long and exhausting working here is the updated file testtags.htm
to Version 1.06 - 12-Jul-2009, to be included in the folder of graphs
Meteohub.
Some values are not generated as Meteohub.
Modify it to your liking.
The values are "metric".
Thanks to "mghens" from which I took the base file.
I hope I have done something to please,
Cignals;) [file name=testtags-8e7763e5faa8e5e550f2555a19f86567.zip size=9955]http://www.meteohub.de/joomla/images/fb ... f86567.zip[/file]
to Version 1.06 - 12-Jul-2009, to be included in the folder of graphs
Meteohub.
Some values are not generated as Meteohub.
Modify it to your liking.
The values are "metric".
Thanks to "mghens" from which I took the base file.
I hope I have done something to please,
Cignals;) [file name=testtags-8e7763e5faa8e5e550f2555a19f86567.zip size=9955]http://www.meteohub.de/joomla/images/fb ... f86567.zip[/file]
Re: WD taglist.txt
Help!
I have been trying to use either sample of testtags.html with my meteohub uploading all sensors as testtags.php but all that happens is the webpage screen is filled with raw data.
Can the exact steps be explained, should the testtags.html be on the meteohub or your weather web server and what exactly should you upload and how often.
Many thanks
http://www.morlocks.co.uk/weather/wxindex.php
Automan.
I have been trying to use either sample of testtags.html with my meteohub uploading all sensors as testtags.php but all that happens is the webpage screen is filled with raw data.
Can the exact steps be explained, should the testtags.html be on the meteohub or your weather web server and what exactly should you upload and how often.
Many thanks
http://www.morlocks.co.uk/weather/wxindex.php
Automan.
Re: WD taglist.txt
I see where I was going wrong...
I did not realise the meteohub device could process a webpage from its local folder and then upload it to your website as testtags.php.
Thus I have made some progress but more work is required.
http://www.morlocks.co.uk/weather/wxindex.php
I did not realise the meteohub device could process a webpage from its local folder and then upload it to your website as testtags.php.
Thus I have made some progress but more work is required.
http://www.morlocks.co.uk/weather/wxindex.php
Re: WD taglist.txt
Hello - is the updated testtags file still available for download since the forum site was moved to its new url?
Thanks,
Ed
Thanks,
Ed
Re: WD taglist.txt
The old download links still seem to work.
Automan.
Automan.
Re: WD taglist.txt
my mistake..., I was looking for a hotlink...., copied and pasted the url and got the file.
Thanks Automan!
Thanks Automan!