Page 35 of 47

Re: CumulusMX and Cumulus1 UI style Multilingual Websites

Posted: Tue 07 Dec 2021 7:37 pm
by PaulMy
Re records, have you added records-saMXT.js to your CumulusMX Extra web files to be processed and FTP as records-sa.js?

Enjoy,
Paul

Re: CumulusMX and Cumulus1 UI style Multilingual Websites

Posted: Tue 07 Dec 2021 7:56 pm
by BCJKiwi
Hi, I saw you site was running Last night (NZ time). :clap: :clap:

Was going to advise that jpgraphs which drive the 1st block in the dashboard does not work with PHP 8 as the jpGraph program has to be reworked for php 8. There is currently no update from jpGraph.

Records
Have you set up the upload of records-saMXT.js (in extra webfiles) ?
LOCAL FILENAME REMOTE FILENAME PROCESS REALTIME FTP UTF8 BINARY END OF DAY
C:\CumulusMX\web\recordsMXT-sa.js httpdocs/mxtest/records-sa.js tick notick tick tick notick notick

Re: CumulusMX and Cumulus1 UI style Multilingual Websites

Posted: Wed 08 Dec 2021 8:23 am
by dc.kraft
Hello together.....

first of all I want to thank all the creators, helpers.
The CumulusMX site https://cumulusmx.dieters-wetter.eu/ is now running almost error-free.
In fact, there are only two small things left which I will describe in a new POST.

But now, as I said, MANY, MANY THANKS TO ALL OF YOU WHO HAVE ACTUALLY SUPPORTED ME !!!
THE CUMULUXMX SCRIPT IS ABSOLUTELY TOP CLASS !!!!

Re: CumulusMX and Cumulus1 UI style Multilingual Websites

Posted: Wed 08 Dec 2021 8:43 am
by dc.kraft
Hello there I am again....

there are really only two issues left open....

In the area of annual data:

Sunshine here comes an error display ??
1st-picture, what to do here or where is the error ??

UV here it also comes to an error display
2nd picture, what to do here or where is the error ??

Re: CumulusMX and Cumulus1 UI style Multilingual Websites

Posted: Wed 08 Dec 2021 10:00 am
by BCJKiwi
Hmm,

Are the start (and maybe finish) dates correctly set in betel_readDayfile.php?

Is dayfile.txt good - perhaps run CreateMissing.exe to verify dayfile is good.

Re: CumulusMX and Cumulus1 UI style Multilingual Websites

Posted: Wed 08 Dec 2021 12:11 pm
by dc.kraft
Okay understood and where can I find the CreateMissing.exe ?

What I also noticed is look at the selection of the language, it takes an insanely long time until the language is changed ???

Re: CumulusMX and Cumulus1 UI style Multilingual Websites

Posted: Wed 08 Dec 2021 3:17 pm
by PaulMy
Hi,
Your site is looking very good...

CreateMissing utility is available here https://cumuluswiki.org/a/Software#Create_Missing
It is generally to add data for missing dates in dayfile.txt as long as the data is in the monthly log file, and data items that are now in current version CMX dayfile.txt but where not in earlier versions - i.e. Feels like.

Re your language, I have seen yours take several seconds at times but mostly very quick.

Enjoy,
Paul

Re: CumulusMX and Cumulus1 UI style Multilingual Websites

Posted: Wed 08 Dec 2021 7:06 pm
by dc.kraft
Hello all,
Both errors are corrected... it was the setting in the betel_readDayfile.php......
Mmmmmh a little stupid from my side, who can read is clearly at an advantage
:bash: :bash: :bash: :bash: :bash:

Only the issue with the languages that is still a little mystery to me why this takes so long and sometimes only at the second or third attempt is converted ???
Actually, I want German "DE" as a standard, but it just does not want to work......

Re: CumulusMX and Cumulus1 UI style Multilingual Websites

Posted: Fri 18 Feb 2022 4:44 pm
by mimo57
Hello,

I'm having a problem with displaying recent graphics, site translation.

