Display a string in the corner (like permanent clock)

    Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

    • Display a string in the corner (like permanent clock)

      Hi

      I would like to permanently display a string directly underneath the permanent clock, like the following:
      Temp: 20, Humidity: 50%

      Is there a plugin that I could use to send and display such values? There is a Web API to send messages but that is not similar to a permanent text in the corner.
      Any help or plugin snippet to start will be much appreciated. :)

      Deneb
    • Basically, you have to display in in any screen.xml; for the temperature it would lock similiar to
      Spoiler anzeigen

      <widget font="Regular;24" halign="center" noWrap="1" position="230,100" render="Label" size="130,60" source="session.MSNWeather" transparent="1" valign="center" zPosition="1">
      <convert type="MSNWeather">temperature_current</convert>
      </widget>
      The information (in this case session.MSNWeather, temperature_current) has to be in the system already. With this entry in the skin you only display it.

      I have no idea where you want to get humidity from, ?( ?(
      Yamp - gepimte Version auch für FHD - aktuelle Version V3.3.2 hier, bitte beachten: FAQ hier

      Wissen ist eins der wenigen Güter, das sich durch Teilen vermehren lässt .... :thumbsup: