-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnomysqlsetup.txt
executable file
·46 lines (22 loc) · 1.12 KB
/
nomysqlsetup.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
How to use this non mysql database version with ease.
step 1 setup storing todays data to a CSV file for today charts to read file is chartstoday.php
1. Goto meteobridge services screen
2. Goto Select new service
3. Select from the drop down menu HTTP Request
4. Select Periodical in the next menu
5. Click Save at the bottom of the screen
6. Now look for new HTTP request
7. select every FULL 10 MINUTES
8. NOW INSERT THE URL example https://weathersomething.dot.com/chartstoday.php
9. now click save .
step 2 setup storing monthly/year data to a CSV file for monthly/year charts to read file is charts-month-year.php
1. Goto meteobridge services screen
2. Goto Select new service
3. Select from the drop down menu HTTP Request
4. Select Specific Time in the next menu
5. Click Save at the bottom of the screen
6. Now look for new HTTP request
7. select 23:45 (its the nearest the meteobridge will allow you get to the end of the day)
8. NOW INSERT THE URL example https://weathersomething.dot.com/charts-month-year.php
9. now click save .
thats it !!! no mysql to setup just these two files will do all the work .