Davis fct text <=> Meteostick on Meteobridge
Posted: Sat May 30, 2015 9:22 am
I understand that Meteostick can not supply us with the Davis forecast code or string.
So I put a default text into my template when there is, for whatever reason, no forecast text available:
Works in all tested cases but not for a Davis => Meteostick => Meteobridge
The Meteobridge returns in this case an empty string and not the value after the :
So I get returned:and I expected:
Is this correct behavior?
I vaguely remember a similar post but could not find it, sorry if it is already answered somewhere else.
Wim
So I put a default text into my template when there is, for whatever reason, no forecast text available:
Code: Select all
|fcstTxt|[forecast-text:Data will be reloaded in]|!
The Meteobridge returns in this case an empty string and not the value after the :
So I get returned:
Code: Select all
|fcstTxt||!
Code: Select all
|fcstTxt|Data will be reloaded in|!
I vaguely remember a similar post but could not find it, sorry if it is already answered somewhere else.
Wim