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)

thedead1440 2012-12-14 15:47

Re: [Support thread] Billboard Standby Screen
 
Quote:

Originally Posted by zapotek (Post 1304513)
even if i put the code it doesn't show all of that on the screen only a small part of this!

Using the latest updated v1.0.7 from Store?

zapotek 2012-12-14 15:48

Re: [Support thread] Billboard Standby Screen
 
how i increase the aeria off the screen?


sorry for the bad english it is not my native language

zapotek 2012-12-14 15:49

Re: [Support thread] Billboard Standby Screen
 
yes i just updated to the new version!

thedead1440 2012-12-14 15:53

Re: [Support thread] Billboard Standby Screen
 
Quote:

Originally Posted by zapotek (Post 1304517)
yes i just updated to the new version!

Try a reboot and see how things go...

nonikhanna 2012-12-14 17:19

Re: [Support thread] Billboard Standby Screen
 
@Reflektorfalke
Hey I'm using the {meecast-description} but I am not getting anything there.

I tried to see If i was getting anything from meecast at all with {meecast-description!'hello'} and 'hello' appeared for me.
Any Idea what the problem might be?

thedead1440 2012-12-14 17:23

Re: [Support thread] Billboard Standby Screen
 
nonikhanna,

meecast-description works for me; check whether meecast supports descriptives for your location... You could verify on the MeeCast thread and also by trying an alternative weather source ;)

Reflektorfalke 2012-12-14 17:27

Re: [Support thread] Billboard Standby Screen
 
Quote:

Originally Posted by nonikhanna (Post 1304569)
@Reflektorfalke
Hey I'm using the {meecast-description} but I am not getting anything there.

I tried to see If i was getting anything from meecast at all with {meecast-description!'hello'} and 'hello' appeared for me.
Any Idea what the problem might be?

Do you have Meecast installed and Widget enabled in Meecast settings?

nonikhanna 2012-12-14 18:05

Re: [Support thread] Billboard Standby Screen
 
yup I have them both. I can see the widget on the lockscreen too.

Reflektorfalke 2012-12-14 18:24

Re: [Support thread] Billboard Standby Screen
 
Quote:

Originally Posted by nonikhanna (Post 1304600)
yup I have them both. I can see the widget on the lockscreen too.

As thedead1410 pointed out, it might be due to the weather source used... I am using "The Weather Channel" and just verified its also working with "Foreca.com" for me.

Trivium77 2012-12-14 18:48

Re: [Support thread] Billboard Standby Screen
 
Quote:

Originally Posted by Reflektorfalke (Post 1304435)
@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

how to put the separating black lines ???? :confused:


All times are GMT. The time now is 11:36.

vBulletin® Version 3.8.8