Mostrar Mensajes

Esta sección te permite ver todos los posts escritos por este usuario. Ten en cuenta que sólo puedes ver los posts escritos en zonas a las que tienes acceso en este momento.


Mensajes - jachym

Páginas: 1 2 [3] 4 5 ... 9
31

New plugin - Indoor Data

Hi guys,

for quite some time I have been working on this new plugin, which is probably the most extensive so far released plugin. As you have probably guessed from its name, this plugin creates a whole new section on your website with indoor conditions. Unlike the indoor block, this plugin logs the data to a database table, just like your normal weather data and you can therefore display all the tables, graphs, statistics etc.

The table will use the same MySQL database as your alldata table, but it will not be saved in the actual alldata table. This is because not everyone will use this and it would also slow it down, therefore there will be a separate table called "indoor", which is created automatically and logs the data from your indoor sensors. The data saved in this table are:
- data/time
- indoor temperature
- indoor humidity

There is a setting whether you want this to be visible publicly to anyone or only to you as an admin and this can be changed any time.

Data update will use the same 5-minute interval as your normal weather data. It will use the version 9 auto CRON feature. What this means is that if you have already set up the CRON job for the /load/cron.php, you just have to make sure the interval is at 5 minutes at least. But you do not have to set up any other new CRON job for it.
Another great thing is that I have prepared a very flexible import script, which will allow you to import history indoor data from a CSV or a text file. This is something I would like to implement to the core template as well - it has been quite a while since I developed the original CSV import script and so this new one for the indoor data is much better in that it allows you to set the structure of your file rather than having one single accepted format which you had to create for the normal template.
In addition, I have also added a function to import data from Weather Display indoor logs, in which case you basically don´t need to set up almost anything. There is also much better error handling - you first can run a test of the import and you see exactly what would be saved and only if this works, you run the actual import. There is also no need to create the new table, this is done automatically and there is also the reformatting function which will reformat the data if the interval is not 5 minutes.

Now let´s look at the main features:
- visibility - this is very important. In the Plugin settings you select either "private" or "public". If you choose private, all the indoor pages and a link in the menu will only be visible and accessible if you are logged in as an admin. Public obviously means it is visible and accessible to anyone and has a link in the menu. This can also be changed any time, the data is still logged. Just that when you select "private" a function is always called which checks if you are logged in, if not, you are rejected access.
- detailed overall statistics
- interactive graphs
- interactive tables
- daily reports
- monthly reports 
- interval summary
- import history data from TXT file, CSV file or WD indoor log file
- reformat database data
- auto CRON via cron.php
- history visualization
- units automatically
adjusted based on display units specified in main settings or by user
- SmartCaching function

The updates are currently supported from the following SW:
- Weather Display
- Cumulus
- Meteobridge - in this case you need to have the LiveGaugesMB plugin installed as well

I hope you enjoy this and there will be more features added in the future. Also, since this plugin includes many pages, new icons etc. please let me know if you discover any bugs. I have relatively limited possibilities for testing the SW such as Cumulus or WD, so hopefully it will work.

Also make sure you read very carefully the documentation for installation.

DEMO: http://www.meteotemplate.com/template/plugins/indoorData/index.php

Enjoy!

32
Creacion de páginas personales meteorológicas / Re:Plantilla Jachym (Meteotemplate)
« en: 27 de Septiembre del 2016, 00:23:46 am »

New Plugin - Outlook

Hi guys,
as you might have read already, the WWO forecast page is useless to all users who began using the template after March 2016. I knew there needs to be some replacement for it.

However, I decided to go a step further and developed a new plugin, which I am sure you will like. Think about it as sort of a central place to see what is coming. I personally really like it and I am also quite pleased with the features I was able to add compared to what I developed last year (in the backend for example, the WWO page throws hundreds of notices and errors... which you probably do not even know :D)

I called it simply "outlook". It is divided into several sections, so let me just go through all the features quick:

Sections

- Current conditions - this tab simply shows you current conditions from your station as well as from the nearby airport
- Alerts - if there are any alerts issued they will show up as a new tab
- Short-term forecast - 48h forecast with interactive graphs, tables etc.
- Long-term forecast - 7-day detailed forecast with interactive graphs, tables etc.
- Station averages - detailed graphs and tables of the average values for the upcoming days based on history data from your station
- Station extremes - detailed statistics of the extreme values measured in the upcoming days of the year based on your station history
- Almanac - sunrise and sunset times, Moon phase, day/night length for the upcoming days. Also, if any of this is about to come, it will also show up including details and exact time of occurance: main Moon phase transition (quarter, New Moon, Full Moon), lunar eclipse, solar eclipse, season change (solstice, equinox)