Explanations:
If I use the IP address (62.35.182.49) or the domain name http://mimo57.synology.me to access my site, everything is displayed correctly.
If I use the domain name http://meteo-orny.fr, recent graphs, historical graphs, do not load, white page :bash:
Same for the translation of the site, it does not work with the domain name http://meteo-orny.fr, but with the IP or http://mimo57.synology.me it is OK
I specify that http://meteo-orny.fr is redirected to http://mimo57.synology.me

I tried looking at the redirect settings, but nothing worked. What's more why "Recent SelectaChart" charts work?? :shock:

Yves

Re: CumulusMX and Cumulus1 UI style Multilingual Websites

Posted: Fri 18 Feb 2022 5:06 pm
by PaulMy
Hi,
The charts all display on both domains.
For the meteo-orny.fr it comes up blank and I had to select one of the headings for the data to be displayed - i.e. Temperature.

Enjoy,
Paul

Re: CumulusMX and Cumulus1 UI style Multilingual Websites

Posted: Fri 18 Feb 2022 5:43 pm
by mimo57
Hi,

indeed, by choosing a value to display it works.
It's still weird that the operation is not the same depending on the URL. And the translation doesn't work either.

Yves

Re: CumulusMX and Cumulus1 UI style Multilingual Websites

Posted: Sun 20 Feb 2022 6:44 am
by BeaumarisWX
Hi Brian or anyone,
I have been playing with the latest version and trying to use it as my main Mobile version.
However one thing along my path to achieve this is on my Android Mobile when I select the Dropdown NavBar image the font size is the small at times I hit another link on the menu.
Even worse when a Multi Dropdown is selected.
I have trawled through the Bootstrap css to no avail.
Does anyone know how to increase the font size within the NavBar css (responsive only).
Image
Kindest Regards,

Re: CumulusMX and Cumulus1 UI style Multilingual Websites

Posted: Mon 28 Feb 2022 2:50 pm
by Gregorean
Hello, I see in /var/log/nginx/error.log on my RPI3B it says this.

Code: Select all

2022/02/28 04:29:13 [error] 613#613: *32 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: show_extrasens in /var/www/html/nav_menu.php on line 116PHP message: PHP Notice:  Undefined variable: show_extrasens in /var/www/html/nav_menu.php on line 121PHP message: PHP Notice:  Undefined variable: show_extrasens in /var/www/html/nav_menu.php on line 126" while reading upstream, client: 180.95.238.175, server: _, request: "GET http://www.soso.com/ HTTP/1.1", upstream: "fastcgi://unix:/run/php/php7.4-fpm.sock:", host: "www.soso.com"
nav_menu.php

Code: Select all

115  <!-- OPTIONAL MODULES -->
116				<?php if ($show_extrasens == 1){ ?>
117					<li <?php if($page_id == 'airlink') {echo 'class="active"';} ?>>
118						<a href="airlink.php"><span lang="en">Extra Sensors</span></a></li>
119				<?php } ?>
120
121				<?php if ($show_extrasens == 2){ ?>
122					<li <?php if($page_id == 'extra') {echo 'class="active"';} ?>>
123						<a href="extra.php"><span lang="en">Extra Sensors</span></a></li>
124				<?php } ?>
125
126				<?php if ($show_extrasens == 3){ // option for dropdown menu for both Airlink and extra ?>                    
I am using an RPI3B with UIMX and local NGINX web server, I am not using any additional sensors but am getting the above error message Undefined variable: show_extrasens in /var/www/html/nav_menu.php on line 116 and 121 and 126.

Can anyone help me solve this error message?

Kind regards Sjaak.

Re: CumulusMX and Cumulus1 UI style Multilingual Websites

Posted: Mon 28 Feb 2022 8:18 pm
by BCJKiwi
You appear to be running an old version of settings.php

Re: CumulusMX and Cumulus1 UI style Multilingual Websites

Posted: Tue 01 Mar 2022 10:35 am
by Gregorean
You're right, I was using an old version settings.php - Version MX_2.1.3 - 15-Nov-2020 :bash:
I forgot to put in this version settings.php - Version MX_2.2.2 - 08-May-2021. :oops:

That's because I have personalized UIMX in settings.php and nav_menu.php, and have to change those every time I update.
Thanks for your help Brian. :clap: