Can someone direct me to the path of how resize a URL weather image, to the same size of the example giving in the qv.ini. I tried applying 300 x 400 to the URL but it doesn't work.
Announcement
Collapse
No announcement yet.
Web page builder for Homeseer 3 & Homeseer 4
Collapse
This is a sticky topic.
X
X
-
Heres the line Jon and Thks.
Column1Section2-1Middle=[image,http://radblast-mi.wunderground.com/...e=1.000&noclu]Hector
____________________________________
Win.2003 OS, HS3
BLDSC,BLstat,BLRadar,BLRamdom,BLOccupied
BLups,BLrain8,HSTouch,Ultrajones Weatherbug,
MyTrigger,ACRF2,W800,Zwave
AP800,Honeywell Stat
Comment
-
Hector,
Rather than:
PHP Code:Column1Section2-1Middle=[image,http://radblast-mi.wunderground.com/cgi-bin/radar/WUNIDS_map?station=TPA&brand=wui&num=12&delay=15&type=TR0&frame=0&scale=1.000&noclu,{300x400}]
PHP Code:Column1Section2-1Middle=[image,http://radblast-mi.wunderground.com/cgi-bin/radar/WUNIDS_map?station=TPA&brand=wui&num=12&delay=15&type=TR0&frame=0&scale=1.000&noclu,400,300]
Comment
-
Jon
When adding a URL to the page do use:
Image
Embed
Embedrefresh
In your example your using image. If you use image will the image of the radar weather (in the example) be updated?Hector
____________________________________
Win.2003 OS, HS3
BLDSC,BLstat,BLRadar,BLRamdom,BLOccupied
BLups,BLrain8,HSTouch,Ultrajones Weatherbug,
MyTrigger,ACRF2,W800,Zwave
AP800,Honeywell Stat
Comment
-
It depends...
If you set the entire page to refresh every XX minutes (see the PageRefreshTime setting in the docs) then yes.
If not, you can use the EmbedRefresh tag which will only refresh that part of the page.
You can use:
PHP Code:[embedrefresh,300000,http://radblast-mi.wunderground.com/cgi-bin/radar/WUNIDS_map?station=TPA&brand=wui&num=12&delay=15&type=TR0&frame=0&scale=1.000&noclu,400,300,0,0]
Comment
-
Originally posted by jon00 View PostI don't believe you can do so in Safari but Google Chrome has Full screen support.Hector
____________________________________
Win.2003 OS, HS3
BLDSC,BLstat,BLRadar,BLRamdom,BLOccupied
BLups,BLrain8,HSTouch,Ultrajones Weatherbug,
MyTrigger,ACRF2,W800,Zwave
AP800,Honeywell Stat
Comment
-
Originally posted by ESSCHENK View PostHello Jon,
Is it possible to add a text after the value of a device
this is my line.
Opgewekte Stroom 1.239 17-8-2014 16:25:18
And i want (if possible)
Opgewekte Stroom 1.239 Kwh 17-8-2014 16:25:18
Thanks Ed
Comment
Comment