Changeset 881533
- Timestamp:
- 03/25/2014 08:15:17 AM (12 years ago)
- File:
-
- 1 edited
-
meteodata/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
meteodata/trunk/readme.txt
r881527 r881533 15 15 This plugin lets you show the data from Meteohub file's in the content of your website using shorttags. 16 16 17 For example: 18 Temperature: [meteodata sensor='actual_th1_temp_c']°C 19 Max windspeed: [meteodata sensor='alltime_wind0_maxspeeddir_nl'] [meteodata sensor='alltime_wind0_gustspeedmax_bft'] bft ([meteodata sensor='alltime_wind0_gustspeedmax_kmh']) at [meteodata sensor='alltime_wind0_gustspeedmax_time'] 17 For example:<br> 18 Temperature: [meteodata sensor='actual_th1_temp_c']°C<br> 19 Max windspeed: [meteodata sensor='alltime_wind0_maxspeeddir_nl'] [meteodata sensor='alltime_wind0_gustspeedmax_bft'] bft ([meteodata sensor='alltime_wind0_gustspeedmax_kmh']) on [meteodata sensor='alltime_wind0_gustspeedmax_time'] 20 <br><br> 21 will result in: 22 <br><br> 23 Temperature: 9°C<br> 24 Max windspeed: NNW 12.4 bft (130.3 km/h) on 28-10-2013 at 12:31<br><br> 20 25 21 26 The plugin automatically rewrites the date and time according to your WordPress time and date settings. … … 25 30 1. Upload `meteodata.php` to the `/wp-content/plugins/` directory 26 31 1. Activate the plugin through the 'Plugins' menu in WordPress 32 1. Navigate to the plugin settings and enter the meteohub file path or URL. 27 33 28 34 == Frequently Asked Questions ==
Note: See TracChangeset
for help on using the changeset viewer.