If you're storing date and/or time values you should use a timestamp column. That will order by correctly. Thank you, I've changed the structure of the fields time and date time = time date = date But i will have to make some change to my Python code, to write a correct date en time stamp i've got ...
Hey, I present my temperatures values with Highcharts, it's very nice and easy. But i have a question about my mysql query Select time from value order by date desc, time desc limit 5 normally the limit is 288 = 24u overview (every 5 mins new value in database) When i run this query i got this resul...
Hi, I've a question about auto starting VNC and map mounting during startup. I've already took a look at the rc.local file and added some stuff but it doesn't work. sudo mount.cifs //192.168.0.2/surveillance/ /home/pi/snapshot/ -o user=xxxxx,password=xxxxx vncserver :1 -geometry 1280x960 -depth 24 A...