NewUser: Dashboard integration problem

Discussion, issues, recommendations around Meteohub's dashboard and WD Live integration

Moderator: Mattk

Post Reply
dudelsack
Fresh Boarder
Fresh Boarder
Posts: 18
Joined: Sun Jan 11, 2009 10:57 pm

NewUser: Dashboard integration problem

Post by dudelsack »

I am in process of evaluating METEOHUB and I am failing in integrating the dashboard into my web presence.

I am running the evaluation version (VMWARE Image)Version 3.0d. I am getting the dashboard and date when clicking the DASHBOARD=>DISPLAY&SAVE button within the METEOHUB admin panels.

When I follow the manual (page 67) to intergrate the dashboard into a web site, I am getting the DASHBOARD but no data :(

I am testing within the LAN, neither IE nor Firefox is working.

Any hints are highly appreciated.

Thanks

Matt
User avatar
admin
Platinum Boarder
Platinum Boarder
Posts: 7854
Joined: Mon Oct 01, 2007 10:51 pm

Re:NewUser: Dashboard integration problem

Post by admin »

could you please send me a link to your Web Pages, so that I can inspect your html.
dudelsack
Fresh Boarder
Fresh Boarder
Posts: 18
Joined: Sun Jan 11, 2009 10:57 pm

Re:NewUser: Dashboard integration problem

Post by dudelsack »

Thanks for the reply. I figured it out myself.
It works for me (IE as well as Mozilla) if I use the protocol in the 'myURL=' tag.

Here what is working for me:

<object
classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://download.macromedia.com/pub/shoc ... on=9,0,0,0"
width="345" height="230" id="dashboard" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="false" />
<param name="movie"
value="http://192.168.1.60/dashboard.swf?myURL ... ograph.cgi" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />

<embed src="http://192.168.1.60/dashboard.swf?myURL ... ograph.cgi"
quality="high" bgcolor="#ffffff" width="345" height="230" name="dashboard" align="middle"
allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>

The manual states something slightly differnet (without the 'http://' after the myURL).

I am assuming its a typo in the manual?

Matt
Post Reply