CRON Netatmo Raspberry Pi

Post Reply
El_Viejo
Advisor
Advisor
Posts: 80
Joined: Wed Sep 11, 2019 3:56 pm
Location: Derio - Bizkaia - Spain
Station model: Netatmo

CRON Netatmo Raspberry Pi

Post by El_Viejo » Sat Oct 19, 2019 4:43 pm

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

Post Reply