Lo curioso es que, para hacer funcionar los relojes que tengo hasta ahora de weather displays live, no hacía falta un CRON; solo subir mediante ftp el fichero clientraw.txt y solos se actualizan. Supongo que serán ventajas del Flash Player.
Ventajas .... hummmmm
Conceptos:
Flash Player es actualmente invisible para cantidad de dispositivos; es decir,
si conectan a tu página web, no la pueden ver (se considera un software peligroso) y va a desaparecer (ya está desapareciendo).
Meteotemplate es totalmente diferente a Weatherdisplay (o Cumulus); no es una aplicación que arrancas en tu Pc y deba encargarse de crear y subir archivos, imágenes, datos .. a tu página. No es una aplicación que haya que mantener todo el día encendida. No hay que vigilarlo para ver si comete errorres.
No tiene (ni necesita) capacidad de realizar FTP.
Meteotemplate solo existe en tu web sin consumir energía ni crear problemas; es una base de datos en tu web. No consume recursos de tu Pc.
Por eso, para que funcione bien, es el usuario el que tiene que conseguir crear, actualizar y mantener dicha base de datos.
Para ello solo necesita un origen y un destino de los datos; en tu caso "clientraw" ---> wd.php ---> base de datos
Meteotemplate aprovecha el programa que nosotros tengamos como fuente de origen de datos; actualmente, es compatible con:
Weather Display -> clientraw.txt
Cumulus -> realtime.txt
Meteobridge -> using Meteobridge built in HTTP request function
Weather UndergroundArchivo de texto personalizado - >this pretty much works for files from any software, you can specify exactly the format of it and do the updates based on that
WeatherCat - for this you will need an additional Plugin, go to Plugins section at meteotemplate.com and download the WeatherCat plugin and follow the instructions in the plugin documentation.
NetAtmo - this will use the NetAtmo API. For this you will need an additional Plugin, go to Plugins section at meteotemplate.com and download the NetAtmo plugin and follow the instructions in the plugin documentation.
WeatherLink - this will use data directly from wl.com. For this you will need an additional Plugin, go to Plugins section at meteotemplate.com and download the WL-IP plugin and follow the instructions in the plugin documentation.
Curiosamente Meteotemplate consigue lo que hacía Flash Player; si accedes a mi página principal de Meteotemplate, verás en el penúltimo bloque de la columna de en medio, que el manómetro se actualiza en tiempo real (si hay viento
):
http://kocher.es/meteotemplate/Saludos