Including a Widget on the floorplan

Begonnen von bigmacd, 01 Januar 2015, 10:25:10

Vorheriges Thema - Nächstes Thema

bigmacd

I'd like to include a weather widget on my floorplan.

I've seen the example using the http://www.wetteronline.de/cgi-bin/hpweather?PLZ=80331 and had that working.

This is the code for a london forecast:

<script type="text/javascript"> moWWidgetParams="moAllowUserLocation:true~moBackgroundColour:white~moColourScheme:blue~moDays:3~moDomain:www.metoffice.gov.uk~moFSSI:350928~moListStyle:vertical~moMapDisplay:none~moShowFeelsLike:true~moShowUV:true~moShowWind:true~moSpecificHeight:250~moSpecificWidth:250~moSpeedUnits:M~moStartupLanguage:en~moTemperatureUnits:C~moTextColour:black~moGridParams:weather,temperature,wind,feelslike~"; </script><script type="text/javascript" src="http://www.metoffice.gov.uk/public/pws/components/yoursite/loader.js"> </script><p>This <a href='http://www.metoffice.gov.uk/public/weather/forecast/?tab=map' target='_blank' >weather forecast</a> is generated by the <a href='http://www.metoffice.gov.uk/public/weather/components'>Met Office Weather Widget</a></p>

Any thoughts/ideas appreciated.

rudolfkoenig

I'm not a FLOORPLAN specialist, so my advice may be wrong.

In the plain FHEMWEB I can display the mentioned widget by defining a weblink with type htmlCode and your HTML as parameter (one line). Just make sure you replace the ; with ;;

I hope that this weblink can be somehow placed on the floorplan, but you have to ask somebody else for the how.