Notices


Reply
Thread Tools
Reflektorfalke's Avatar
Posts: 597 | Thanked: 490 times | Joined on Dec 2009 @ Germany
#311
Originally Posted by coderus View Post
i have no idea what wrong with you, i have "closed" with this:
Code:
wazapp {wazapp-status}{wazapp-status!closed}
Again, no worries, nothing is wrong with me, but I did some more testing and I can confirm that {wazapp-status} is empty right after reboot, and only then.

As soon as splashscreen appears when wazapp is started (in my case via autostart) status changes to offline and as soon as connected to online.
After that it is always either online or offline, no matter what I do...Swipe down (of course no change), exit button, close connection...
It never reverts back to empty until next reboot...
__________________
------------------------------------------------------------
Bluetooth PBAP-Profile/Carkit support - Check Wiki-Page
Sociality FB-Client, MAG strikes again - Check Wiki-Page

QNeptunea -
Best Twitter Client for N9/N950 - HowTo Create Themes
 

The Following User Says Thank You to Reflektorfalke For This Useful Post:
coderus's Avatar
Posts: 6,436 | Thanked: 12,699 times | Joined on Nov 2011 @ Ängelholm, Sweden
#312
ah, sorry, i have some private changes
__________________
Telegram | Openrepos | GitHub | Revolut donations
 
Reflektorfalke's Avatar
Posts: 597 | Thanked: 490 times | Joined on Dec 2009 @ Germany
#313
While testing the "Events"-Feature I am facing another issue.
For testing I created the following calendar events for today:
1. Event "X" - All Day Event
2. Event "Y" - 19:00 - 20:00
3. Event "Z" - 20:00 - 21:00

All of them are shown by Billboard, but not as I would have expected by {events-today} but only by {events}.
I wanted to add "today" and "upcoming" strings in order to differentiate between these two properties.
With the described outcome this obviously does not work... am I getting something wrong here?

Regarding the previously described {wazapp-status} issue, would it be possible to add something like

{property=value;string/symbol} ???

This way it would be possible to show a custom string or symbol for each value returned by a property.
E.g.

While connected/offline:
Wazapp ★ / Wazapp ☆

or for Profile silent/meeting/general
Profile ♩ / Profile ♪ / Profile ♫

Hope my explanation is understandable, but its no biggy, am just asking as I am trying to have a consistent and simple graphic language for the information shown by billboard ;-)
No problem if its not possible, because for the events it won´t work anyway due to the multi-line output...
__________________
------------------------------------------------------------
Bluetooth PBAP-Profile/Carkit support - Check Wiki-Page
Sociality FB-Client, MAG strikes again - Check Wiki-Page

QNeptunea -
Best Twitter Client for N9/N950 - HowTo Create Themes
 
coderus's Avatar
Posts: 6,436 | Thanked: 12,699 times | Joined on Nov 2011 @ Ängelholm, Sweden
#314
write scripts for it
__________________
Telegram | Openrepos | GitHub | Revolut donations
 
Reflektorfalke's Avatar
Posts: 597 | Thanked: 490 times | Joined on Dec 2009 @ Germany
#315
Originally Posted by coderus View Post
write scripts for it
Thanks a lot for this awesome and very helpful idea!
__________________
------------------------------------------------------------
Bluetooth PBAP-Profile/Carkit support - Check Wiki-Page
Sociality FB-Client, MAG strikes again - Check Wiki-Page

QNeptunea -
Best Twitter Client for N9/N950 - HowTo Create Themes
 
Reflektorfalke's Avatar
Posts: 597 | Thanked: 490 times | Joined on Dec 2009 @ Germany
#316
@MoritzJT and whoever else interested...
Below is the code I am currently using and the screenshot showing the output thereof.
Please be aware that it is still WIP, mainly because of the issues described in previous posts, but also because I think it might be a bit much for daily use...

Code:
 
  __________________________
  {weekday}, {date} ☀
  {events-today}
  {events}
  __________________________
  {color-battery-bar} {battery}% ⚡
  Wazapp {wazapp-status} {wazapp-status?★}{wazapp-status!☆}
  {network-name} {network-name?⚫}{network-name!offline⚪}
  {profile}  ♪
  {song?__________________________}
  {song} {song?🎧}
  __________________________
  {meecast-description}
Considering the mentioned issues with
- events (differentiation between today and upcoming not working for me atm) and
- wazapp (no idea how to show different symbols depending on status)
properties you can basically use this "cleaned" code and get the same result:

Code:
   __________________________
   {weekday}, {date} ☀
      {events}
   __________________________
   {color-battery-bar} {battery}% ⚡
   Wazapp {wazapp-status} ★
   {network-name} {network-name?⚫}{network-name!offline⚪}
   {profile}  ♪
   {song?__________________________}
   {song} {song?🎧}
   __________________________
   {meecast-description}
Further explanations:
The "Media Area" only appears with Media Player running.
The Symbol I used for {song} is actually from MFaroTusinos Harmoji-KB, so might want to get this if you want to have the very same icon as in the screenshot.
Of course you also need MeeCast with MeeCast-widget enabled and "Show other logos" needs to be enabled in Billboard in order to have weather icon.
Other settings used:
Text color: white, Size: Small, Alignment: Right and Font: Pure
Attached Images
 
__________________
------------------------------------------------------------
Bluetooth PBAP-Profile/Carkit support - Check Wiki-Page
Sociality FB-Client, MAG strikes again - Check Wiki-Page

QNeptunea -
Best Twitter Client for N9/N950 - HowTo Create Themes
 

The Following 12 Users Say Thank You to Reflektorfalke For This Useful Post:
ruplee76's Avatar
Posts: 118 | Thanked: 20 times | Joined on May 2012 @ INDIA
#317
Originally Posted by thp View Post
Version 1.0.7 is out. See http://thp.io/2012/billboard/ for release notes and official feature list.

Unannounced (and unsupported!) bonus features (these might change slightly or even go away in future versions):
  • You can include images now: <</path/to/yourimage.jpg>>
  • In particular, the current MeeCast weather icon is: <<{meecast-icon}>>
  • Included images must be on their own line (they can't be inline with text)
Hi, thanks for the great app
I have a .jpeg image (photo) in /home/user/xx.jpeg
can u please guide me the path to be typed in <<path>>??
thanks in advance
I tried with above option, but somehow didn't succeed

Last edited by ruplee76; 2012-12-14 at 14:56.
 
zapotek's Avatar
Posts: 185 | Thanked: 85 times | Joined on Jun 2010 @ Athens Greece
#318
@Reflektorfalke WOWW how i can use all the screen like you do?
__________________
nokia n70-n95-n96-n97 maemo powered nokia n900 and 1 amazing nokia N9 16g black and 1nokia N9 64g black again
 
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#319
Originally Posted by zapotek View Post
@Reflektorfalke WOWW how i can use all the screen like you do?
His post has all the commands; what else do you need...
 
zapotek's Avatar
Posts: 185 | Thanked: 85 times | Joined on Jun 2010 @ Athens Greece
#320
even if i put the code it doesn't show all of that on the screen only a small part of this!
__________________
nokia n70-n95-n96-n97 maemo powered nokia n900 and 1 amazing nokia N9 16g black and 1nokia N9 64g black again
 
Reply


 
Forum Jump


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