maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   New version of OMWeather is available for testing. (https://talk.maemo.org/showthread.php?t=33221)

ToJa92 2010-03-08 22:48

Re: New version of OMWeather is available for testing.
 
Quote:

Originally Posted by Dr.MZ (Post 560526)
is it normal, because since I've downloaded the latest version, I keep getting to new locations. Meanwhile, I'm already 10 stations that can prove I call, each with a city. Is this a bug or intentional? And how many stadiums next??

I think I have the same problem, on each reboot I get a new station, I know have 13 stations:eek: :eek: Maybe something to fix for the next version? I only use 1 station anyway...

Dr.MZ 2010-03-09 00:36

Re: New version of OMWeather is available for testing.
 
Quote:

Originally Posted by ToJa92 (Post 560565)
I think I have the same problem, on each reboot I get a new station, I know have 13 stations:eek: :eek: Maybe something to fix for the next version? I only use 1 station anyway...

For me it's the same. I myself use only 1 station and now have 10 to choose from. I hope there will soon be an update that resolves this problem. Not that I have almost 200 stations to choose from! :eek:

Rob1n 2010-03-09 09:35

Re: New version of OMWeather is available for testing.
 
Quote:

Originally Posted by Dr.MZ (Post 560662)
For me it's the same. I myself use only 1 station and now have 10 to choose from. I hope there will soon be an update that resolves this problem. Not that I have almost 200 stations to choose from! :eek:

You can clear up the station list by doing (in X Terminal):
Code:

gconftool-2 --get /apps/maemo/omweather/station-list
<copy & edit list>
gconftool-2 --set --type list --list-type=string /apps/maemo/omweather/station-list "[new list]"

The station list should be a comma-separated list of stations, so just leave out any you're not interested in. The quotes and square brackets are needed around the new station list, so don't leave those out. It's probably best to close down the widget before running this as well.

vasvlad 2010-03-09 10:59

Re: New version of OMWeather is available for testing.
 
Quote:

Originally Posted by Dr.MZ (Post 560662)
For me it's the same. I myself use only 1 station and now have 10 to choose from. I hope there will soon be an update that resolves this problem. Not that I have almost 200 stations to choose from! :eek:

This is the bug. It will be fixed in version 0.26. This version will be released soon.

Vlad.

Dr.MZ 2010-03-09 16:25

Re: New version of OMWeather is available for testing.
 
thanks.

I once hoped for an early realese

biggzy 2010-03-09 23:51

Re: New version of OMWeather is available for testing.
 
Quote:

Originally Posted by b666m (Post 550010)
edit: ok... found it :)

Code:

<?xml version="1.0"?>
<gconf>
    <entry name="icon-set" mtime="1267378009" type="string">
        <stringvalue>Contour</stringvalue>
    </entry>
    <entry name="view_mode" mtime="1267378010" type="int" value="0"/>
    <entry name="update-WLAN" mtime="1267378010" type="bool" value="true"/>
    <entry name="update-gsm" mtime="1267378010" type="bool" value="false"/>
    <entry name="gps-station_id" mtime="1267378010" type="string">
        <stringvalue></stringvalue>
    </entry>
    <entry name="gps-station_name" mtime="1267378010" type="string">
        <stringvalue></stringvalue>
    </entry>
    <entry name="alerts-list" mtime="1267378010" type="list" ltype="string">
    </entry>
    <entry name="station-list" mtime="1267378010" type="list" ltype="string">
        <li type="string">
            <stringvalue>GMXX6369@Lenting@weather.com@M</stringvalue>
        </li>
        <li type="string">
            <stringvalue>GMXX0060@Ingolstadt@weather.com@M</stringvalue>
        </li>
    </entry>
    <entry name="text-position" mtime="1267378010" type="int" value="0"/>
    <entry name="mode" mtime="1267378010" type="int" value="0"/>
    <entry name="icons-layout" mtime="1267378081" type="int" value="4"/>
    <entry name="valid-time" mtime="1267378010" type="int" value="4"/>
    <entry name="switch-time" mtime="1267378010" type="int" value="0"/>
    <entry name="wind-units" mtime="1267378010" type="int" value="0"/>
    <entry name="pressure-units" mtime="1267378010" type="int" value="0"/>
    <entry name="distance-units" mtime="1267378010" type="int" value="0"/>
    <entry name="days" mtime="1267378010" type="int" value="5"/>
    <entry name="temperature-unit" mtime="1267378010" type="int" value="0"/>
    <entry name="show-arrows" mtime="1267378010" type="bool" value="true"/>
    <entry name="show-station-name" mtime="1267378010" type="bool" value="true"/>
    <entry name="click-for-launch-popup" mtime="1267378010" type="int" value="0"/>
    <entry name="show-wind-gust" mtime="1267378010" type="bool" value="false"/>
    <entry name="show-wind" mtime="1267378010" type="bool" value="false"/>
    <entry name="swap-temperature" mtime="1267378009" type="bool" value="true"/>
    <entry name="corner-radius" mtime="1267378009" type="int" value="10"/>
    <entry name="alpha-component" mtime="1267378009" type="int" value="45"/>
    <entry name="gps-station" mtime="1267378009" type="bool" value="true"/>
    <entry name="downloading-after-connecting" mtime="1267378009" type="bool" value="false"/>
    <entry name="separate-data" mtime="1267378009" type="bool" value="false"/>
    <entry name="show-weather-for-two-hours" mtime="1267378009" type="bool" value="true"/>
    <entry name="animation" mtime="1267378009" type="bool" value="true"/>
    <entry name="transparency" mtime="1267378009" type="bool" value="true"/>
    <entry name="update-interval" mtime="1267378009" type="int" value="1440"/>
    <entry name="background-color" mtime="1267378009" type="string">
        <stringvalue>#221111</stringvalue>
    </entry>
    <entry name="font" mtime="1267378009" type="string">
        <stringvalue>Sans 12</stringvalue>
    </entry>
    <entry name="font-color" mtime="1267378009" type="string">
        <stringvalue>#ffff00</stringvalue>
    </entry>
    <entry name="settings-tab-number" mtime="1267378009" type="int" value="0"/>
    <entry name="icons-size" mtime="1267378009" type="int" value="3"/>
    <entry name="current-station-source" mtime="1267378009" type="string">
        <stringvalue>weather.com</stringvalue>
    </entry>
    <entry name="current-station-id" mtime="1267378009" type="string">
        <stringvalue>GMXX0060</stringvalue>
    </entry>
    <entry name="current-station-name" mtime="1267378009" type="string">
        <stringvalue>Ingolstadt</stringvalue>
    </entry>
    <entry name="weather-dir" mtime="1267378009" type="string">
        <stringvalue>/home/user/apps/omweather</stringvalue>
    </entry>
    <entry name="version" mtime="1267378009" type="string">
        <stringvalue>0.25.8</stringvalue>
    </entry>
