If Label_debug on Screen1 confirms the stored data as you require, but the data does not load on Screen2, it is possibly because of the TinyDB Namespace - which should be identical on for both Screen's instances of TinyDB1. (Assuming you have actually dragged TinyDB1 to both Screens).
thanks for your reply, i have good data displayed in my second screen. I have both tinydb with the same tag.
it is the construction of the list in the first screen that should not be compliant, I think. So that in my second screen I have the data, but the application tells me that it is not a table. it puts empty!
I am a little lost.
I solved part of my problem, I had my clock which reset my table.
now i think i've found the problem, i would need a list list.
I have 24 lines, with 6 data in each line. how do you do that?
Thanks for reading.
It depends how is the data arrive? Not necessarily have to be list list. I made my previous app with tinydb values. Sent from the ESP8266 with JSON format and separated by key. Like this
But there are other ways. As i said depends on how the data arrive. It can be a list, but the separation of the elements is your job. It can be comma separated char stream or anything.
hello, thank you for your answers, my data arrives like this:
date, time, temp ° 1, temp ° 2, temp ° 3, hum1, hum2?
tout ces donnée sont des chiffres, le text est là pour l'explication.
merci
hello here I succeeded;
this is what the gettext of the web block gives me.
it is the line at the bottom (date, hour, t ° 1, t ° 2, t ° 3, Hu1, hum2)
thank you