General features

- fully localized - including the text forecast, you can choose from over 25 languages
- fully responsive - built using blocks, should display perfectly on smaller screens with possibility to resize graphs by dragging
- graphs are interactive and resizable directly in the browser
- sortable tables with sparkline graphs
- data is cached so after you load it once it should then reload immediately
- Moon icons and season icons adjust based on your hemisphere
- possibility to highlight particular year´s data in the station extremes
- collapsable - i.e. no infinite scrolling
- error handling in case of data is N/A
- icons in graphs, including weather conditions and wind direction arrows

There is really LOT of info, so the best thing to do is to simply have a look and play around with it.

Just couple of extra points to note:

- some of the data uses the Darksky API, you will need an API key for it (free), follow instructions in the Plugin setup
- the station data is cached for 12 hours, however you can hit refresh and refresh the cache at any time. The forecast is updated every 15 minutes and cannot be updated directly from the page because we need to make sure we do not exceed the quota for the free API number of calls
- the Alerts tab sometimes does not show all the alerts (due to various data sources). For this reason, if there are no alerts issued, instead of saying "No alerts", it will completely disappear to make sure we do not mislead the user.
- this page will replace the WWO page and will become part of the core template in Meteotemplate 10.0

Enjoy and let me know if it works just to be sure :-)

DEMO: http://www.meteotemplate.com/template/plugins/outlook/index.php#/

Jachym

33
Creacion de páginas personales meteorológicas / Re:Plantilla Jachym (Meteotemplate)
« en: 24 de Septiembre del 2016, 16:13:25 pm »
Hola mis amigos españoles!

I updated the Spanish radar, now you can use a slider to move through the images and also auto-play them.

DEMO: http://www.meteotemplate.com/template/indexBlockDemoWide.php?block=radarES

Disfruta

34
Creacion de páginas personales meteorológicas / Re:Plantilla Jachym (Meteotemplate)
« en: 20 de Septiembre del 2016, 18:58:28 pm »
Nice, I will add you to the user map :-)

Just tell me what is your name :-)

35
Creacion de páginas personales meteorológicas / Re:Plantilla Jachym (Meteotemplate)
« en: 18 de Septiembre del 2016, 15:31:34 pm »
Hi guys,
several new blocks and plugins, for example one for auto posting to Twitter. In addition, I have just added several radar blocks, one of which is specifically for Spain ;)

More info in the blog.

http://meteotemplate.com/blog/

Enjoy

36
Creacion de páginas personales meteorológicas / Meteotemplate 9.0 Avocado!!!
« en: 15 de Septiembre del 2016, 18:10:55 pm »

Hi guys,
the time has come to another major template update. Introducing Meteotemplate 9.0 Avocado. This update is not a revolutionary, but rather evolutionary update. It brings some new features that will make your life as a webmaster even easier and more efficient, it includes a few bug fixes, but there are still also some new pages and some improvements for homepage layout. And last but not least, one of the main reasons I wanted to do this update is because I made some changes in the backend that will allow creation of some new blocks and plugins I have in mind.


- interval summary – new page for your weather station data. This page allows you to choose any date interval and will calculate summary statistics for this custom interval as well as show graphs. There is also a new feature for the graphs, which can now be resized easily by simply dragging the graph with a cursor.

- subblocks – this is another new feature or rather block type, that will complement the already existing multiple and menu block. The way this works is described in detail in the updated wiki, which now also has a PDF guide to creating blocks. In summary – imagine you have a multiple block. However one of the blocks is really big and so the other multiple block slot, looks quite empty. This subblock feature allows you to nest more than one block on top of each other in each multiple block slot.

- admin menu – whenever you are logged in as administrator, the menu will contain one more drop down with links to some common admin actions (main setup, block setup, plugin setup etc.).

- set up blocks on-the-fly – if you are logged in as administrator, you will see a small icon at the bottom of your desktop homepage, from which you can directly set those blocks that are currently shown on the homepage

- block/plugin update notifications – in the main setup is now a new section where you can enable/disable block/plugin notifications on homepage. When you enable this, every time you view your desktop homepage as the administrator, the template will check if there are some updates to the blocks and plugins you have installed and if so, it will show you a little notification at the top of your homepage. The script checks for new data once a day and caches it. As mentioned previously, this can be disabled.

