Changeset 868223
- Timestamp:
- 03/02/2014 09:46:27 PM (12 years ago)
- Location:
- raspberry-weather
- Files:
-
- 1 added
- 2 edited
-
assets/screenshot-2.png (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/readme.txt~ (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
raspberry-weather/trunk/readme.txt
r868221 r868223 13 13 By following the tutorials on www.raspberryweather.com you can use your Raspberry Pi to create your own weather station. When the initial steps are completed, 14 14 you can display the readings in a nice graph. It connects to the Wordpress database and draws a graph that contains temperature and humidity readings. The graph 15 is customizable. You can decide if you want to display the temperature and humidity or just temperature or humidity. The graph displays the data from the date you 15 is customizable. 16 You can decide if you want to display the temperature and humidity or just temperature or humidity. The graph displays the data from the date you 16 17 want - today, yesterday or a specific date. 18 17 19 If you just want to take a look at how this plugin looks, you can. It will display some dummy data to show you how everything looks like. 18 20 … … 36 38 1. Graph for temperature reading 37 39 40 2. Sample graph with dummy data 41 38 42 == Changelog == 39 43 -
raspberry-weather/trunk/readme.txt~
r868212 r868223 1 This plugin displays data recorded by your weather station. It connects to your database and draws a nice line graph. 2 If you do not have any data to display, it shows predefined sample values. 1 === Raspberry Weather === 2 Tags: Raspberry Pi, Raspberry Weather, temperature, humidity 3 Requires at least: 3.0.1 4 Tested up to: 3.8.1 5 Stable tag: 4.3 6 License: GPLv2 or later 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html 8 9 This plugin displays data recorded by your weather station. It connects to your database and draws a nice line graph. 10 11 == Description == 12 13 By following the tutorials on www.raspberryweather.com you can use your Raspberry Pi to create your own weather station. When the initial steps are completed, 14 you can display the readings in a nice graph. It connects to the Wordpress database and draws a graph that contains temperature and humidity readings. The graph 15 is customizable. 16 You can decide if you want to display the temperature and humidity or just temperature or humidity. The graph displays the data from the date you 17 want - today, yesterday or a specific date. 18 19 If you just want to take a look at how this plugin looks, you can. It will display some dummy data to show you how everything looks like. 20 21 22 == Frequently Asked Questions == 23 24 = What do I need for this plugin? = 25 26 You need a Raspberry Pi, temperature sensor and some spare time. More information is provided on www.raspberryweather.com. 27 28 = Something is not working! = 29 30 This is the first release, bugs are likely to be present. Drop me a line at peter@raspberryweather.com, I will do my best to fix it. 31 32 = I need more information about this plugin = 33 34 Same as above, drop me a line on my email. Or take a look at http://www.raspberryweather.com/raspberry-weather-graph/. 35 36 == Screenshots == 37 38 1. Graph for temperature reading 39 40 == Changelog == 41 42 = 1.0 = 43 * Initial release
Note: See TracChangeset
for help on using the changeset viewer.