Forecast vs Actual

Hi Alessandro,

It is telling you that there is no ‘Realtime’ Table in your ‘dvjfcnae_4’ MySql Database.

As stated in earlier posts these comparison parts of the script are for Cumulus users who are uploading data to a Realtime Table, if that is not the case it will not work.

1: Must be using Cumulus.
2: Must be uploading to a ‘Realtime’ Table, ensure you have the following set correctly in ’ 1wxsim_settings.php '. (is it ‘Realtime’ or is it ‘realtime’.


$cu_realtimename = "Realtime"; 		// Name of your Cumulus realtime table ( Note : case Sensative ) is it "Realtime" or "realtime" change accordingly
$cu_realtime_datefield = "LogDateTime"; 	// Name of your Cumulus realtime Date Field ( Note : case Sensative ) is it "LogDateTime" or "DateTime" or "datetime" change accordingly
$cu_realtime_days = 7; 			    	// Number of Days your Cumulus realtime Table retains Data. or some people only upload 2 days etc.

If you have the above and set correctly, it should work.

kind regards,