Page 1 of 1

CRON Netatmo Raspberry Pi

Posted: Sat Oct 19, 2019 4:43 pm
by El_Viejo
I have a server in a local area network with Raspberry Pi.
I'm installing the template on a Netatmo station.
I have installed and setup the plugin.
Now, I want to configure CRON to update the database every 5 minutes. The correct CRON is as follows?

Code: Select all

* / 5 * * * * /var/www/html/template/plugins/netAtmo/update/update.php
Thank you very much