Where can I find the strings that put data into the tweet (Wish to remove wind data as in a sheltered location) E.G Temperature: STAT$TEMPERATURE:CURRENT$STAT$TEMPERATURE:DELTACHAR$
From the manual:
Each tweet is defined by a template - there may be an unlimited number of templates.
Each template is made up from one of the following WeatherCat tags:
t12$ - time in 12 hours format
t24$ - time in 24 hour format.
de$ - date in the format d/my
da$ - date in the format m/d/y
STAT$ - any stat tag that can be processed by WeatherCat including TIME specifiers.
Each template also has a list of tweet times associated with it, these times are defined to a resolution of one minute (i.e. a maximum of 1440 possible times per day). By default, 4 templates are provided - an hourly and 3 daily templates. You can add to, edit and delete the default templates. You can also save and load the templates as sets (Tools menu).
Usage:
Make sure you have a Twitter account configured on your Mac. Launch Sylvester and select the account you wish to post to. Hit the 'Start' button then at the predefined times, the relevant tweet will be made.
To edit a template, double click it. To add or delete templates, hit the relevant button.
Here is a sample template from my account:
Timber Lakes Weather at t12$: Temp: STAT$TEMPERATURE:CURRENT$?FSTAT$TEMPERATURE:DELTACHAR$ Relative humidity: STAT$EXTHUMIDITY:CURRENT$%STAT$EXTHUMIDITY:DELTACHAR$ Pressure: STAT$PRESSURE:CURRENT$ inHgSTAT$PRESSURE:DELTACHAR$ Wind: STAT$WINDSPEED:CURRENT$ mphSTAT$WINDSPEED:DELTACHAR$ from the STAT$WINDDIRECTION:CURRENT$. Daily rain: STAT$RAIN:TOTAL:TODAY$.
This string displays the following tweet:
Timber Lakes Weather at 9:48 AM: Temp:28?F-> Relative humidity: 89% -> Pressure: 30.1 inHg-> Wind: 2 mph-> from the WNW. Daily rain: 0.44.
The DELTACHAR$ tag is replaced by an arrow showing the trend (rising, falling, steady).
Hope this helps.