Perfect!!
I’ve fixed it!!
What kind of function is it?
Many thanks,
Alessandro
Edit:
Opssss…i’t’s doent’s show anymore here: http://www.meteocarmignano.it but it’s ok here: http://www.meteocarmignano.it/ajax-dashboard.php
Perfect!!
I’ve fixed it!!
What kind of function is it?
Many thanks,
Alessandro
Edit:
Opssss…i’t’s doent’s show anymore here: http://www.meteocarmignano.it but it’s ok here: http://www.meteocarmignano.it/ajax-dashboard.php
Alessandro,
Not sure what your code is but something is preventing the dashboard to show. You have some errors on the page that may be part of it. Post the area of your code where it stops on the page, maybe someone will be able to spot the error.
Jack
Hi Jack,
my upload folder is full and i don’t manage to attached that file.
In IE the weather updates are stopped while in FF are ok.
I hope that someone help me.
Many thanks,
Alessandro
I will consider adding it as soon as I get a version that runs the new script here for those that need that first.
Scott
Hi guys,
finally i’ve fixed all my issues…
Now ajaxWDwx.js version 9.07 works ok
@Rainer
Could you add my site to the list of successfully implemented this script?
Many thanks,
Alessandro
I am attempting to incorporate the new scripts and using ajax-dashboard-test.php as my testing bed.
Direct link to the test page: http://www.k3jae.com/ajax-dashboard-test.php
On load I am getting: Fatal error: Call to undefined function langtrans() in /home6/kthrjaec/public_html/ajax-dashboard-test.php on line 402
On my line 402 the following is the code:
<span id="uomM" style="color: gray;"><?php langtrans('METRIC'); ?></span> |
I simply uploaded the 2 pieces of script to the server, uploaded the modified top.php file as well as the ajax-dashboard-test.php page. What am I missing? Having failed there, I elected to upload the “-packed” version, made appropriate modifications and same result.
On load I am getting: Fatal error: Call to undefined function langtrans() in /home6/kthrjaec/public_html/ajax-dashboard-test.php on line 402
Put this at the end of your ajaxdashboard-test.php
function langtransstr($word) {
return $word;
}
function langtrans($word) {
echo $word;
}
See if that fixes it.
Hi!
I need some help to install Alternative ajaxWDwx.js Script v 9.07
Should I install WD-AJAX-PHP script first? Should I replace ajaxWDwx.js and other files?
Thanks!
This is a small error, but I noticed that the update counter doesn’t reset to 0 seconds after an updated clientraw.txt file is uploaded. I have the original alternative dashboard up for now.
James
Ok, Now I have a screen and it appears to be working… thus far. Thank you a bunch. This was a cursory look. I will begin to look deeper now to ensure all is well. http://www.k3jae.com/wxindex-test.php
I am not getting the “Update” highlighting (red etc) that I assumed would be present like the above image. additionally, when i switch to Metric not all items switch…like “Feels Like” etc. – Resolved - forgot to place in proper places throughout the Ajax-dashboard.
How does one convert the NWS forcast temp to
Hi guys,
is it possible to delete the alert box about refresh updates?
Is yes, how?
i’ve tried to set the function wxStation.showAlert = false; but without success.
Many thanks,
Alessandro
John, you have a serious bug on your page.
I see in my status bar:
“Transferring data from g1.im wx.com…”
“Transferring data from g2.im wx.com…”
“Transferring data from g3.im wx.com…”
…and it just keeps on reloading file 1 through 3.
It’s wasting my bandwidth
I can’t even click the UOM switch.
That alert is not produced by ajaxWDwx.js.
I have seen it before on your site and was wondering where on earth I had implemented something like that.
I had a look now and it’s in your gauges ajax settings:
[color=blue]http://www.meteocarmignano.it/flotgauge/jquery.wxgauges.settings.js[/color]
… look for: alert(pausemsg); and comment it out.
8O Try again as I just reloaded everything. Hopefully now all is OK. Please advise if so or not. If it is doing whatever you state I have not the foggiest idea what it is trying to load? ](*,) :crazy:
James, you need to upgrade the top row for the summary table as specified on the 1st page of this thread please.
John,
Nope it’s still not working.
You have some javascript code on your page that prevents the page from fully loading.
I still can’t switch UOM.
I still see “Read g1.imwx.com” in my status bar.
You’ll have to disable some of your fancy gadgets/widgets and see if it’ll work.
[quote author=K3JAE link=topic=43859.msg357560#msg357560 date=1263701209]
How does one convert the NWS forcast temp to
Fizban, without a link to your website it’s difficult to help you.
We need to be able to see what you’re doing in order to help.
Why have you taken my ajaxWDwx-settings-bws.js setup … you need to make your own.