Currently using the following for my daily weather tweets - set to run at 6am every day:
Current Conditions at the Wilson's weather station at [hh]:[mm]. It's [th0temp-act=F.1:--]° outside#if# {*([wind0chill-act=F.1:--] < [th0temp-act=F.1:--])*} #then# with a wind chill of [wind0chill-act=F.1:--]°#else##fi##if#{*([th0heatindex-act=F.1:--] > [th0temp-act=F.1:--])*} #then# with a heat index of [th0heatindex-act=F.1:--]°#else##fi#. Humidity: [th0hum-act=.0] percent. Wind is [wind0wind-havg=mph.1]mph from from the [wind0dir-havg=endir] with gusts up to [wind0wind-hmax=mph.1:--]mph. It has rained [rain0total-hoursum=in.2]in in the past hour, [rain0total-sumday=in.2]in total today. Current Rain: [rain0rate-act=in.2] in/h.
If I use the test function - processes correctly - for example:
Current Conditions at the Wilson's weather station at 09:06. It's 36.0° outside with a wind chill of 35.2°. Humidity: 66 percent. Wind is 3.2mph from from the SSW with gusts up to 10.1mph. It has rained 0.00in in the past hour, 0.00in total today. Current Rain: 0.00 in/h.
But when it tweets according to the schedule at 6am I get:
Current Conditions at the Wilson's weather station at 06:00. It's 33.4° outside. Humidity: 69 percent. Wind is 1.5mph from from the SW with gusts up to --mph. It has rained [rain0total-hoursum=in.2]in in the past hour, 0.00in total today. Current Rain: 0.00 in/h.
Any suggestions - seems to be a processing issue of the tags, not sure why.
Guy
Not processing tags properly with Twitter service **solved**
Moderator: Mattk
Re: Not processing tags properly with Twitter service
Changed the time from 6am to 5:45am - 1st time processed fine. Wondering if its "overloaded" at 6am with other things and can't process properly.
Guy
Guy
Re: Not processing tags properly with Twitter service
This may be the issue - 2 days at 5:45 and it works.
Guy
Guy
Re: Not processing tags properly with Twitter service
I don't have a good explanation. Please report when symptoms come back.
Re: Not processing tags properly with Twitter service
So far leaving at 5:45am or manual (test) works fine. Have not tried to go back to 6am.
Guy
Guy
Re: Not processing tags properly with Twitter service
Please use "[rain0total-hoursum=in.2:0]" and you should be fine in any timing. Using default values is recommended.
Re: Not processing tags properly with Twitter service **solved**
Thanks just saw this - will add default values and see.
Guy
Guy