![]() |
Re: [Support thread] Billboard Standby Screen
Quote:
After mine stopped working for 2 weeks or so, all is back to normal. No idea what happened, I did nothing to the system or BB in that time. I use max. 3 events/lines for next 3 days. AFAIK, there is no line limitation within billboard for external scripts. My advice would be to double check the script again (or better delete and copy/paste the original again) or ask slarti. Good luck! |
Re: [Support thread] Billboard Standby Screen
on the "next_alarm_only.py" in the billboard scripts, does anyone know how to have it literally print "tomorrow" or "today" if the alarm is tomorrow or today, rather than the name of the day?
@Win7Mac - thanks, got it working |
Re: [Support thread] Billboard Standby Screen
Quote:
Like I said, next_alarm_only.py kind of sucks. Don't use it. I can say that because I wrote it. Here I've modified the much better customizable_alarm_lister.py to print 'Today' if the alarm is today, 'Tomorrow' if it's tomorrow and the day of the week if it's something else. The variable weekday needs to be included in the last line for it to work. I have absolutely no idea why it didn't work for you before, but I'm glad you got it sorted. Code:
#!/usr/bin/python |
Re: [Support thread] Billboard Standby Screen
thats brilliant, many thanks for the script!!!!!
|
Re: [Support thread] Billboard Standby Screen
I tried to use the "bluetooth_status.py" script in BB
and added the following line to the configuration: {script:/home/user/MyDocs/blutooth_status.py} But nothing happens. Have I forgot something, should the File be executable? The other Things in Billboard are working fine. Thanks for any Help |
Re: [Support thread] Billboard Standby Screen
Quote:
{script:/home/user/MyDocs/bluetooth_status.py} I guess. Quote:
|
Re: [Support thread] Billboard Standby Screen
Hello Win7Mac,
you are right, I made a mistake by typewriting the line of my N9. But the original is correct. Now I try to make the script executable. Thanks for the Help |
Re: [Support thread] Billboard Standby Screen
no problem, just hit the thanks button, it's good practice here ;)
|
Re: [Support thread] Billboard Standby Screen
Quote:
|
Re: [Support thread] Billboard Standby Screen
thanks slarti, i had all my scripts in /home/user and did not realize i could cut out the path, has certainly saved some clutter and space in billboard now! very neat! :)
|
Re: [Support thread] Billboard Standby Screen
Is there way to make script that tells if phone is locked with security code?
I use long delay+secure device script from N9Qt so I dont alway remember is my phone locked or not and have to check it before I leave it. This would make it much easier. Thanks |
Re: [Support thread] Billboard Standby Screen
Code:
qdbus --system com.nokia.devicelock /request com.nokia.devicelock.getState 1 |
Re: [Support thread] Billboard Standby Screen
Also, if you already used it with N9QT, you can use profilematic:
Code:
sh -c "sh /opt/N9QTweak/Secure/device_secure.sh" |
Re: [Support thread] Billboard Standby Screen
Quote:
I just make so that it shows in LPS that device is secured. And thanks for help Slarti I think that will do. :) |
Re: [Support thread] Billboard Standby Screen
Quote:
what am i doing wrong? :p |
Re: [Support thread] Billboard Standby Screen
Quote:
|
Re: [Support thread] Billboard Standby Screen
Its ready now:
Code:
#!/bin/shNow it takes long to change to right. Edit: Found way from this thread, will test soon. :) Edit2: Is there good white lock icon in phone or do I need to make my own? :p |
Re: [Support thread] Billboard Standby Screen
Noticed that billboard stoped to show my month script:
Code:
#!/bin/shCode:
{script:sh /home/user/my_month.sh}Any help ? Thanks |
Re: [Support thread] Billboard Standby Screen
I want to become more familiar with the Celsius scale. Is there a way to display Fahrenheit and Celsius temperatures at the same time with Billboard/Meecast?
|
Re: [Support thread] Billboard Standby Screen
You could make script that does multiply C by 1.8, and then add 32.
Then you get F. :) |
Re: [Support thread] Billboard Standby Screen
Quote:
unlocked: http://www.fileformat.info/info/unic...f513/index.htm |
Re: [Support thread] Billboard Standby Screen
Quote:
In python, it would be something like this: Code:
#!/usr/bin/python |
Re: [Support thread] Billboard Standby Screen
Quote:
I might just invert those. |
Re: [Support thread] Billboard Standby Screen
Quote:
|
Re: [Support thread] Billboard Standby Screen
Quote:
Just copy one of those codes to my script? Whitch encoding it is? |
Re: [Support thread] Billboard Standby Screen
Quote:
Quote:
Quote:
Try Code:
echo -ne '\xF0\x9F\x94\x93' |
Re: [Support thread] Billboard Standby Screen
Billboard doesnt know that character so its only square. :(
|
Re: [Support thread] Billboard Standby Screen
1 Attachment(s)
Quote:
But now I see year in the second line.. In previous version of script (when it worked) it shown year also in the first line with day of week, date, name of month.. Can i somehow get the year in the first line too ? Thanks |
Re: [Support thread] Billboard Standby Screen
Quote:
|
Re: [Support thread] Billboard Standby Screen
try adding
Code:
chr(0)Quote:
|
Re: [Support thread] Billboard Standby Screen
Quote:
|
Re: [Support thread] Billboard Standby Screen
Schturman wrote:
Quote:
also adding +chr(0) after print function to remove spaces try this as a test, in principle. (i know its not right language) :) but it works here: Code:
#!/usr/bin/pythonCode:
...etc...:) |
Re: [Support thread] Billboard Standby Screen
Quote:
Code:
{script:echo -ne \xF0\x9F\x94\x93}Quote:
Code:
datetime.now().year |
Re: [Support thread] Billboard Standby Screen
Thanks, i still try both options, but later when i will open my PC. For some reasons if i edit this script on the phone, script stop to work.. Probably somehow encoding changed when i save file.
|
Re: [Support thread] Billboard Standby Screen
Ok, tested...
Quaddy, I just added "print month+chr(0)" and it did a job! Now show like I want. Thanks :) Not needed spaces in month names and not needed removing single space in billboard immediately before {year} :) Probably in my first test I forgot to add "+"... slarti, using "stdout month" instead "print month" - the month name disappeared. Adding "print datetime.now().year" - the year also appeared on the second line :) |
Re: [Support thread] Billboard Standby Screen
Schturman, try 'printf' instead of 'print' in your script.
But why not handle the whole date in the script, that'd for sure give you 1 line? ;) |
Re: [Support thread] Billboard Standby Screen
Will try with prinf later too.. Not tried to put all in one script.. But like said i tired to add year to this script and it jumped to second line..
|
Re: [Support thread] Billboard Standby Screen
Started using a theme today and the billboard info is misaligned. It's pushed to the right and the info is cutoff a lot. Is there some kind of fix for this?
|
Re: [Support thread] Billboard Standby Screen
hy thp,
for the problems with N9QTweak i had reinstall billboard a lot of times. Now Nokia Store dont let me do it again. I had reinstalled from BackDeb-folder with devel-su and dpkg -i billboard_1.0.9_armel.deb without an error. In Manage Applications it looks fine. Only i didnt have an icon to start on the screen. Can you help me? |
Re: [Support thread] Billboard Standby Screen
Does it work from terminal. Code:
Code:
/opt/billboard/bin/billboard-ui |
| All times are GMT. The time now is 08:44. |
vBulletin® Version 3.8.8