March 2023 Simple Update
https://www.mediafire.com/file/mu3kcmsj ... 3.zip/file
1.Contains Woodsmoke addition for Purple Air users
2.Restructured code for end of day charts file and today charts file .Making it easier for end users to modify or fix missing CSV data shown below the position number is the corresponding CSV chart file position .remember the code compiles the data from the previous day at 2am don't confuse it with current day max/min/avg ..
Code: Select all
// meteobridge and chart position number
$weather34chartdata = date('j M',strtotime("yesterday"))."," //date chart position = 0
.$meteobridgeapi[82]."," //Max Temp chart position = 1
.$meteobridgeapi[84]."," // Min Temp chart position = 2
.$meteobridgeapi[52]."," // Max Dewpoint chart position = 3
.$meteobridgeapi[120]."," // Min Dewpoint chart position = 4
.$meteobridgeapi[100]."," // Rain Total chart position = 5
.$meteobridgeapi[94]."," // Wind Speed Max chart position = 6
.$meteobridgeapi[123]."," // Wind Speed Avg chart position = 7
.$notused."," // Not Used chart position = 8
.$meteobridgeapi[135]."," // Pressure Max chart position = 9
.$meteobridgeapi[137]."," // Pressure Min chart position = 10
.$meteobridgeapi[114]."," // UV Max chart position = 11
.$meteobridgeapi[107]."," // Solar Max chart position = 12
.$aqiweather["aqi24h"]."," // Purple Air 24 hour Avg chart position = 13
.$meteobridgeapi[184]."," // Davis Airlink chart position = 14
.$meteobridgeapi[171]."," // Wind Direction Avg chart position = 15
.$meteobridgeapi[167]."," // Max Humidity chart position = 16
.$meteobridgeapi[169]."" // Min Humidity chart position = 17
csv year file example
Code: Select all
1 Mar,7.2,3.8,4.4,-2.0,0.8,8.5,1.8,**,1035.9,1028.0,1.7,171.0,8.3,22.5,40.0,92.0,79.0
2 Mar,5.5,1.8,2.5,-0.8,0.0,5.4,0.7,**,1029.9,1027.1,1.5,171.0,31.7,53.8,76.0,93.0,72.0
3 Mar,5.8,2.1,1.7,-0.6,0.0,5.8,0.9,**,1032.7,1029.8,1.1,149.0,28.3,37.9,58.0,85.0,72.0
4 Mar,4.3,1.7,0.7,-1.6,0.0,3.6,0.4,**,1032.6,1026.7,0.8,130.0,39.2,77.4,16.0,83.0,73.0
5 Mar,5.4,1.0,2.4,-1.3,0.2,5.4,0.4,**,1026.7,1010.5,1.5,169.0,42.5,60.2,298.0,93.0,71.0
6 Mar,7.5,2.4,5.9,-2.4,2.2,10.7,1.7,**,1017.1,1012.9,3.4,336.0,45.8,3.8,311.0,100.0,89.0
3.additional CSS added to theme 5 preparation for new
theme option 6 (based on new Davis console layout this will be nigh on a replica but with additional support for Air Quality and minor icon and color shade differences to avoid any infringement but in short its a replica as requested .
4. minor CSS code fixes and as always verified for latest PHP 8.2.3
https://www.php.net/downloads.php
this update is primarily for Purple Air Quality users with just minor additions for others .April should have a significant update for all users .
update download is also in the first post of this thread.
if you are not using Aurora MKII from August 2022 or later do not try to run this update !! it will break your existing older version.please install a new master Aurora MKII version available in the first post of this thread and then simple run this update .
https://www.mediafire.com/file/mu3kcmsj ... 3.zip/file

- my.png (195.34 KiB) Viewed 105522 times

- ringw2.png (172.69 KiB) Viewed 105524 times

- lart.png (189.53 KiB) Viewed 105520 times

- lae.png (133.53 KiB) Viewed 105506 times

- gr.png (137 KiB) Viewed 105503 times