Page 1 of 1

Twitter

Posted: Fri Nov 14, 2014 3:02 am
by steviebaby59
I have been trying to set up my meteobridge to Tweet. I had it working fine for a brief moment. Now all I get is: Error: can not post tweet (duplicate) (no more tries) What's up with this?

Here is the string I am using in the message box. Time: [HH]:[mm][APM], Temperature: [th0temp-act=F.1:--]°F, Wind: [wind0wind-act=mph.1:--]mph, Wind Direction: [wind0dir-act=endir:---], Wind Gust: [wind0wind-max10=mph.1:--]mph, Precipitation: [rain0total-sum1h=in.2:---]in, Barometric Pressure: [thb0press-act=inHg.2----]inHg

Like I said, at one point it was working fine. I was doing updates every minute just to test thing out. Now, I can't get anywhere.

Re: Twitter

Posted: Fri Nov 14, 2014 11:01 am
by steviebaby59
I seem to have it fixed. I edited my string to:Time [HH]:[mm][APM] Temperature [th0temp-act=F.1:--]°F Winds [wind0wind-act=mph.1:--]mph [wind0dir-act=endir:---] Gust [wind0wind-max10=mph.1:--]mph Precipitation [rain0total-sum1h=in.2:---]in Pressure [thb0press-act=inHg.2----]inHg Visit: http://www.empireprairieweather.com

Now it's working fine. I would like to add "Feel Like" temperature and Humidity and Barometric trend to my string if anyone has any suggestions. Whenever I attempted to add anything, it crashes it again.

Re: Twitter

Posted: Fri Nov 14, 2014 9:27 pm
by admin
steviebaby59 wrote:[thb0press-act=inHg.2----]
That is wrong, ":" is missing.

Re: Twitter

Posted: Tue Nov 18, 2014 1:37 am
by chrisgrainger
Steve,

It is possible you're getting close to Twitter's 140 char limit if you are adding more data to your string. You are already up over 120 char with this string.

Cheers