EWN v.2015.2 (October 2015). Whole EWN in one script :) v.2015.2 - API-key is removed. It uses a dynamic key now. - Combinating the forecast and the weatherstations (EWN main script) to one script using same config-file - Forecast use the same new backend-script as euweather.eu - Forecast-maps and the forecast on different pages to avoid hickups on the forecast if the maps have problems - Added station-tab for wx-stations with gauges and graphs. Updated in realtime for WD- and Cumulus-stations - New Leaflet-based map for wx-stations ######################################################## # RESONSIVE CSS Main widths are now set to 100% so it scales depending on available space in wrapping element. In css-file are settings what hide ex. columns in tables based on browserwidth so content fits in smaller screens. The default settings are set using my nordicweather.net so you probably need to tweak them a bit. For example: @media (max-width:650px){ .col650{display:none !important} } This means: when browserwidth are less than 650 px are elements with class col650 hidden. IF you need to change, change the max-width-value, NOT the col650. ######################################################## # WXSIM The forecast use also our WXSIM's data when queryd forecast are nearby a station with WXSIM. :) To add your WXSIM to the database, simply be sure the url to lastret.txt are listed in your settings in EWN. The script checks then the database when a forecast. ####################################################### # FILES - forecast.php -> A demo how to add the full forecast on your page - short_demo.php - A demo of how to implent a short forecast on the page, like the one from 3in1 :) - map.php - A demo how to add a page with the forecast-maps - stations.php - A demo of how to add the weatherstations (map, tables, toplist, gauges) - ewn/ directory: All the scripts * ewn_conf.php - config-file * ewn_frc.php - forecast * ewn_map.php - forecast-mapscript * ewn_stations.php - weatherstations - css/ - css-files - js/ - js-files - lang/ - langauge files ######################################################### # LAYERS IN FORECASTMAPS WRF: wrf_dbz, wrf_temp, wrf_chill, wrf_dew, wrf_tmpsfc, wrf_wind, wrf_gust, wrf_psnow (precip + clouds), wrf_precip, wrf_rrate, wrf_prectyp, wrf_accum, wrf_snowd, wrf_baro, wrf_hail, wrf_tornado, wrf_supercell, wrf_cin, wrf_lftx, wrf_cape, wrf_srh3, wrf_shear01, wrf_shear06 GFS: gfs_temp, gfs_chill, gfs_dew, gfs_wind, gfs_psnow, gfs_baro, gfs_tornado, gfs_supercell, gfs_cape, gfs_lftx ############################################################ The script is provided "as-is" without warranty. If you find it useful, consider to buy a beer to me by making a donation by Paypal to info@nordicweather.net. Donate-button can also be found at my webpage nordicweather.net. ;)