Diary.db: Difference between revisions

From Cumulus Wiki
Jump to navigationJump to search
43 bytes removed ,  10:01, 11 June 2021
m
Remove duplicated text
m (Remove duplicated text)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''This is the file where MX stores its [[Weather Diary]]'''
'''This is the file where MX stores its [[Weather Diary]]'''
[[Category:Log Files]]


=Introduction =
=Introduction =
Line 47: Line 46:
foreach($row as $key => $value )
foreach($row as $key => $value )
{
{
[[Setting_up_Raspberry_Pi#Editing_the_Weather_Diary]] if($key == 'Timestamp')
[[MX_on_Linux#Editing_the_Weather_Diary]] if($key == 'Timestamp')
{
{
$keyDate = substr($value, 0, 10);
$keyDate = substr($value, 0, 10);
Line 70: Line 69:
==Editing==
==Editing==


Please see [[Setting_up_Raspberry_Pi#Editing_the_Weather_Diary]], although that applies to Linux devices a similar approach can be taken using Microsoft Windows.
Please see [[MX_on_Linux#Editing_the_Weather_Diary]], although that applies to Linux devices a similar approach can be taken using Microsoft Windows.






[[Category:Log Files]]
[[Category:Cumulus Files]]
[[Category:Cumulus MX]]
[[Category:Cumulus MX]]
5,838

edits

Navigation menu