I have no idea why you ask the same question as you did by mail which was IMHO answered completely. Maybe to much errors in my-english.
1. The “notices”
They occur as your Ambient data is different from what the livedata script expects. There are not much PWS_Dashboard=>Ambient users. And not all Ambient consoles deliver the same set of data items.
In your mail you also mentioned similar “notices” for your Meteohub website. These occur as the MH-clientraw is shorter then expected in 2021 for a correct clientraw.txt.
Thanks for bringing these notices to my attention. As explained in the mail, forget about them, notices talk to the programmers, not the user.I adapted the livedata yesterday after answering your mail. When my 24 hour test has been done it will be in the next update. No hurry as it are notices.
2. The warnings occur as there is no time-data for todays high/low in the history file. They signal a problem with your data. You are using a block which needs more data then it can get from your standard data file (Ambient or Meteohub).
3. The “small wind temp blocks”
That are now two “different” blocks in one.
They can show todays high-lows as in all previous releases, also as in your 2004 release.
But this setting is switched off by default as 80% want the other new display.
To switch back to the “old display” as it was in your 2004 release:
Set line 4 to comment in temp_c_small.php and wind_c_small.php It now reads:
$my_choice = 'multi'; // day / month / year
Change it by adding a comment mark at the first position:
#$my_choice = 'multi'; // day / month / year
If you want to use multi-levels, which is the “three line” display:
[ul][li]Your scripts need to assemble and maintain a history file as Ambient (and Metehub) do not deliver those data-items.[/li]
[li]Therefor you need station-cron running 24/7.[/li][/ul]
As long as you do not run a cron-job those “extra-data” items have their initial value. There is no error or problem, the display and the warnings are correct. In your case, they always display the same values as those values can only be generated by a cron-job you are not running.
You have a choice to make after you read the first post at No High/Lows, where is history and graphs data used for, and ? cron ?
The small block can behave as before, if that is sufficient, switch multi-line off.
If you want the new look, read the cron documentation and setup your cron-jobs.
Remember, cron-jobs do far more things, such as improving response times by pre-loading.
Wim