Author Topic: Smal problem with Weather sunset template  (Read 21390 times)

Offline Mr.Meteo

  • Administrator
  • Hero Member
  • *****
  • Posts: 1120
    • http://www.meteostours.ca
Re: Smal problem with Weather sunset template
« Reply #15 on: July 03, 2013, 11:12:50 AM »
Hi Tore,

For forecast text, Cumulus provide them via its own file.
To modify those texts, you have to edit file Strings.ini
that you'll find in your Cumulus folder in your PC (C:\Cumulus)

You will find in this file a lot of texts used by Cumulus:
Forecasts phrases, moon phases, graph titles, etc.
For more info, go to this link: http://wiki.sandaysoft.com/a/Strings.ini

Best regards,
Jacques
Please, consider supporting this site 

Offline Toremann

  • Jr. Member
  • **
  • Posts: 16
    • Jensskogan vær
Re: Smal problem with Weather sunset template
« Reply #16 on: July 09, 2013, 03:16:39 AM »
Hello Jacques
 
Things seems to work well now, but i have one more problem to solve

The forecast on index.php show the Norwegian caracters correct (ÆØÅ)
but the banner at the Gauges (målere) side show the ÆØÅ wrong

I have tested with different coding UTF-8 and so on, but so far have not been able to solve this problem
If i understand this correct this forecast is generated from string.ini and i have tryed to save this file in  UTF-8 and  iso-8859-1 but this do not solve my problem.

Any good idea??

Best Regards
Tore
« Last Edit: July 09, 2013, 08:17:06 AM by Toremann »

Offline Mr.Meteo

  • Administrator
  • Hero Member
  • *****
  • Posts: 1120
    • http://www.meteostours.ca
Re: Smal problem with Weather sunset template
« Reply #17 on: July 09, 2013, 11:22:05 AM »
Hi Tore,

As I told you earlier, Strings.ini cdontain only a list of translated
strings for Forecast, moon phase and so on!

If we take your menu as example, you have to edit your menu file
and save it to UTF-8, that is probably why your menu display "Målere"
instead of "MÆØÅ lere"
... but since I don't read Norwegian... I couldn't find errors!  :-X

Best Regards,
Jacques
Please, consider supporting this site 

Offline Toremann

  • Jr. Member
  • **
  • Posts: 16
    • Jensskogan vær
Re: Smal problem with Weather sunset template
« Reply #18 on: July 10, 2013, 07:03:23 AM »
Howdy again!!

All my menus are showing correct, and is saved in UTF-8
But the thing that is the problem is the "rolling" forecast banner on the gauges side
Then it recives norwegian caracters its show`s its wrong so its seems like its have someting whit JS encoding to do.
I have tryed to set "digitalForecast : false," in gauges.js as suggested on cumulus wiki, but it does not help.
As you may see the forecast is displayed correct on index.php but not on ss_gauges.php, and as far as I can see  its is "powered" by strings.ini and strings.ini is saved in UTF-8
( this problems only shows up then the forecast have "norwegian" caracters in it like "vær")
"vær = weather, Norwegian translation"

I have tryed almoust everything, but so far no luck :(

All help would be most appreciated

Have a great day

Best Regards
Tore

« Last Edit: July 10, 2013, 07:25:24 AM by Toremann »

Offline Mr.Meteo

  • Administrator
  • Hero Member
  • *****
  • Posts: 1120
    • http://www.meteostours.ca
Re: Smal problem with Weather sunset template
« Reply #19 on: July 10, 2013, 11:21:17 AM »
Hi Tore,

Ok! Your problem is with scrolling text in SS Gauges status bar!!
I think the problem is with the LCDMono typeface font!

This font is an "anglo-only" font. As you see, this font is real special as it
"mimic" a LCD display, but it support only basic below 128 ASCII Characters.
Some accented letters are included in "vanilla plain" ASCII characters
(as #132, #133, #138, etc...) but since they are greater then 127, they aren't
supported, so replaced with plain chars!

Sorry, to have no better answer... maybe you could tell Mark Crosley on
SteelSeries section, in Cumulus forum.

Best Regards,
Jacques
Please, consider supporting this site 

Offline Toremann

  • Jr. Member
  • **
  • Posts: 16
    • Jensskogan vær
Re: Smal problem with Weather sunset template
« Reply #20 on: July 15, 2013, 09:45:13 AM »
Hello Again

I have been in contact whit Mark, but i am still not able to solve my problem

We are getting close but if you have a look at the conversation between me and Mark, maby you get a idea how to solve the remaining problem

See link below

http://sandaysoft.com/forum/viewtopic.php?f=21&t=10299&p=84366#p84366



Regards
Tore
« Last Edit: July 16, 2013, 08:44:39 AM by Toremann »

Offline Toremann

  • Jr. Member
  • **
  • Posts: 16
    • Jensskogan vær
Re: Smal problem with Weather sunset template
« Reply #21 on: July 17, 2013, 02:11:20 AM »
Hello Jacques

The case its solved :)

It seem like it is some error in some of the language files, i needed to to edit them to prevent php error.
if i remeber correct it was:  German, Greek, Italian, and Slovenian language

Have a great day

Tore