Forum: Applications
2010-07-26, 07:46
|
Replies: 54
Views: 16,514
Re: [Announce] MaeMoney
I wouldn't go so far as saying the app is useless without realtime quotes. I am no day trader so if the quote is delayed by 8 seconds I am absolutely fine with it.
Not entirely true. Just like...
|
Forum: Applications
2010-07-25, 18:43
|
Replies: 54
Views: 16,514
Re: [Announce] MaeMoney
Since MaeMoney gets the quotes from Google Finance, it really depends on the agreement between Google and the stock exchanges. http://www.google.com/help/stock_disclaimer.html#realtime
The app...
|
Forum: Applications
2010-07-25, 17:39
|
Replies: 54
Views: 16,514
Re: [Announce] MaeMoney
Yes, you need to set up your portfolio(s) on Google Finance first. As of now, MaeMoney is a view-only Google Finance client.
|
Forum: Applications
2010-07-25, 16:53
|
Replies: 54
Views: 16,514
Re: [Announce] MaeMoney
Um...do you have Extras-Devel enabled? If so, disable it and install the app from Extras-Testing.
|
Forum: Applications
2010-07-25, 16:32
|
Replies: 54
Views: 16,514
Re: [Announce] MaeMoney
Version 0.3 should be available from Extras-Testing and Extras-Devel. After updating the repository, you should see it.
|
Forum: Applications
2010-07-25, 15:09
|
Replies: 54
Views: 16,514
|
Forum: Applications
2010-07-25, 14:08
|
Replies: 54
Views: 16,514
[Announce] MaeMoney v0.3
New Features
Double click to show transactions for the selected stock
Long press to show transactions or open webpage
Added support for Simplified Chinese
|
Forum: Development
2010-07-12, 16:58
|
Replies: 5
Views: 2,620
Re: Non-Ascii characters in Python
Depending on the encoding of your input, you could do something like this:
encoding = "utf-8"
decoded = encoded.decode(encoding)
qStr = QString("Decoded: %s", decoded)
|
Forum: Applications
2010-06-29, 04:55
|
Replies: 54
Views: 16,514
Re: [Announce] MaeMoney
I just added couple portfolios into my account so I have 12 now. They were all loaded properly. I wonder maybe there's some special characters in your portfolio titles? (I have &, ', and " in my...
|
Forum: Nokia N900
2010-06-19, 15:04
|
Replies: 9
Views: 2,982
|
Forum: Applications
2010-06-19, 05:02
|
Replies: 10
Views: 6,400
|
Forum: Applications
2010-06-18, 12:45
|
Replies: 54
Views: 16,514
Re: [Announce] MaeMoney
MaeMoney version 0.2 (http://maemo.org/packages/package_instance/view/fremantle_extras-devel_free_armel/maemoney/0.2-1) is now available in Extras Testing. Here are the major changes since v0.1:
...
|
Forum: Applications
2010-06-17, 13:29
|
Replies: 54
Views: 16,514
|
Forum: Applications
2010-06-17, 13:27
|
Replies: 54
Views: 16,514
Re: [Announce] MaeMoney
I do plan on supporting most of the parameters in the Google Finance API reference guide (http://code.google.com/apis/finance/docs/2.0/reference.html#Parameters). Can't promise any timetable yet but...
|
Forum: Applications
2010-06-16, 16:59
|
Replies: 54
Views: 16,514
Re: [Announce] MaeMoney
If you can add it to your Google Finance portfolio, then it is supported.
For currencies, they are a bit tricky because you can view something like "Australian Dollar (AUD) in British Pound Sterling...
|
Forum: Applications
2010-06-16, 16:06
|
Replies: 54
Views: 16,514
Re: [Announce] MaeMoney
Yea sure, it shouldn't be a problem to add daily volume.
Btw, did anyone notice that the PE ratio is 99.99 for every stock? :o
It'll be fixed in the next version.
|
Forum: Applications
2010-06-16, 16:05
|
Replies: 54
Views: 16,514
|
Forum: Applications
2010-06-16, 16:04
|
Replies: 54
Views: 16,514
Re: [Announce] MaeMoney
I've thought about it before but just found Qt's charting capability quite lacking. It's definitely something I want to implement down the road though but it's going to take time.
|
Forum: Applications
2010-06-15, 02:51
|
Replies: 54
Views: 16,514
Re: [Announce] MaeMoney
Absolutely!
I actually did it in landscape in the beginning and it wasn't until a few days ago when I switched it to portrait - since everyone has been so enthusiastic about anything that has to...
|
Forum: Applications
2010-06-14, 18:48
|
Replies: 54
Views: 16,514
Re: [Announce] MaeMoney
The dependency issues have been fixed. The latest version in Extras-Testing now references python-gdata and python2.5-qt4-network.
|
Forum: Applications
2010-06-14, 18:20
|
Replies: 54
Views: 16,514
Re: [Announce] MaeMoney
Easiest way is to SSH to the N900 from your PC then you can copy the content from your SSH client.
Are you seeing something related to "gdata" or "QtNetwork"?
|
Forum: Applications
2010-06-14, 18:16
|
Replies: 54
Views: 16,514
Re: [Announce] MaeMoney
Thanks gkosters. Please do an "apt-get install python-gdata". It should resolve the issue. I'll have another build very soon which will have the dependency fixed.
|
Forum: Applications
2010-06-14, 18:12
|
Replies: 54
Views: 16,514
Re: [Announce] MaeMoney
I have a feeling that it has to do with the QtNetwork module. If you are missing that, you can install it through apt-get for now:
apt-get install python2.5-qt4-network
|
Forum: Applications
2010-06-14, 18:09
|
Replies: 54
Views: 16,514
Re: [Announce] MaeMoney
Can you please do me a favor and run the following command in Xterminal?
/usr/bin/python /opt/maemoney/MaeMoney.py
Please let me know the output.
|
Forum: Applications
2010-06-14, 16:37
|
Replies: 54
Views: 16,514
[Announce] MaeMoney
MaeMoney is a Google Finance client for the N900. It provides near-realtime updates for your stocks, mutual funds, etc that you have set up on Google.
http://maemo.org/packages/view/maemoney/
...
|