EWN v.2016.10 (December 2016). Whole EWN in one script :) IMPORTANT!! Geolocation (Locate Me!-button) do not work in Chrome >= v.30 when HTTP in use. Chrome requires HTTPS. Only solution is to move the website to use HTTPS. v2017.1 - Updated map so it "cleans out" overlapping icons due to Netatmo-support. PWS-stations have higher priority than metoffices/roadstations. Changed files are 2: ewn_stations.js and ewn_stations.php v2016.10 - Added ability to show graph for whole forecast-period - 2 bugfixes v2016.9 - Snowfix :) Added estimated snowamount to the forecast-table. v2016.8 - HTTPS support added v2016.7 - New forecast-script. More mobile friendly, more models (compare up to 10 models!), better data. New version is named as _2016 in all files. Remember to update your ewn_config.php, there are changes in the bottom-section! v.2016.6 - 13 km GFS maps added v.2016.4 - forecast-update - New location-database - More categories in the search-results - Removed KNMI from the forecast due to continous download-problems v.2016.2 - forecast-update - Added GFS,CMC and WXSIM to accuracy & compare - Switched accuracy-graphs to Highstock v.2016.1 - forecast-update - Graph lifted to front and updated - New accuracy-thing in use - New backend in use - Updated the accuracy & comapre tab - Fix for midnight sun & polar night in suntimes - Note minor change to short forcast URL! v.2015.3 - NEW! Earth.nullshool-like animated windmaps for all models! - New maps: Jetstream (WRFDA & GFS), Storm motion (WRFDA) - New player for forecast-maps - Forecast-maps use Leaflet now - Tweaks to Bootstrap css - Combinated some js-files 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. ;)