Announcement

Collapse
No announcement yet.

Web page builder for Homeseer 3 & Homeseer 4

Collapse
This topic is closed.
X
This is a sticky topic.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #91
    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.
    Hector
    ____________________________________
    Win.2003 OS, HS3
    BLDSC,BLstat,BLRadar,BLRamdom,BLOccupied
    BLups,BLrain8,HSTouch,Ultrajones Weatherbug,
    MyTrigger,ACRF2,W800,Zwave
    AP800,Honeywell Stat

    Comment


      #92
      Post the line you are currently using to display the image.
      Jon

      Comment


        #93
        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


          #94
          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}] 
          Try:

          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] 
          When you see curly brackets in the documentation, it signifies that something goes there as a replacement to the brackets.
          Jon

          Comment


            #95
            Originally posted by bdraper View Post
            Marc, nice on/off buttons. Do you mind sharing the CSS you are using for the buttons?
            Sorry, just seen this. They are the standard buttons, I think it's just the way the iPad renders them. They look different on the PC.

            Comment


              #96
              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


                #97
                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] 
                This will only refresh the image every 5 minutes.
                Jon

                Comment


                  #98
                  Hello Jon

                  Is it possible to hide the browser header in ipad?
                  Hector
                  ____________________________________
                  Win.2003 OS, HS3
                  BLDSC,BLstat,BLRadar,BLRamdom,BLOccupied
                  BLups,BLrain8,HSTouch,Ultrajones Weatherbug,
                  MyTrigger,ACRF2,W800,Zwave
                  AP800,Honeywell Stat

                  Comment


                    #99
                    I don't believe you can do so in Safari but Google Chrome has Full screen support.
                    Jon

                    Comment


                      Hello 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


                        Originally posted by jon00 View Post
                        I don't believe you can do so in Safari but Google Chrome has Full screen support.
                        I downloaded chrome, where do I tell it to remove header? In setting?
                        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 Post
                          Hello 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
                          Not as it is. I assume you are using the Webscraper plugin for this. How is the value with the date/time constructed?
                          Jon

                          Comment


                            Originally posted by Rotech View Post
                            I downloaded chrome, where do I tell it to remove header? In setting?
                            If you scroll down the page, the address bar, tabs etc disappear giving full screen...
                            Jon

                            Comment


                              Thks Jon.
                              Hector
                              ____________________________________
                              Win.2003 OS, HS3
                              BLDSC,BLstat,BLRadar,BLRamdom,BLOccupied
                              BLups,BLrain8,HSTouch,Ultrajones Weatherbug,
                              MyTrigger,ACRF2,W800,Zwave
                              AP800,Honeywell Stat

                              Comment


                                Hello Jon,

                                Yes i use Webscraper for this.
                                The time and date is from your Webpagebulder.

                                Column4Section5-1Left=Opgewekte Stroom
                                Column4Section5-1Middle=[device,456]
                                Column4Section5-1Right=[devicelastchange,456]

                                Ed

                                Comment

                                Working...
                                X