maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   Search for a widget Soccer (https://talk.maemo.org/showthread.php?t=46193)

Dr.MZ 2010-03-18 01:53

Re: Search for a widget Soccer
 
Quote:

Originally Posted by Kamikaze (Post 570769)
@ Dr.MZ - I'm confused, is that screenshot you posted just a mock up of how you would like the widget to look/function? Or is that a newer, more advanced script that hasn't been posted in this thread yet? It would be great if you could have more than one game or set it so that it followed all the games in a particular league that day.

This is not a screenshot but a fake screen as an example of how I envisage the widget. Because I would now like times more than just a game to be displayed. In my example, it is a complete match of the Bundesliga with the times, fixtures, league information and the current matchday.

Ich persönlich würde mich freuen wenn es am Ende so oder so ähnlich aussehen würde und man es aus dem Programmkatalog runterladen könnte.

Kamikaze 2010-03-18 02:10

Re: Search for a widget Soccer
 
@ Dr.MZ - Ah gotcha, I too would very much like this functionality.

@ Bazza - I am too mate, this is the first time I've used a script like this. I just followed m2cm2c directions in the last page in post 57.

Once you've extracted the .py file put it in your /home/user folder (if you're unsure how to do this then check this thread http://talk.maemo.org/showthread.php...ghlight=winscp - it makes things like this a lot easier imo)

Then open X-Terminal (by pressing Ctrl + Shift + X) and type "python SoccerSucker.py" and press enter.

Then, leaving that X-Term window running, check your four home screens for a little widget that says options. Click this and you can select which game you want to be displayed. Hope this helps.

Bazza 2010-03-18 03:03

Re: Search for a widget Soccer
 
So just to clarify i have to install Open SSH Client and Open SSH server to get full access to the phones file system?

kevinm2k 2010-03-18 10:00

Re: Search for a widget Soccer
 
When I run this script I get the error:

Traceback (most recent call last) :
File "SoccerSucker.py", line 92, in <module>
import hildondesktop
ImportError: No module named hildondesktop

Kamikaze 2010-03-18 10:26

Re: Search for a widget Soccer
 
Quote:

Originally Posted by Bazza (Post 571389)
So just to clarify i have to install Open SSH Client and Open SSH server to get full access to the phones file system?

You don't have to, but it makes things like this a lot easier and you only have to install it once. If you don't want to you can copy the file over using a usb cable or email it to yourself once it's unzipped and then open and save it on your phone. But then you need to use X-terminal (or a file manager called MC in extras-devel) to either move the file to the home/user directory or change directory every time you launch the script. Lika I say, I'm a noob with all this too and have no experience with linux so someone else may be able to tell you a simpler way of doing things but I think the best way to do it is with OpenSSH and WinSCP as once set up you can do everything using a GUI.

Bazza 2010-03-18 12:35

Re: Search for a widget Soccer
 
Thanks Kamikaze i may try that later,

I did try it through x-terminal and it came up permission denied any ideas anyone???

lexi1986 2010-03-18 12:50

Re: Search for a widget Soccer
 
Quote:

Originally Posted by kevinm2k (Post 571629)
When I run this script I get the error:

Traceback (most recent call last) :
File "SoccerSucker.py", line 92, in <module>
import hildondesktop
ImportError: No module named hildondesktop

I have the same error here :(

Edit: Found the solution: apt-get install python-hildondesktop

No!No!No!Yes! 2010-03-18 13:43

Re: Search for a widget Soccer
 
My 2cents ... feel free to provide feedback, suggestions or ideas for further enhancements/developments.

http://talk.maemo.org/showthread.php?t=47649

kevinm2k 2010-03-18 13:59

Re: Search for a widget Soccer
 
OK Thanks lexi1986 but unfortunately getting another error when trying to run:

process 4751: arguments to dbus_connection_get_data() were incorrect, assertion "connection != NULL" failed in file dbus-connection.c line 5757,

Then the same on line 5721

Then it says 'This is normally a bug in some application suign the D-Bus library',

Im guessing I have something else running that is using something this needs?

Dr.MZ 2010-03-21 11:38

Re: Search for a widget Soccer
 
@ M2cm2c

There are already new information about your widget?
Will it be loading in the near future about the program catalog?

m2cm2c 2010-03-22 19:58

Re: Search for a widget Soccer
 
hey guys :)
sorry for my late reply since I've been busy these days
as for issues preventing the widget from starting up please follow the commands I've given on this post
http://talk.maemo.org/showpost.php?p...7&postcount=86

also I really like the designs you came up with but I'm afraid I won't be issuing any changes to the interface soon, so feel free to modify the code as you like and show us the results :D

Bazza 2010-03-22 21:04

Re: Search for a widget Soccer
 
I have finally got it working, BUT for example there is a millwall vs leeds game tonight in the english league div 1 and i cant get it on.

Can anyone try this and let me know if it works?

meegode 2010-04-04 15:18

Re: Search for a widget Soccer
 
god idea to have an app for soccer.

Dr.MZ 2010-04-24 23:53

Re: Search for a widget Soccer
 
Here a first attempt is a widget for football.

Bundesliga Germany & Austria Widget

So far, only for the Bundesliga, but you should be able to customize it determines.

No!No!No!Yes! 2010-04-25 00:36

Re: Search for a widget Soccer
 
Quote:

Originally Posted by Dr.MZ (Post 626485)
Here a first attempt is a widget for football.

Bundesliga Germany & Austria Widget

So far, only for the Bundesliga, but you should be able to customize it determines.

did you have a look at this?

http://i41.tinypic.com/12375g8.png

European Soccer Leagues (+World Cup 2010 & many more) Live Results and Next Matches

Dr.MZ 2010-04-25 16:19

Re: Search for a widget Soccer
 
I've seen it before, but it's too colorful. Is just not my taste so I prefer this.

http://188.40.91.146/bl_de_screen.png

Bundesliga Germany & Austria Widget

Midyr 2010-08-16 19:19

Re: Search for a widget Soccer
 
Quote:

Originally Posted by m2cm2c (Post 568172)
you don't need root privileges to run the script
just unpack the compressed file and put it in your phone
or copy/paste the script I've provided here and save it as SoccerSucker.py
cd to the directory which contains the script
then run it but typing
python SoccerSucker.py
it will show on your 1st desktop as a widget
when you're done just close the terminal again.


enjoy :D

Hi,
I try your widget but the only what I can do ist select an event. Then nothing happens. I cant choose a date or match or anything else


Greets

Midyr

si_wardo 2010-08-16 21:53

Re: Search for a widget Soccer
 
Can anyone also help me here im getting errors similar to those already reported

si_wardo 2010-08-17 18:43

Re: Search for a widget Soccer
 
anyone??? im so close yet so far away really could do with this app. just cant manage without a football widget. thanks in advance.

cybermae 2010-11-06 09:04

Re: Search for a widget Soccer
 
Any developments Guys?

I really want a widget for The premiership,however only found one for Bundesliga

Carlito 2010-11-06 09:13

Re: Search for a widget Soccer
 
Like BuLi sores but for the dutch league...


All times are GMT. The time now is 08:18.

vBulletin® Version 3.8.8