Records the weather when the diary is first updated for the date
and displays it.
Data source
When you want to use e.g. NOAA National Weather Service,
select your country from "Select a country..." in
NOAA National Weather Service
and push the "Go!" button.
Then select the observation point.
Write down the URL of the page shown in the box below.
The four letter station ID can also be used here.
It would be better to record your time zone in the data if you are
likely to move to another time zone in the future.
Thus, the weather data will be shown in the local time where the
diary is originally written.
To record timezone, add the following line into the tdiary.conf
file in the directory tdiary.rb is: e.g. ENV['TZ'] = 'US/Pacific',
or write it down the box below.
Display on a normal browser
Select from below:
Display on a mobile browser
Select from below:
Display to search engine robots
Select from below:
Other configurations
Other options can be configured by means of the tdiary.conf file.
Please have a look in the plugin file: weather.rb if you want.
HTML
end
# Local Variables:
# mode: ruby
# indent-tabs-mode: t
# tab-width: 3
# ruby-indent-level: 3
# End: