Announcement

Collapse
No announcement yet.

WeatherUnderground WunderMaps

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Rupp,

    So you run Weather display and HSPro on one computer using the Davis Pro weather station to feed HS weather data via Weather Display?
    - Pete

    Auto mator
    Homeseer 3 Pro - 3.0.0.548 (Linux) - Ubuntu 18.04/W7e 64 bit Intel Haswell CPU 16Gb
    Homeseer Zee2 (Lite) - 3.0.0.548 (Linux) - Ubuntu 18.04/W7e - CherryTrail x5-Z8350 BeeLink 4Gb BT3 Pro
    HS4 Lite - Ubuntu 22.04 / Lenovo Tiny M900 / 32Gb Ram

    HS4 Pro - V4.1.18.1 - Ubuntu 22.04 / Lenova Tiny M900 / 32Gb Ram
    HSTouch on Intel tabletop tablets (Jogglers) - Asus AIO - Windows 11

    X10, UPB, Zigbee, ZWave and Wifi MQTT automation-Tasmota-Espurna. OmniPro 2, Russound zoned audio, Alexa, Cheaper RFID, W800 and Home Assistant

    Comment


      #17
      The simplest solution is to use "kuntakintay's" script for retrieving information from Weather Underground. You can find the thread HERE

      Cheers!

      Comment


        #18
        Here's a nice interactive touch screen weather map someone posted a while ago. I don't recall where I got this from and they never put their name on it. I do use this map with HSTouch.

        Code:
        <html>
        <head>
        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
         
        <script type="text/javascript"> 
        var parameters = new Array();
        var width = 0;
        var height = 0;
        var viewportwidth = 0;
        var viewportheight = 0;
        var xoffset = 0;
        var yoffset = 0;
        var xmodify = 0;
        var ymodify = 0;
         
        function getParameters()
        {
        	var query = window.location.search.substring(1);
        	var parms = query.split('&');
        	for (var i=0; i<parms.length; i++)
        	{
        		var pos = parms[i].indexOf('=');
        		if (pos > 0)
        		{
        			var key = parms[i].substring(0,pos);
        			var val = parms[i].substring(pos+1);
        			parameters[key] = val;
        		}
        	}
        }
        parameters['layer']='radar';
        parameters['zoom']='6';
        parameters['base']='h';
        parameters['lat']='33.94';
        parameters['long']='-86.37';
        parameters['width']='975';
        parameters['height']='515';
        parameters['animate']='true';
        parameters['border']='false';
        parameters['gadgets']='false';
         
        getParameters();
         
        width = parseInt(parameters['width']);
        height = parseInt(parameters['height']);
        viewportwidth = width;
        viewportheight = height;
         
        if(parameters['border'] =='false')
        {
        	xmodify = 13;
        	ymodify = 13;
        }
         
        if(parameters['gadgets'] == 'false')
        {
        	xmodify = 40;
        	ymodify = 82;
        }
         
        width = width+xmodify;
        height = height+ymodify
        viewportwidth = width+xmodify;
        viewportheight = height+ymodify;
        xoffset = -xmodify;
        yoffset = -ymodify;
         
        </script>
        </head>
         
        <style type="text/css"> 
         
        body
        {
          overflow: hidden;
          padding: 0px;
          margin: 0px;
        }
        </style>
         
         
        <body>
        <script>document.write('<div style="position:relative;left:'+xoffset+';top:'+yoffset+';"><object id ="radar" width="'+width+'" height="'+height+'" border="0" hspace="0"><embed src="http://image.weather.com/web/flash/FMMain.swf?lat='+parameters['lat']+'&long='+parameters['long']+'&initialWeatherLayerType='+parameters['layer']+'&viewPortWidth='+viewportwidth+'&viewPortHeight='+viewportheight+'&initialZoomLevel='+parameters['zoom']+'&wxAnimateOnStart='+parameters['animate']+'&baseMap='+parameters['base']+'" width="'+width+'" height="'+height+'"></embed></object></div>')</script>
        </body>
        </html>
        - Pete

        Auto mator
        Homeseer 3 Pro - 3.0.0.548 (Linux) - Ubuntu 18.04/W7e 64 bit Intel Haswell CPU 16Gb
        Homeseer Zee2 (Lite) - 3.0.0.548 (Linux) - Ubuntu 18.04/W7e - CherryTrail x5-Z8350 BeeLink 4Gb BT3 Pro
        HS4 Lite - Ubuntu 22.04 / Lenovo Tiny M900 / 32Gb Ram

        HS4 Pro - V4.1.18.1 - Ubuntu 22.04 / Lenova Tiny M900 / 32Gb Ram
        HSTouch on Intel tabletop tablets (Jogglers) - Asus AIO - Windows 11

        X10, UPB, Zigbee, ZWave and Wifi MQTT automation-Tasmota-Espurna. OmniPro 2, Russound zoned audio, Alexa, Cheaper RFID, W800 and Home Assistant

        Comment


          #19
          Originally posted by Pete View Post
          Rupp,

          So you run Weather display and HSPro on one computer using the Davis Pro weather station to feed HS weather data via Weather Display?
          No, seperate servers. Weather-Display on one server, HS on the other. I was stating that they could be on the same server, I'm just too lazy to move WD to my HS Server. WD has been running on a server for 8 or 9 years so there's a lot to move.
          💁‍♂️ Support & Customer Service 🙋‍♂️ Sales Questions 🛒 Shop HomeSeer Products

          Comment


            #20
            Thanks Rupp.
            - Pete

            Auto mator
            Homeseer 3 Pro - 3.0.0.548 (Linux) - Ubuntu 18.04/W7e 64 bit Intel Haswell CPU 16Gb
            Homeseer Zee2 (Lite) - 3.0.0.548 (Linux) - Ubuntu 18.04/W7e - CherryTrail x5-Z8350 BeeLink 4Gb BT3 Pro
            HS4 Lite - Ubuntu 22.04 / Lenovo Tiny M900 / 32Gb Ram

            HS4 Pro - V4.1.18.1 - Ubuntu 22.04 / Lenova Tiny M900 / 32Gb Ram
            HSTouch on Intel tabletop tablets (Jogglers) - Asus AIO - Windows 11

            X10, UPB, Zigbee, ZWave and Wifi MQTT automation-Tasmota-Espurna. OmniPro 2, Russound zoned audio, Alexa, Cheaper RFID, W800 and Home Assistant

            Comment


              #21
              Pete,

              I just ran across your interactive radar map code and I've got to say 'too cool'!!

              A great big Thanks! to you.
              Steve

              (System configuration is in my profile)

              Comment

              Working...
              X