View Single Post
Posts: 4 | Thanked: 0 times | Joined on Dec 2012
#330
Originally Posted by Reflektorfalke View Post
@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 ????