Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. jarvis v3.0.0 - just another remarkable vis

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    jarvis v3.0.0 - just another remarkable vis

    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      MCU @uwe72 last edited by

      @uwe72 Leider nein. Zefau hatte ja extra noch das important deaktiviert?

      U 1 Reply Last reply Reply Quote 0
      • M
        MCU @sigi234 last edited by MCU

        @sigi234 So ?
        BeispielCSSThemes Buttons umschaltbare Themes.gif
        Verkürzte Zeiten, mindestens 3 Sekunden Abstand

        Dominik F. 1 Reply Last reply Reply Quote 2
        • Dominik F.
          Dominik F. @MCU last edited by

          @mcu

          Das ist wirklich super! Das würde ich gerne nutzen.

          M 1 Reply Last reply Reply Quote 0
          • M
            MCU @Dominik F. last edited by MCU

            @dominik-f Dann bitte mal die Doku dazu durcharbeiten. Fehlt da noch was, versteht man es so?
            Das Programm ist schon ziemlich tricky.
            Die Beschreibung wie man es nutzen muss fehlt noch. Ist aufwendiger.
            https://mcuiobroker.gitbook.io/jarvis-infos/jarvis/system-effektprog./v3-effektprogramme/cssthemes

            Vielleicht die Selektoren prüfen, ob welche für Dein bisheriges Design fehlen, denn das ist wichtig!
            https://mcuiobroker.gitbook.io/jarvis-infos/jarvis/system-effektprog./v3-effektprogramme/cssthemes/system-dps#selektoren-dps

            Dominik F. 1 Reply Last reply Reply Quote 0
            • Dominik F.
              Dominik F. @MCU last edited by Dominik F.

              @mcu

              Bei den Selektoren fehlen bei mir folgende:

              .jarvis-widget-header {
              	background-color: #606060 !important;
              }
              .jarvis-tabs {
              	background-color: #303030;
              }
              .q-item--dark {
              	background-color: transparent;
              }
              .jarvis-widget-module-StateList {
              	background-color: #303030;
              }
              .jarvis-StateListItem-Body {
              	color: LightGray;
              	font-size: 16px;
              }
              .jarvis-JsonTable {
              	background-color: #303030 !important;
              }
              .row.items-center.q-card__section.q-card__section--vert {
              	background-color: #303030;
              }
              .q-card__actions.q-card__actions--horiz.row.justify-end {
              	background-color: #303030;
              }
              .body--dark .jarvis-tabs-container {
              	background-color: #303030!important;
              }
              
              

              Das ist alles was ich an Farben bei mir genutzt habe

              M 1 Reply Last reply Reply Quote 0
              • M
                MCU @Dominik F. last edited by

                @dominik-f Dann baue ich das morgen mit ein. Mal schauen. Danke.

                Dominik F. 1 Reply Last reply Reply Quote 0
                • Dominik F.
                  Dominik F. @MCU last edited by Dominik F.

                  @mcu

                  Bis jetzt liest sich die Erklärung sehr gut. Ob alles verständlich ist kann ich natürlich erst sagen, wenn ich dein Programm ausprobiert habe. Das Javascript ist bisher noch nicht eingefügt wie ich sehe

                  PS: Ich habe noch ein paar mehr Codes für die Farben genutzt, die sind bei dir aber schon vorhanden.

                  M 1 Reply Last reply Reply Quote 0
                  • M
                    MCU @Dominik F. last edited by

                    @dominik-f Ist ja auch noch nicht fertig, muss Deine Klassen noch einbauen und noch ein paar andere Sachen. Und die Doku dazu ....

                    Dominik F. 2 Replies Last reply Reply Quote 0
                    • Dominik F.
                      Dominik F. @MCU last edited by

                      @mcu

                      Ich freue mich schon drauf das alles zu testen. Sehr tolles Arbeit die du dir da gemacht hast.

                      Vielen Dank auch noch für deine ganze Hilfe hier, ohne dich hätte ich das ganze nicht hinbekommen. Ich bin jetzt auch soweit fertig mit meiner Visualisierung, dass sie endlich meine alte ersetzen kann.

                      sigi234 1 Reply Last reply Reply Quote 1
                      • Dominik F.
                        Dominik F. @MCU last edited by

                        @mcu

                        Ich versuche gerade, das Notification Icon auszublenden.

                        .notification-drawer-button {
                        	display: none;
                        }
                        .body--dark .jarvis-tabs-container {
                        	background-color: #303030 !important;
                        }
                        

                        Ich habe es geschafft, dass es unsichtbar wird, jedoch verhält sich die Tab Bar immer noch so, als wäre es da.

                        Hatte mir erhofft, dass ich dadurch etwas mehr Platz in der Tab Bar habe und sich die Tabs auf die komplette Breite anordnen.

                        Hast du da eine Idee zu?

                        Screenshot_20220130-014653_Chrome.jpg

                        Screenshot_20220130-015003_Chrome.jpg

                        M 1 Reply Last reply Reply Quote 0
                        • M
                          MCU @Dominik F. last edited by

                          @dominik-f https://mcuiobroker.gitbook.io/jarvis-infos/jarvis/besonderheiten-v3/styles/.q-dialog-.q-card

                          Dominik F. 1 Reply Last reply Reply Quote 0
                          • Dominik F.
                            Dominik F. @MCU last edited by

                            @mcu

                            Das mit dem Pop Up hat die Tab nicht anders angeordnet

                            M 1 Reply Last reply Reply Quote 0
                            • M
                              MCU @Dominik F. last edited by

                              @dominik-f Es ging um das !important.

                              Dominik F. 1 Reply Last reply Reply Quote 0
                              • Dominik F.
                                Dominik F. @MCU last edited by

                                @mcu

                                Achso, das hat auch keine Veränderung gebracht, deshalb hatte ich das rausgenommen gehabt

                                M 1 Reply Last reply Reply Quote 0
                                • M
                                  MCU @Dominik F. last edited by

                                  @dominik-f Wo ist das Problem es sind doch nur 5 TABs und alle werden angezeigt?

                                  Dominik F. 1 Reply Last reply Reply Quote 0
                                  • Dominik F.
                                    Dominik F. @MCU last edited by

                                    @mcu

                                    Ich hab dort nur 5 TABs weil vom Platz her nur 5 hinpassen. Wenn ich den Platz vom Notification Icon nutzen können, dann könnte ich entweder die ursprüngliche Größe und den Abstand zwischen den Tabs wieder herstellen oder einen 6 Tab einfügen.

                                    1 Reply Last reply Reply Quote 1
                                    • sigi234
                                      sigi234 Forum Testing Most Active @Dominik F. last edited by

                                      @dominik-f sagte in jarvis v3.0.0 - just another remarkable vis:

                                      Ich freue mich schon drauf das alles zu testen. Sehr tolles Arbeit die du dir da gemacht hast.

                                      Dem schließe ich mich voll an! 👍

                                      1 Reply Last reply Reply Quote 1
                                      • B
                                        brockmeierchen @MCU last edited by

                                        @mcu Vielen Dank. Klappt!!!

                                        1 Reply Last reply Reply Quote 1
                                        • S
                                          SlipKoRn_DH88 @MCU last edited by

                                          @mcu said in jarvis v3.0.0 - just another remarkable vis:

                                          Automatische colorShow
                                          BeispielCSSThemes Automatische Color Änderung.gif

                                          Automatische imageShow

                                          BeispielCSSThemes Automatische Image Änderung.gif

                                          Verkürzte Darstellungzeiten
                                          Interesse? Design Austausch für bestimmte Klassen.

                                          Coole Sache! Leider fehlt in der Doku das Javascript. Würde es gerne testen.

                                          M 1 Reply Last reply Reply Quote 0
                                          • M
                                            MCU @SlipKoRn_DH88 last edited by MCU

                                            @slipkorn_dh88 Dann bitte die Selektoren DPs prüfen. Fehlen noch welche für Dein Design?
                                            https://mcuiobroker.gitbook.io/jarvis-infos/jarvis/system-effektprog./v3-effektprogramme/cssthemes/system-dps#selektoren-dps

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            1.0k
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            jarvis material material ui materialdesign vis visualisierung visualization
                                            252
                                            4481
                                            2246767
                                            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