|
|
InstrumentsFrom Meteoplug WikiMeteoplug provides an easy way to display a dashboard with weather instruments. To keep it simple, configuration of instruments is very limited but allows you to have a quick view on your most important sensor data in a convenient way. Instruments are visualized by "Weather Display Live (WDL)" applet of Julian Best. If you are interested in details about WDL, you might visit these pages. ![]() Instruments ConfigurationTo make use of Meteoplug instruments you have to enter
Emdebbing InstrumentsLink "Call instruments directly calls a HTML page that displays instruments without administration interface. The URL does not need any login, it just displays your actual weather data as instruments as you have configured these with the steps mentioned above. URL parameters are encrypted in a way that does not allow anyone to guess your user name, station's MAC or any other information you might not want to share with the public. You can very easily embed these instruments into your homepage by placing the provided link into an IFRAME onto your homepage's HTML code. IFRAME tag on your Homepage might look like this:
<iframe src="https://www.meteoplug.com/cgi-bin/meteochart.cgi?draw=1c1d190602145f504218...."
allign="top"
scrolling="no"
frameborder="0"
width="550"
height="400">
Browser does not support IFRAMEs
</iframe>
|
