Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Visualisierung
    4. Lauftext in Widget

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    Lauftext in Widget

    This topic has been deleted. Only users with topic management privileges can see it.
    • ?
      A Former User last edited by A Former User

      Hallo @ All
      Weiss jemand von Euch wie ich in einem Widget einen Datenpunkt Lauftext bekomme.
      Welches Widget benötige ich dazu?
      Hat jemand ein Beispiel für mich?

      1 Reply Last reply Reply Quote 0
      • ?
        A Former User last edited by A Former User

        Dann antworte ich mir mal selber.
        Das geht mit dem HTML Widget.
        Dieses Widget erwartet dafür aber einen .html Datenpunkt.
        Also, neuen Datenpunkt mit .html in den Objekten angelegt.
        Dann im VIS kommt folgender Beispiel Befehl ins HTML Widget rein:

        <marquee
        scrollamount="3">{Geräte.0.Lauftexte.Alexa_Wohn.alexawohn.html}</marquee>
        

        Dann Blockly:
        Aktualisiere Datenpunkt .html mit Datenpunkt welcher Angezeigt werden soll.

        <xml xmlns="http://www.w3.org/1999/xhtml">
          <block type="on" id="qoP:S,%3A+kMo%JXqqbJ" x="-537" y="-337">
            <field name="OID">alexa2.0.Echo-Devices.90F0071865310GRK.Player.currentTitle</field>
            <field name="CONDITION">any</field>
            <field name="ACK_CONDITION"></field>
            <statement name="STATEMENT">
              <block type="update" id="y;A!Eyuc9;9(a(-zKqyJ">
                <mutation delay_input="false"></mutation>
                <field name="OID">Geräte.0.Lauftexte.Alexa_Wohn.alexawohn.html</field>
                <field name="WITH_DELAY">FALSE</field>
                <value name="VALUE">
                  <block type="get_value" id="B@xBroYGLQ3n:7|i*2a/">
                    <field name="ATTR">val</field>
                    <field name="OID">alexa2.0.Echo-Devices.90F0071865310GRK.Player.currentTitle</field>
                  </block>
                </value>
              </block>
            </statement>
          </block>
        </xml>
        
        liv-in-sky A 2 Replies Last reply Reply Quote 1
        • liv-in-sky
          liv-in-sky @Guest last edited by

          @Yetiberg

          mit html widget , mit css und in chrome getestet (mouse hover): leider ein kleines ruckeln (bildschirmaufnahmeverschlimmert noch !) - aber du hast eh schon eine lösung gefunden - ist deine version ruckelfrei in chrome ?

          .marquee2 { 	
              white-space: nowrap;
             overflow: hidden; 
             font-size: 18px; 
                
              margin: 0 auto;
              
              animation: marquee 15s linear infinite;
            	}  
             
          
           .marquee2:hover {
              animation-play-state: paused
          }
          @keyframes marquee2 { 	
          0%   { transform: translateX(0); } 
          100% { transform: translateX(-100%); } 	} 
          

          marquee.gif

          1 Reply Last reply Reply Quote 0
          • sigi234
            sigi234 Forum Testing Most Active last edited by

            https://forum.iobroker.net/topic/23966/gelöst-onkyo-text-laufen-lassen

            1 Reply Last reply Reply Quote 0
            • A
              Andre R. @Guest last edited by

              @Yetiberg sagte in Lauftext in Widget:

              Dann antworte ich mir mal selber.
              Das geht mit dem HTML Widget.
              Dieses Widget erwartet dafür aber einen .html Datenpunkt.
              Also, neuen Datenpunkt mit .html in den Objekten angelegt.
              Dann im VIS kommt folgender Beispiel Befehl ins HTML Widget rein:

              <marquee
              scrollamount="3">{Geräte.0.Lauftexte.Alexa_Wohn.alexawohn.html}</marquee>
              

              Dann Blockly:
              Aktualisiere Datenpunkt .html mit Datenpunkt welcher Angezeigt werden soll.

              <xml xmlns="http://www.w3.org/1999/xhtml">
                <block type="on" id="qoP:S,%3A+kMo%JXqqbJ" x="-537" y="-337">
                  <field name="OID">alexa2.0.Echo-Devices.90F0071865310GRK.Player.currentTitle</field>
                  <field name="CONDITION">any</field>
                  <field name="ACK_CONDITION"></field>
                  <statement name="STATEMENT">
                    <block type="update" id="y;A!Eyuc9;9(a(-zKqyJ">
                      <mutation delay_input="false"></mutation>
                      <field name="OID">Geräte.0.Lauftexte.Alexa_Wohn.alexawohn.html</field>
                      <field name="WITH_DELAY">FALSE</field>
                      <value name="VALUE">
                        <block type="get_value" id="B@xBroYGLQ3n:7|i*2a/">
                          <field name="ATTR">val</field>
                          <field name="OID">alexa2.0.Echo-Devices.90F0071865310GRK.Player.currentTitle</field>
                        </block>
                      </value>
                    </block>
                  </statement>
                </block>
              </xml>
              

              Ich habe die Unwetterwarnungen als Laufschrift, wie bekomme ich es denn hin das der "html" Datenpunkt sich aktualisiert?

              1 Reply Last reply Reply Quote 0
              • Boronsbruder
                Boronsbruder last edited by

                https://forum.iobroker.net/topic/5960/laufschrift-ticker

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post

                Support us

                ioBroker
                Community Adapters
                Donate

                663
                Online

                31.8k
                Users

                80.0k
                Topics

                1.3m
                Posts

                vis
                5
                6
                1725
                Loading More Posts
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes
                Reply
                • Reply as topic
                Log in to reply
                Community
                Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                The ioBroker Community 2014-2023
                logo