maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Support thread] Billboard Standby Screen (https://talk.maemo.org/showthread.php?t=84507)

Ancelad 2014-03-17 05:26

Re: [Support thread] Billboard Standby Screen
 
Does anyone remember how to get whatsup account-status?

thp 2014-03-17 08:03

Re: [Support thread] Billboard Standby Screen
 
Quote:

Originally Posted by Ancelad (Post 1417035)
Does anyone remember how to get whatsup account-status?

Code:

{wazapp-status}

Ancelad 2014-03-17 09:40

Re: [Support thread] Billboard Standby Screen
 
Quote:

Originally Posted by thp (Post 1417049)
Code:

{wazapp-status}

No-no... I meant account-status which user can update by himself such as "sleeping', 'eating' etc.. Just found it ;)

romu 2014-03-17 10:00

Re: [Support thread] Billboard Standby Screen
 
Hi,
I admit not willing to read more than 100 pages. I just would like to know how to setup bill board with MeeCast?

I installed MeeCast, added a station, verified I had some results.

Then, every Meecast settings I try in billboard have no effect at all. Any idea? Thanks.

thp 2014-03-23 14:37

Re: [Support thread] Billboard Standby Screen
 
Quote:

Originally Posted by romu (Post 1417069)
Then, every Meecast settings I try in billboard have no effect at all. Any idea? Thanks.

Make sure you have a recent enough version of MeeCast.

The version that you need escapes me now, but it might be that you have to build it from Git: https://github.com/Meecast/meecast

romu 2014-03-24 12:58

Re: [Support thread] Billboard Standby Screen
 
Ok, thanks.

Alexxxl 2014-03-24 20:50

Re: [Support thread] Billboard Standby Screen
 
added to the billboard simple python script.
but alas, he did not to me what you need.
In the terminal it - works!

What's the problem?

Code:

#!/usr/bin/python
#load url from txt file
f = open('/home/user/MyDocs/url_rss.log', 'r')
#f.read()
url_rss = f.read()

import feedparser

d = feedparser.parse( url_rss )
e = d['items'][0]

a = d['channel']['title']
b = e['title']
c = e['description']

str = a + "\n"
str1 = b + "\n"
str2 = c + "\n"
y = str2.encode("utf-8")

import lxml.html

s = y
s = ''.join(lxml.html.fromstring(s).xpath("//text()")).encode ('latin1')

#print str.encode("utf-8")
#print str1.encode("utf-8")
print s


gardi 2014-03-25 15:53

Re: [Support thread] Billboard Standby Screen
 
Missing your application together with a very great

maybe you can give an idea

remaining time of the alarm clock to ring.
A few news headline news feed
WiFi, network, alarm clock, Bluetooth,airplane mode, nfc,usb, etc icons.
bad english

for you can be a lot of examples here

http://www.google.com.tr/imgres?imgu...tart=0&ndsp=22

imat 2014-04-04 06:01

Re: [Support thread] Billboard Standby Screen
 
Quote:

Originally Posted by thp (Post 1417049)
Code:

{wazapp-status}

I think this works only with wazapp because I have Whatsup and it doesnt work...

imat 2014-04-04 06:40

Re: [Support thread] Billboard Standby Screen
 
I've made the french translation, but when I want to make a Pull request, Github says me

Compare and review just about anything.

I dont understand what I have to do :confused:


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

vBulletin® Version 3.8.8