// ajaxWDwx.js V9.00-x settings

// If solar percentage is below this the system will use the metar for sky conditions

checksolar = 20;

// If you want morning, afternoon, evening and night to display. 1= yes  0= no

usehournow = 1;

// set icon thresholds

sunny = 78;
mostlysunny = 65;
partlysunny = 45;
mostlycloudy = 28;
setcloud = 0;

// set icon set to display  0,1,2,8  Default set is 1

iconset = 2;

// set icon type   Default is .jpg

ext = ".jpg";

