I can’t get the ET to show up, I have set it to ‘true’ in the settings.
Or is it so that it will show up when the snow disappears?
I can’t get the ET to show up, I have set it to ‘true’ in the settings.
Or is it so that it will show up when the snow disappears?
It is zero
$VPetmonth = “0.0”; // Vantage Pro ET for Month to date
but maybe you mean it’s not showing any value.
What I did mean is that The ET information does not show up on the dashboard even if the settings is set to true.
It should show up even if the readings are zero.
Can you set snow false and see what happens?
I did set to false in both the settings.php and the dashboard file but still no ET column only snow
The problem is I use 4.10 and code is slightly diff.
Can you post the dashbrd.txt.
With help from NBH here on the forum it is resolved and now does both ET and snow show up.
I did have this,
$snowstart = '10'; // Starting month to display snow information (1-12) Default is 11 (0=No Snow)
$snowend = '5'; // Ending month to stop displaying snow information (1-12) Default is 5 (0=No Snow)
And changed to this.
$snowstart = '0'; // Starting month to display snow information (1-12) Default is 11 (0=No Snow)
$snowend = '0'; // Ending month to stop displaying snow information (1-12) Default is 5 (0=No Snow)
Thanks Lee and Niko, for trying to help me.
Actually, Lars, now knowing that logic may help solve the snow/rain switch I’m working.