Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Skripten / Logik
    4. JavaScript
    5. TV Programm Mini Anzeige - HTML Tabelle

    NEWS

    • ioBroker goes Matter ... Matter Adapter in Stable

    • 15. 05. Wartungsarbeiten am ioBroker Forum

    • Monatsrückblick - April 2025

    TV Programm Mini Anzeige - HTML Tabelle

    This topic has been deleted. Only users with topic management privileges can see it.
    • O
      Oli @Nashra last edited by

      @Nashra

      deine Überschrift bei 22:00 Uhr ist noch falsch eingestellt im Script

      Nashra 1 Reply Last reply Reply Quote 0
      • liv-in-sky
        liv-in-sky last edited by

        habe nochmal eine kleine änderung gemacht- es kann jetzt auch eine signature eingebunden werden - diese erscheint direkt unter der tablelle - rechtsbündig und hat den selben inhalt wie die überschrift -ist aber kleiner . die überschrift hat zuviel platz gebraucht, ich wollte aber sehen , wann die letzten updates waren - so kann man sich entscheiden, was man braucht oder will

        Image 1.png

        sigi234 1 Reply Last reply Reply Quote 0
        • sigi234
          sigi234 Forum Testing Most Active @liv-in-sky last edited by sigi234

          @liv-in-sky

          Cool, wie bekomme ich jetzt die ÖSI sender rein?
          Was muss geändert werden im Skript, es ist immer sehr umständlich alles Skripte wieder anzupassen.

          liv-in-sky 2 Replies Last reply Reply Quote 0
          • liv-in-sky
            liv-in-sky @sigi234 last edited by liv-in-sky

            @sigi234 die dürfen nicht in dem const mySort drinstehen - ziemlich weit untem im script - der große rote block

            Image 2.png

            die hier raus löschen

            Image 3.png

            1 Reply Last reply Reply Quote 0
            • liv-in-sky
              liv-in-sky @sigi234 last edited by

              @sigi234 du kannst die roten blöcke in jedes script kopieren, wenn du sie einmal geändert hast

              1 Reply Last reply Reply Quote 0
              • Nashra
                Nashra Most Active Forum Testing @Oli last edited by

                @Oli sagte in TV Programm Mini Anzeige - HTML Tabelle:

                @Nashra

                deine Überschrift bei 22:00 Uhr ist noch falsch eingestellt im Script

                Korrigiert und noch eine Constante eingefügt bei font-weight da bei der Schriftart
                die ich verwende das bold nicht gut aussieht. Könntest Du ja vllt auch übernehmen
                dann kann es sich jeder selber einstellen wie er es möchte.

                const htmlSchriftWeite="normal";
                
                var htmlUeber=    "<p style=\"color:"+htmlFarbUber+"; font-family:"+htmlSchriftart+"; font-weight:"+htmlSchriftWeite+"\">"+htmlFeldUeber+"&ensp;&ensp;Last Update: "+formatDate(getDateObject((parseFloat((new Date().getTime())))), "SS:mm:ss");+"</p>"; 
                

                tv2.PNG

                liv-in-sky 1 Reply Last reply Reply Quote 0
                • liv-in-sky
                  liv-in-sky @Nashra last edited by

                  @Nashra

                  ich wollte das bold eh rausnehmen 🙂 aus der überschrift

                  Nashra 1 Reply Last reply Reply Quote 0
                  • Nashra
                    Nashra Most Active Forum Testing @liv-in-sky last edited by

                    @liv-in-sky sagte in TV Programm Mini Anzeige - HTML Tabelle:

                    @Nashra

                    ich wollte das bold eh rausnehmen 🙂 aus der überschrift

                    Sehr gut, bitte als constante und dann könnte man der Überschrift auch noch eine Constante
                    verpassen mit der Schriftgröße 😀

                    liv-in-sky 1 Reply Last reply Reply Quote 0
                    • liv-in-sky
                      liv-in-sky @Nashra last edited by

                      @Nashra

                      done

                      Nashra 1 Reply Last reply Reply Quote 0
                      • Nashra
                        Nashra Most Active Forum Testing @liv-in-sky last edited by Nashra

                        @liv-in-sky sagte in TV Programm Mini Anzeige - HTML Tabelle:

                        @Nashra

                        done

                        ich auch 😊 👍

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

                          Noch so einige Ideen 🙂
                          Überschrift mit Last Update = true/false
                          Signatur mit "Das TV Programm" = true/false

                          Also wenn Sig true, dann braucht man eigentlich "Das..." nicht
                          und oben könnte dann "Last..." ausgeblendet werden.
                          Was meinst Du 🙂

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

                            Nachtrag!
                            Die Schriftgröße in Signatur sowie text-align und Farbe auch in eine Constante gelegt 🙂

                            const htmlSchriftUntenGroesse="11px";
                            const htmlSchrifFarbeUnten="#40FF00";
                            const htmlSigTextAlign="right";
                            
                            1 Reply Last reply Reply Quote 0
                            • Nashra
                              Nashra Most Active Forum Testing last edited by

                              Da passte etwas noch nicht so ganz...

                              const htmlSigPadLeft="10px";
                              const htmlSigPadRight="10px";
                              
                              var htmlUnter= "<p></p><div style=\"padding-right:"+htmlSigPadRight+"; padding-left:"+htmlSigPadLeft+"; color:"+html
                              
                              1 Reply Last reply Reply Quote 0
                              • Chaot
                                Chaot @liv-in-sky last edited by

                                @liv-in-sky Das Popup ist eine geniale Sache.
                                Aber wie kann ich das einstellen das der an einer bestimmten Stelle mit einer bestimmten Größe aufgeht?
                                In den Punkten Dialogbreite ändert sich nichts und bei Position oben/links gibt es auch keine Änderung.

                                sigi234 liv-in-sky 2 Replies Last reply Reply Quote 0
                                • sigi234
                                  sigi234 Forum Testing Most Active @Chaot last edited by

                                  @Chaot sagte in TV Programm Mini Anzeige - HTML Tabelle:

                                  Aber wie kann ich das einstellen das der an einer bestimmten Stelle mit einer bestimmten Größe aufgeht?

                                  Screenshot (1245)_LI.jpg

                                  1 Reply Last reply Reply Quote 0
                                  • liv-in-sky
                                    liv-in-sky @Chaot last edited by

                                    @Chaot dort habe ich es auch eingestellt - so wie bei sigi

                                    sigi234 1 Reply Last reply Reply Quote 0
                                    • sigi234
                                      sigi234 Forum Testing Most Active @liv-in-sky last edited by sigi234

                                      @liv-in-sky sagte in TV Programm Mini Anzeige - HTML Tabelle:

                                      @Chaot dort habe ich es auch eingestellt - so wie bei sigi

                                      Schätze mal px vergessen!

                                      Chaot 1 Reply Last reply Reply Quote 0
                                      • Chaot
                                        Chaot @sigi234 last edited by

                                        @sigi234 😯 Jupp 😡 px vergessen.
                                        Danke euch!

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

                                          Moin @liv-in-sky
                                          wollte nochmal Danke sagen für die Scripte, laufen einwandfrei 👍

                                          tv1.PNG

                                          liv-in-sky 1 Reply Last reply Reply Quote 0
                                          • liv-in-sky
                                            liv-in-sky @Nashra last edited by

                                            @Nashra wenn du lust hast, dann poste mal eines deiner scripte - evtl. übernehmeich dann die zusätzlichen einstellungen

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            488
                                            Online

                                            31.6k
                                            Users

                                            79.5k
                                            Topics

                                            1.3m
                                            Posts

                                            javascript
                                            20
                                            327
                                            35208
                                            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