Author Topic: Meteotemplate - new free website template  (Read 16361 times)

0 Members and 1 Guest are viewing this topic.

Offline Jáchym

  • Meteotemplate Developer
  • Forecaster
  • *****
  • Posts: 8605
    • Meteotemplate
Re: Meteotemplate - new free website template
« Reply #150 on: September 03, 2015, 10:00:39 AM »
Which is great, because she can easily import all her previous records (the script does it all automatically, you just have to specify your WU ID and months to import). Of course you can always start with blank database, but obviously it is not very interesting in the first couple of weeks because all your record values, monthly comparisons, annual comparisons etc. are useless.
If however you start with 2yrs of data already, everything is showing interesting information straight away. And then she can set up the regular 5 minute updates using the script I made today, which uses info from WU. And that will be gradually adding data to the already existing db.

Offline kcidwx

  • Forecaster
  • *****
  • Posts: 330
Re: Meteotemplate - new free website template
« Reply #151 on: September 03, 2015, 10:46:51 AM »
I see she's running a cron job already executing a PHP script to pull local METAR data from the NOAA server to her website. When I click on the drop down box for run interval, the lowest interval is once an hour. This is the built in cron manager with our hosting account. So we'll have to start looking elsewhere to find something that will run a cron job every 5 minutes. I'm sure there's some free cron job websites out there we can utilize for this. I'll task her with doing some research.
Meteorological Technician
NWS Certified Aviation Weather Observer
B.S. Meteorology

Offline Jáchym

  • Meteotemplate Developer
  • Forecaster
  • *****
  • Posts: 8605
    • Meteotemplate
Re: Meteotemplate - new free website template
« Reply #152 on: September 03, 2015, 10:49:55 AM »
I see she's running a cron job already executing a PHP script to pull local METAR data from the NOAA server to her website. When I click on the drop down box for run interval, the lowest interval is once an hour. This is the built in cron manager with our hosting account. So we'll have to start looking elsewhere to find something that will run a cron job every 5 minutes. I'm sure there's some free cron job websites out there we can utilize for this. I'll task her with doing some research.

The only place you need to look at is my Wiki ;)

http://www.meteotemplate.com/wiki/doku.php?id=cron

Offline kcidwx

  • Forecaster
  • *****
  • Posts: 330
Re: Meteotemplate - new free website template
« Reply #153 on: September 03, 2015, 11:02:31 AM »
Excellent! That takes care of that issue.
Meteorological Technician
NWS Certified Aviation Weather Observer
B.S. Meteorology

Offline kocher

  • Senior Member
  • **
  • Posts: 85
    • San Sebastian (Spain)
Re: Meteotemplate - new free website template
« Reply #154 on: September 14, 2015, 05:05:34 PM »
I have already installed the new update of the template (Meteotemplate 2.0 Watermelon).

Many improvements are appreciated.

   From San Sebastian, Spain:

                My Meteotemplate

Thank Jachym! and congratulations for your great creation

Javier
« Last Edit: November 25, 2017, 07:57:56 AM by kocher »
Windows 7 Pr
Davis Vantage Pro Plus f.a.
WeatherLink 6.0.2
Meteotemplate 15.0 Black Currant
CumulusMX
GraphWeather Version 3.0.15


Offline djrexishere

  • Member
  • *
  • Posts: 5
    • meteomigliarino
Re: Meteotemplate - new free website template
« Reply #155 on: October 18, 2015, 08:07:49 PM »
i try to install your template and when i try open url i see error "Call to undefined function convertT() ",have check path and is all correct,i dont know how is problem,thank you

Offline Jáchym

  • Meteotemplate Developer
  • Forecaster
  • *****
  • Posts: 8605
    • Meteotemplate
Re: Meteotemplate - new free website template
« Reply #156 on: October 18, 2015, 08:35:27 PM »
ThiThis error means the path isis incorrect.  Send me your config without your mysql details and also the url of the site to jachymcz@gmail.com

Offline Jáchym

  • Meteotemplate Developer
  • Forecaster
  • *****
  • Posts: 8605
    • Meteotemplate
Re: Meteotemplate - new free website template
« Reply #157 on: October 18, 2015, 09:13:20 PM »
Ok,  i Just looked at your config,  you need to set up the pageURL parameter

See http://www.meteotemplate.com/wiki/doku.php?id=install4

Offline juppie

  • Member
  • *
  • Posts: 25
Re: Meteotemplate The page remains white
« Reply #158 on: November 02, 2015, 02:25:02 PM »
Hello
I am excited about this template out I have a server on my rapberrypi 2
installed.
system:
- Apache2
- PHP verse 5.6.13-0 + deb8u1.

Have the template copie in the /var/www /html

The config.php I have changed accordingly:

// Language settings
   $lang = "de"; // default language
   $langAvailable = array("gb","cz","de","es","fr","it","nl","dk","no","sk"); // available languages (files must be included in the lang directory)

   // MySQL set up
   $dbName = "Lehmschlenke";
   $con=mysqli_connect("localhost","root","samtim",$dbName);
   if (mysqli_connect_errno($con)){
      echo "Failed to connect to MySQL: " . mysqli_connect_error();
   }

   $adminPassword = "12345"; // password for admin section

   $path = "/template/"; // path to the template folder
   $baseURL = $_SERVER['DOCUMENT_ROOT'].$path;


Date Bank created and applied to the appropriate tool from the meteo template a table.

If I would now like to open it ever page index.php is the page know  :-( :-( :-(.

http://www.eusotec.de/data/eusoport/astart.php?sn=deb883749

Mfg juppie