Last updated 01/12/2025
Scripts
These are some of the scripts used on www.meteoviso.es. Many are downloaded from other websites, modified by me, and some even created by me or with the help of ChatGPT. All of them (especially those modified or created by me) may contain errors in the code, duplicate code, unused variables, etc., since my programming knowledge in HTML, PHP, JavaScript, or Bash is very basic. But they work.
In them, I usually use, for debugging or testing purposes, on-screen information to observe the script's behavior. On my website, I use CumulusMX, although I understand that they could be used with other weather software. It is important to adapt the absolute paths of the .php
scripts and cache files .txt
according to each case, in addition to configuring the time zone in your php.ini
.
Many of these scripts are designed for your realtime.txt
to be updated every 10 seconds. Some must be executed from cron; for example, in my case, at 00:00:10 the realtime.txt
file is already updated.
For functions such as sending notifications by email or Telegram, prior configuration will be necessary. Also, scripts that are executed with cron must be configured according to the necessary interval, while others can simply be included with an include
.
Below, I leave a table with the available scripts and, if possible, the URL of the original author. If you use any of them and have questions, do not hesitate to contact me.
Greetings,
Carlos
More scripts will be included shortly
Script | Description | Original | Modified | Executed / Details: | |||||
plantilla movil saratoga | Mobile template I use, at first I started with the BurnsvilleWeather template and then I found tman1991's and made a mix but I would say 90% is tman1991's The template is visually in English, but I include the Spanish translation of the texts and menus, it should have the same language as your website, a language selector is included Code needed if we want to include it to redirect to the mobile version if we browse from a mobile. The necessary images are included It is possible that both the translations and the images are already available, if so they would not be necessary Review the code to customize the AEMET URL and the PAYPAL button code The author is tman1991 from the discourse.weather-watch.com forum. Forum where the script was published here (link to the last page for the latest version) |
Download Downloads: 136 | Download Downloads: 152 | Updated 01/04/2025 Added day/night graph correction | |||||
termometro degradado | Thermometer with gradient color Original script from Bashewa.com, website no longer available. I leave you the original file and and the modified one to be able to run in php 8+ |
Download Downloads: 73 | Download Downloads: 97 | Fix php 8+ | |||||
alertarealtime | Script that sends an alert when the realtime.txt file is not updated/updated. You can configure if the notification is sent by email, telegram. This script also writes to the mensaje.txt file indicating that the website is not updated. The original author of the script is Jim McMurry from jcweather.us (website not available). I use this script to see if my realtime.txt is updated, originally it was for clientraw.txt. |
Download Downloads: 217 | Download Downloads: 220 | Updated 01/07/2025 Fix telegram Fix php 8+ cron |
|||||
condicionesmx | The author of the script is jmviper from the meteoclimatic forum. Forum where the script was published here Script shows on our website the cloudiness, wind, precipitation conditions, in real time and not as Saratoga templates usually do, which shows the information of the METAR station (updated every 30 minutes) and on our website every 5 minutes, thus we manage to show what really happens at our station in real time. The modified version goes from one icon to two icons, at night it takes the information from the nearest METAR station and more changes that I detail inside the zip... |
Download Downloads: 208 | Download Downloads: 224 | Updated 11/29/2024 Explanation simplified Modification of ajaxCUwx.js, creation of a new realtime.php and extra configuration in CumulusMX |
|||||
mensaje | Script that reads the content of the mensaje.txt file and displays it on screen The original page of the script is here The original script showed meteorological alerts from meteoalarm.eu (no longer working) but I extracted that part from wrnWarningv3.php. I use this script if my realtime.txt is not updated, or to display another message, it prints a warning in the website header |
Download Downloads: 200 | Download Downloads: 207 | include | |||||
alertameteoclimatic | Script that sends an alert when the meteoclimatic template is not updated/updated. You can configure if the notification is sent by email, telegram. The original author of the script is Jim McMurry from jcweather.us (website not available) I use this script to see if the meteoclimatic template is updated, originally it was for clientraw.txt. |
Download Downloads: 217 | Download Downloads: 204 | Updated 01/07/2025 Fix telegram Fix php 8+ cron |
|||||
alertalluvia | Script that sends an alert when it starts to rain, rain resumes after a specified time or it rains a certain amount of rain between its executions. You can configure if the notification is sent by email, telegram. The author of the script is jmviper from the meteoclimatic forum. Forum where the script was published here |
Download Downloads: 209 | Download Downloads: 209 | Updated 01/07/2025 Fix telegram Fix php 8+ cron |
|||||
lastrain | Script that shows the rain value of the last episode, it takes into account the day change | Download Downloads: 95 | cron | ||||||
rainlastmonth | Script that shows the rain of the last month. It extracts the information from the NOAA reports, you must have them active for its operation | Download Downloads: 212 | cron, creation of a new realtime and NOAA reports | ||||||
rainhidro | Script that shows the rain value hydrological year. It also displays a table with the values of the last year (it can be configured from year). It extracts the information from the NOAA reports, you must have them active for its operation | Download Downloads: 123 | cron, creation of a new realtime and NOAA reports | ||||||
avisosaemet | Script shows on our website the AEMET warnings for our area. The author of the script is jmviper from the meteoclimatic forum. The modified script is visually different from the original. 2 versions are included for desktop version and for mobile/tablet version. The original version includes a modification to show the border of the warning color and not always in red. If there are 2 or more warnings of yellow, orange or red color, it shows the most important one. Forum where the script was published here |
Download Downloads: 213 | Download Downloads: 205 | include Updated 08/18/2024 now the mobile version gets the theme color and shows the same color in the script |
|||||
efemerides | Script shows on our website the AEMET ephemeris. The author of the script is jmviper from the meteoclimatic forum. Forum where the script was published here |
Download Downloads: 217 | Download Downloads: 199 | include | |||||
telegram | Script with the data of our telegram bot to send notifications privately or to a telegram channel, includes instructions to create our bot | Download Downloads: 200 | Updated 01/12/2025 Explanation simplified include |
3821