</gconf>

that's what i'm able to change, right? (:

What is the path of the file to edit to make background black? thanx

vasvlad 2010-03-10 13:34

Re: New version of OMWeather is available for testing.
 
Quote:

Originally Posted by biggzy (Post 561923)
What is the path of the file to edit to make background black? thanx

/var/lib/gconf/apps/maemo/omweather/%gconf.xml
Don't forget unload omwaether before editing. Or use gconf utility.

Vlad.

biggzy 2010-03-10 14:38

Re: New version of OMWeather is available for testing.
 
Quote:

Originally Posted by vasvlad (Post 562514)
/var/lib/gconf/apps/maemo/omweather/%gconf.xml
Don't forget unload omwaether before editing. Or use gconf utility.

Vlad.

thanx for the info, however i have etided as you described..

Unload Omweather widget.
And run in xterm the following commands:
gconftool-2 --set /apps/maemo/omweather/icons-layout --type=int 0
gconftool-2 --set /apps/maemo/omweather/alpha-component --type=int 45
gconftool-2 --set /apps/maemo/omweather/days --type=int 3
gconftool-2 --set /apps/maemo/omweather/icons-size --type=int 2
gconftool-2 --set /apps/maemo/omweather/background-color --type=string "#221111"

and then reloaded omweather but theres no change, i edited the file directly with leafpad via xterm, maybe some kind member can post the already edited file? thanx

sorodoros 2010-03-10 16:59

Re: New version of OMWeather is available for testing.
 
How do I permanently get rid of the "involuntary" GPS stations that continue to appear. (It cannot be removed from the configure dialog, becasue it doesn't appear there.) Or is this a bug?

vasvlad 2010-03-11 07:34

Re: New version of OMWeather is available for testing.
 
Quote:

Originally Posted by biggzy (Post 562583)
thanx for the info, however i have etided as you described..

Unload Omweather widget.
And run in xterm the following commands:
gconftool-2 --set /apps/maemo/omweather/icons-layout --type=int 0
gconftool-2 --set /apps/maemo/omweather/alpha-component --type=int 45
gconftool-2 --set /apps/maemo/omweather/days --type=int 3
gconftool-2 --set /apps/maemo/omweather/icons-size --type=int 2
gconftool-2 --set /apps/maemo/omweather/background-color --type=string "#221111"

and then reloaded omweather but theres no change, i edited the file directly with leafpad via xterm, maybe some kind member can post the already edited file? thanx

I unload Omweather widget,

then I ran all your commands in my N900 , loaded omweather widget again and I saw changes on my display. Try to do it once again.

Vlad.


All times are GMT. The time now is 19:31.

vBulletin® Version 3.8.8