- freezing line – in some graphs (eg. interactive graphs) you can now toggle on/off the option to show freezing temperatures with a different color (red/blue)

- sun theme – the "sun" theme is back, i.e. you can set the theme to change between light and dark depending on whether it is day or night time

- possibility to disable block elements – if for some reason you sometimes want to temporarily disable a block (or the whole multiple/menu block element), you can now do so by simply placing “//” at the beginning of that line in homepage creation page. Deleting the // will again enable it.

- new font - one new font type to choose from (Patrick Hand SC)

- backend changes – I made some changes in the backend that will allow creation of certain new blocks and plugins.
   - auto-load – there is now a new folder to which you can place any script and this script would then be loaded on each page of your template. This can be useful for some plugins and blocks and instead of having to change things in the header, you simply paste the script inside this new directory and the header scans that directory and will execute whatever is there. It will be used in the future.
   - cron – this folder is similar to the load folder, it will be used for cron scripts (all but the update one, that will remain separate). There are already a few plugins that need a Cron job. The more of these there are the more problematic it would be because you would have to create a cron job for each of these. This new feature will unify these into one single cron. That script will like the header, scan the “cron” directory and execute whatever is there. In the future I will update for example the webcam plugin and also create new blocks/plugins that will require a cron job and instead of having to create a new job, you will just paste a new script to that cron directory.

- bug fixes

- compatibility checked with HTTPS as well


Instructions for update: http://meteotemplate.com/blog/?p=1100

ENJOY!!!

37
Creacion de páginas personales meteorológicas / Re:Plantilla Jachym (Meteotemplate)
« en: 09 de Septiembre del 2016, 15:04:41 pm »
And now fully localized to Spanish :) Just download the latest es.php language file :-)

38
Creacion de páginas personales meteorológicas / Re:Plantilla Jachym (Meteotemplate)
« en: 06 de Septiembre del 2016, 15:39:36 pm »
New plugin for world climate - my favorite :)

More info:
http://meteotemplate.com/blog/?p=1049

39
Hi guys,
lot of new plugins and updates,

Example:
- new plugin - Guest book
- weather records
- soil

and much more, see the blog:
http://meteotemplate.com/blog

Enjoy

40

Hi guys,

so I spent couple of evenings playing around with various languages and created plugins for "weather terminology" for several of them. Since some contain over thousand terms I also redesigned the plugin, it is not a table, but rather a dictionary-style page. For that reason I have also updated the already released English and French version.

The following plugins are now available (you can install more than one, they are all independent and the terms are not the same, depending on availability and source).

Plugin Updates:

- Weather terminology 2.0 (the default English version)
- Weather terminology FR 2.0 (updated French version)


New Plugins:
- Weather terminology ES - Spanish version
- Weather terminology DE - German version
- Weather terminology IT - Italian version
- Weather terminology NL - Dutch version
- Weather terminology DK - Danish version
- Weather terminology NO - Norwegian version


There could of course be mistakes, I tried my best, but I do not speak all of the above languages obviously, so I relied on Google translate in some cases ;) If you find problems of course let me know!


I have also updated the menu.php accordingly.

In addition, I forgot to include the country climate plugin link in the menu so I suggest you all download the updated menu file even if you don´t install any of the above new/updated plugins.

Enjoy

Jachym

DEMO English: http://www.meteotemplate.com/template/plugins/weatherTerminology/index.php
In the menu "Meteorology" tab you can select other demos for the other languages

41
Thank you Javier

42
the block uses different file I think

43
Hi Emilio,
no, unfortunately that is not possible, there are two problems:

1. I don´t know the municipalities, so I dont know how to group them
2. The data is probided by provinces, so any other grouping would mean it would have to be loaded from many pages and this would mean the whole block would load very slowly

44
Hi guys,

meteotemplate.com is now completely new. I changed the look of the website and also there is now a much better wiki.

Also, if you would like to send me comments about what you think about the template (positive and negative), you can email it to me and I would put it in the References section at meteotemplate.com. This of course can be even in Spanish, it does not need to be in English.

best regards
Jachym

http://www.meteotemplate.com

45
Hi Javier,

you will see change when the warning is activated and also if you create the menu blocks ;)

Páginas: 1 2 [3] 4 5 ... 9