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)

Alexxxl 2014-01-10 12:23

Re: [Support thread] Billboard Standby Screen
 
Of course I pointed out a real link, just an example not corrected, Sorry.
Found the cause! she was in a very slow internet!
Thanks for the tip on:
Code:

>>> print f
{'feed': {}, 'bozo': 1, 'bozo_exception': URLError(gaierror(-2, 'Name or service not known'),), 'entries': []}

it helped figure out what's wrong ))

Z3tor 2014-01-10 16:24

Re: [Support thread] Billboard Standby Screen
 
Quote:

Originally Posted by sponka (Post 1405247)
I use {full-date} on my screen and it's displayed in english, it looks like:
Thursday, 9 January 2017

Is it possible to have some script/file with names for days and months in another language and use with existing commands (weekday name, month name, etc.) to display them on screen. The above output would be:
Četrtek, 9. januar 2014

Pretty please :)


EDIT: I see sometning like this on page 95, will check there first if I can adapt.

What is your phones locale set? I think {full-date} shows date acc. to set locale.

With this simple script you can output weekday names as you wish.
Code:

#!/bin/sh
day=$(date +%u)
echo | awk -v d=$day '{split("Mon Tue Wed Thu Fri Sat Sun",a," ")
printf a[d]}'


Alexxxl 2014-01-13 05:47

Re: [Support thread] Billboard Standby Screen
 
somebody can tell how to implement task {events} ?
billboard learns how time and the task name in the calendar?

trayhoper 2014-01-18 13:17

Re: [Support thread] Billboard Standby Screen
 
I reflashed my device and now I can't download this app again from store because I've reached the max amount of downloads.I can't pay for this app again , anyone can help ?

salahkhani 2014-01-19 11:14

Re: [Support thread] Billboard Standby Screen
 
Quote:

Originally Posted by trayhoper (Post 1407297)
I reflashed my device and now I can't download this app again from store because I've reached the max amount of downloads.I can't pay for this app again , anyone can help ?

Hello dude hopefully i will figure out how to upload billboard and other useful apps here for you and all our fellows in this forum

coming soon>>>>>

salahkhani 2014-01-19 18:36

Re: [Support thread] Billboard Standby Screen
 
Quote:

Originally Posted by trayhoper (Post 1407297)
I reflashed my device and now I can't download this app again from store because I've reached the max amount of downloads.I can't pay for this app again , anyone can help ?

Hey dude check out those apps

enjoy ;)

MODERATOR EDIT:
DO NOT SHARE PAID CONTENT ON TMO!

Alexxxl 2014-01-21 09:01

Re: [Support thread] Billboard Standby Screen
 
I'll just leave this here ...

Watsup Status
Code:

#!/bin/sh
# Display Watsup Status
# by Alexxxl


reply=""
if $(qdbus | grep org.cepi.whatsup > /dev/null)
then
reply=`qdbus org.cepi.whatsup /org/cepi/whatsup org.cepi.whatsup.getStatus | sed -n 1p`
fi

echo -n $reply


fhutt 2014-02-02 00:15

Re: [Support thread] Billboard Standby Screen
 
Is there a script available for showing the time the phone is on for since the last charge?
Thanks

smcsa 2014-02-06 15:13

Re: [Support thread] Billboard Standby Screen
 
Quote:

Originally Posted by sponka (Post 1405247)
I use {full-date} on my screen and it's displayed in english, it looks like:
Thursday, 9 January 2017

Is it possible to have some script/file with names for days and months in another language and use with existing commands (weekday name, month name, etc.) to display them on screen. The above output would be:
Četrtek, 9. januar 2014

Pretty please :)


EDIT: I see sometning like this on page 95, will check there first if I can adapt.

Use {weekday}, {day} {month} {year}

Question:
From where can we update the new version 1.1.1 (2014-01-30) ?

Quaddy 2014-02-06 16:19

Re: [Support thread] Billboard Standby Screen
 
Quote:

Originally Posted by smcsa (Post 1411328)
Question:
From where can we update the new version 1.1.1 (2014-01-30) ?

+1 - i see the changelog, but not a dload


All times are GMT. The time now is 02:20.

vBulletin® Version 3.8.8