Page 2 of 2

Re: User Expansion of CumulusUtils

Posted: Sun 26 Apr 2020 1:32 pm
by HansR
@kocher: No, on second thought, It can be the cause, but I am not sure.
Can you send the cumulusutils.log file (be sure it is the one from the website generation moment and not from a later run).

Re: User Expansion of CumulusUtils

Posted: Sun 26 Apr 2020 2:05 pm
by PaulMy
All seems to work for me www.komokaweather.com/cumulusutils/index.html

Enjoy,
Paul

Re: User Expansion of CumulusUtils

Posted: Sun 26 Apr 2020 2:19 pm
by HansR
PaulMy wrote: Sun 26 Apr 2020 2:05 pm All seems to work for me www.komokaweather.com/cumulusutils/index.html

Enjoy,
Paul
Hi Paul, yes, it looks good, thanks. But the user menu must be fixed to fit the new menu technique. Small step etc... ;)

Re: User Expansion of CumulusUtils

Posted: Sun 26 Apr 2020 3:29 pm
by PaulMy
You suggesting I might run out of room :lol:

Enjoy,
Paul

Re: User Expansion of CumulusUtils

Posted: Sun 26 Apr 2020 4:30 pm
by HansR
indeed :D

Re: User Expansion of CumulusUtils

Posted: Sun 26 Apr 2020 5:09 pm
by kocher
Good afternoon Hans

Indeed, after doing what you tell me, there has been no change.

I attach the file "cumulusutils.log"

Re: User Expansion of CumulusUtils

Posted: Sun 26 Apr 2020 5:17 pm
by HansR
The logfile says:

Code: Select all

2020-04-26 19:06:03.483  MapsOn: Adding Station: San Sebastian - Arriola
2020-04-26 19:06:03.483 Maps->MapsOn: No website for station - station not added!!
2020-04-26 19:06:03.483 Maps->MapsOn: Website is compulsory so exit here!!
This is only possible if the string which holds the website is empty.
Could you send me your cumulusutils.ini (at least the section [Maps])

Re: User Expansion of CumulusUtils

Posted: Sun 26 Apr 2020 5:32 pm
by kocher
This is only possible if the string which holds the website is empty.
Could you send me your cumulusutils.ini (at least the section [Maps])

You're right.

Yesterday I was trying to automate the FTP upload (which I haven't been able to) and I left that string empty. :oops:

Re: User Expansion of CumulusUtils

Posted: Sun 26 Apr 2020 5:51 pm
by HansR
OK. That is solved. :D
Now, let's go via PM and try to solve the FTP if you wish. Could you send me the FTP section of cumulus.ini (without the un/pw).

Re: User Expansion of CumulusUtils

Posted: Sun 26 Apr 2020 7:39 pm
by kocher
Perfect!

I just sent you a private message

Greetings and thank you very much :)

Re: User Expansion of CumulusUtils

Posted: Sun 26 Apr 2020 10:42 pm
by kocher
Goodnight

I have managed to automate the FTP upload of the files once a day, using "System Scheduler", so this issue is solved,

Also, everything seems to be working properly:

     http://kocher.es/cumulusMX/FWI/

Thank you very much Hans :D

Re: User Expansion of CumulusUtils

Posted: Mon 27 Apr 2020 6:02 am
by HansR
@kocher:
Very good that you can work with the system, but it really should work with the internal FTP as well.
As it works with every body, it should work in your situation too.

Re: User Expansion of CumulusUtils

Posted: Mon 10 Aug 2020 12:45 pm
by rogerthn
This looks like a suitable thread :o
It would be useful if Cumulus web tags can be used in cumulusutils.ini
e.g.
HeaderLeftText=The meteorological day used ends at <#rollovertime>.

Re: User Expansion of CumulusUtils

Posted: Mon 10 Aug 2020 1:09 pm
by HansR
rogerthn wrote: Mon 10 Aug 2020 12:45 pm This looks like a suitable thread :o
New threads are allowed ;)
rogerthn wrote: Mon 10 Aug 2020 12:45 pm It would be useful if Cumulus web tags can be used in cumulusutils.ini
e.g.
HeaderLeftText=The meteorological day used ends at <#rollovertime>.
Yes, good idea.

It means free texts need to be parsed for webtags or maybe I find some other way to do this.
And which free texts can be used? Would that only be inifile parameters or also complete text files (e.g. userreports)?

I'll think about how to fill this in.
You'll see something around some time.

Any more ideas about this?

Re: User Expansion of CumulusUtils

Posted: Mon 10 Aug 2020 2:28 pm
by rogerthn
HansR wrote: Mon 10 Aug 2020 1:09 pm Yes, good idea.

It means free texts need to be parsed for webtags or maybe I find some other way to do this.
And which free texts can be used? Would that only be inifile parameters or also complete text files (e.g. userreports)?

I'll think about how to fill this in.
You'll see something around some time.

Any more ideas about this?
Thanks!
As a start, free text with embedded web tags in the ini file e.g.
HeaderLeftText=&nbsp;The meteorological day used ends at <#rollovertime>.
HeaderRightText=Dawn: <#dawn>&#9;Dusk: <#dusk>&#9;Daylight: <#daylightlength>&#9;Day length: <#daylength>
Maybe some sanity checks to reduce the risk of evil code?