Search found 3 matches

by ValterVB
Tue Dec 24, 2019 3:50 pm
Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
Topic: Calculate yesterday's date **solved**
Replies: 5
Views: 2140

Re: Calculate yesterday's date

Yes this is the perfect solution. I had not seen that it was possible to use exports with FTP.
Thank a lot.
by ValterVB
Mon Dec 23, 2019 6:59 pm
Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
Topic: Calculate yesterday's date **solved**
Replies: 5
Views: 2140

Re: Calculate yesterday's date

Maybe I wasn't so clear, sorry.
In this page there are 3 chart:
The first is the average temperature by each hour of today
The second is the average temperature by each hour of yesterday
The third is the average temperature by each day of the current month

For the first chart I use a template like ...
by ValterVB
Sun Dec 22, 2019 8:38 pm
Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
Topic: Calculate yesterday's date **solved**
Replies: 5
Views: 2140

Calculate yesterday's date **solved**

With this:

Code: Select all

[th0temp-avg@[YYYY][MM][DD]13.1:--]
I have the average temperature of today at 13:00, but if I want the same thing for yesterday, how I can do it?
I have tried with:

Code: Select all

[th0temp-avg@[YYYY][MM]{* [DD]-1 *0}13.1:--]
but don't work

Thanks for an answer

Valter