Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. jarvis v3.1.x - 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.1.x - just another remarkable vis

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

      @ch90045 Anzeigevariante vom DP anpassen?
      Bild

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

        @mcu Dein Bild fehlt 😉 Versuche ich gerne

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

          @ch90045 Du solltest mir ein Bild vom Geräte DP schicken.

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

            @mcu 7fcd4f14-7829-4679-b43b-faf96b249338-image.png

            das hier?

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

              @ch90045 Genau. Und jetzt nimmst du die Werte raus, die du nicht haben möchtest.

              ch90045 1 Reply Last reply Reply Quote 0
              • H
                Hohenbostler @MCU last edited by

                @mcu

                Hi habe ich jetzt so probiert.

                .jarvis-widget-6fcec8b4-2718-4848-b5e4-cb8c97856d8b and (max-width:768px) {
                display: none !important;
                }

                Leider geht es nicht. Wenn ich das richtig verstehe soll das widget bei allen geräten unter 768 ausgeblendet werden ?

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

                  @mcu Geht!!!!! Danke

                  1a44e583-6dd9-459f-9070-4d2ce286ea4e-image.png

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

                    @hohenbostler so nicht

                    @media all and (max-width:500px) { /* gilt für alle mit <= 500px max-width */
                      .jarvis-widget-4acb0466-f47c-4eff-a1a6-22c836cabc7f {
                    	display: none !important;
                    }
                    }
                    
                    H 1 Reply Last reply Reply Quote 0
                    • H
                      Hohenbostler @MCU last edited by

                      @mcu

                      ok Danke. So geht es . Weisst du evtl wie ich diese Streifen noch weg bekomme? ( ja sie sind schwer zu erkennen.

                      cdb2fdb8-5f86-444c-a1e5-4aca5b992134-grafik.png

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

                        @hohenbostler Du kannst versuchen mit der rechten Maustatse auf dem Element zu klicken ,um festzustellen was das ist. Und dann Untersuchen klicken.

                        H 1 Reply Last reply Reply Quote 0
                        • H
                          Hohenbostler @MCU last edited by

                          @mcu

                          <div class="jarvis-widget-container bgcolor tile"><!----><div class="q-card q-card--dark q-dark q-card--flat no-shadow jarvis-widget full-width full-height jarvis-widget-module-DateTime jarvis-widget-642e6745-8b6b-4c61-bc91-7b9f391ceb7f"><!----><!----><div class="q-card__section q-card__section--horiz row no-wrap jarvis-widget-content" style="transform: translateY(-50%); position: relative; top: 50%;"><!----><div class="jarvis-widget-scaler full-width" style=""><div class="jarvis-DateTime-Container full-width" _alignment="[object Object]" _fullscreen="false"><div class="jarvis-DateTime-Clock"><!----><span class="jarvis-DateTime-Clock-Time">14:25 Uhr</span></div><div class="row jarvis-DateTime-Details"><!----><!----><!----><!----></div></div></div></div></div></div>
                          
                          
                          

                          das steht beim untersuchen

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

                            @hohenbostler Bitte als Bild

                            H 1 Reply Last reply Reply Quote 0
                            • H
                              Hohenbostler @MCU last edited by

                              @mcu

                              7be58fe0-0ea0-407a-af05-79911e72b6e4-grafik.png

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

                                @hohenbostler Ist im Layout dort ein Element definiert?
                                Komisch ist, dass dort datetime klasse drin ist.

                                H 1 Reply Last reply Reply Quote 0
                                • H
                                  Hohenbostler @MCU last edited by

                                  @mcu

                                  Nein nicht das ich sehe.

                                  82c8dd3f-1bec-4fa8-ab05-9238347af735-image.png

                                  Aber evtl liegt es an meiner CSS ? Da bin ich leider absolut kein Experte drin.

                                  /*################################################################*/
                                  
                                  /*#######################         Hintergrund             #######################*/
                                  
                                  /*###############################################################*/
                                  
                                  .jarvis-page-container {
                                  	background-color: #0cbaba;
                                  	background-image: linear-gradient(315deg, #0cbaba 0%, #380036 74%);
                                  }
                                  
                                  .body--dark .jarvis-header {
                                  	background-color: rgba(0,0,0,0.2) !important;
                                  }
                                  
                                  .jarvis-tabs-container {
                                  	background-color: rgba(0,0,0,0.2) !important;
                                  }
                                  
                                  .jarvis-widget-container {
                                  	background-color: rgba(0,0,0,0.2) !important;
                                  }
                                  
                                  .body--dark .jarvis-widget {
                                  	background: rgba(0,0,0,0.2);
                                  }
                                  
                                  .body--light .jarvis-widget {
                                  	background: rgba(255,255,255,1);
                                  }
                                  
                                  .body--dark .jarvis-tabs-container {
                                  	background-color: rgba(0,0,0,0.2) !important;
                                  }
                                  
                                  .q-table__container {
                                  	background-color: transparent !important;
                                  }
                                  
                                  .jarvis-header {
                                  	display: none !important;
                                  }
                                  
                                  /*################################################################*/
                                  
                                  /*################      Vorschaltseite Buttons           ########################*/
                                  
                                  /*###############################################################*/
                                  
                                  /* Lichter*/
                                  
                                  .jarvis-widget-7845d9ef-e7c1-460f-8ecf-609e0ae0f78d .jarvis-widget-header {
                                  	text-align: center;
                                  }
                                  
                                  .jarvis-widget-7845d9ef-e7c1-460f-8ecf-609e0ae0f78d .jarvis-widget-content {
                                  	background: url('https://api.iconify.design/line-md/lightbulb.svg') no-repeat center center / contain;
                                  	background-color: orange !important;
                                  }
                                  
                                  /* Rollos */
                                  
                                  .jarvis-widget-37367ee7-50f3-4d48-bcd0-31804f564754 .jarvis-widget-header {
                                  	text-align: center;
                                  }
                                  
                                  .jarvis-widget-37367ee7-50f3-4d48-bcd0-31804f564754 .jarvis-widget-content {
                                  	background: url('https://api.iconify.design/mdi/window-shutter-cog.svg') no-repeat center center / contain;
                                  	background-color: Grey !important;
                                  	text-align: center;
                                  }
                                  
                                  /* Hauptinfo */
                                  
                                  .jarvis-widget-690efabd-5821-4ab0-a533-ffd6c95ad5cf .jarvis-widget-header {
                                  	text-align: center;
                                  }
                                  
                                  .jarvis-widget-690efabd-5821-4ab0-a533-ffd6c95ad5cf .jarvis-widget-content {
                                  	background: url('https://api.iconify.design/ph/info-bold.svg') no-repeat center center / contain;
                                  	background-color: lightBlue !important;
                                  	text-align: center;
                                  }
                                  
                                  /* Walle */
                                  
                                  .jarvis-widget-f6182f4a-126d-4c61-8cc1-767afa7c55e1 .jarvis-widget-header {
                                  	text-align: center;
                                  }
                                  
                                  .jarvis-widget-f6182f4a-126d-4c61-8cc1-767afa7c55e1 .jarvis-widget-content {
                                  	background: url('https://api.iconify.design/solar/smart-vacuum-cleaner-2-bold.svg') no-repeat center center / contain;
                                  	background-color: lightGreen !important;
                                  	text-align: center;
                                  }
                                  
                                  /*Verbraucher */
                                  
                                  .jarvis-widget-18464e87-45a6-48f1-8bcd-8d8d56cf94c2 .jarvis-widget-header {
                                  	text-align: center;
                                  }
                                  
                                  .jarvis-widget-18464e87-45a6-48f1-8bcd-8d8d56cf94c2 .jarvis-widget-content {
                                  	background: url('https://api.iconify.design/material-symbols/electric-bolt-rounded.svg') no-repeat center center / contain;
                                  	background-color: lightYellow !important;
                                  	text-align: center;
                                  }
                                  
                                  /*Heizung */
                                  
                                  .jarvis-widget-152a14a4-304c-4f16-a09b-0e36fbad94d2 .jarvis-widget-header {
                                  	text-align: center;
                                  }
                                  
                                  .jarvis-widget-152a14a4-304c-4f16-a09b-0e36fbad94d2 .jarvis-widget-content {
                                  	background: url('https://api.iconify.design/material-symbols/mode-heat-rounded.svg') no-repeat center center / contain;
                                  	background-color: #E6676B !important;
                                  	text-align: center;
                                  }
                                  
                                  /*################################################################*/
                                  
                                  /*################      Ausblenden auf dem Handy        ########################*/
                                  
                                  /*###############################################################*/
                                  
                                  @media all and (max-width:500px) {
                                  	/* gilt für alle mit <= 500px max-width */
                                  
                                  	.jarvis-widget-6fcec8b4-2718-4848-b5e4-cb8c97856d8b {
                                  		display: none !important;
                                  	}
                                  
                                  	.jarvis-widget-642e6745-8b6b-4c61-bc91-7b9f391ceb7f {
                                  		display: none !important;
                                  	}
                                  }
                                  
                                  /*################################################################*/
                                  
                                  /*################         Aktuell deaktiviert                ########################*/
                                  
                                  /*###############################################################*/
                                  
                                  /* Große Uhr */
                                  
                                  /*
                                  .jarvis-widget-2586215f-ce78-4234-9773-bafa30b6d772 .jarvis-DateTime-Clock-Date {
                                  	font-size: 100px;
                                  	color: white;
                                  }
                                  
                                  .jarvis-widget-642e6745-8b6b-4c61-bc91-7b9f391ceb7f .jarvis-DateTime-Clock-Time {
                                  	font-size: 130px;
                                  	color: white;
                                  }
                                  
                                  .jarvis-widget-6fcec8b4-2718-4848-b5e4-cb8c97856d8b .jarvis-DateTime-Clock-Date {
                                  	font-size: 40px;
                                  	color: white;
                                  }
                                  
                                  .jarvis-widget-20f7ee71-0350-4588-be09-e77a273e9c65 .jarvis-DateTime-Clock-Time {
                                  	font-size: 40px;
                                  	color: white;
                                  }*/
                                  
                                  /*
                                  .jarvis-tab-00754651-6ed5-4f6d-a4c2-230e09971e10 .jarvis-widget-container {
                                  	border-radius: 30px;
                                  }
                                  
                                  .jarvis-tab-00754651-6ed5-4f6d-a4c2-230e09971e10 .jarvis-widget-module-HomeKitTile {
                                  	border-radius: 30px;
                                  }*/
                                  
                                  M 1 Reply Last reply Reply Quote 0
                                  • M
                                    MCU @Hohenbostler last edited by MCU

                                    @hohenbostler Ich vermute, dass es eine Border Definition irgendwo ist, kann es aber derzeit nicht prüfen. Kein System vorhanden. Müssen wir verschieben.

                                    H 1 Reply Last reply Reply Quote 0
                                    • H
                                      Hohenbostler @MCU last edited by

                                      @mcu

                                      kein Problem. Bin ja dankbar für jede Hilfe

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

                                        @hohenbostler was passiert, wenn du bei border-bottom 0px eingibst?

                                        Screenshot_20230823_151943_Edge.jpg

                                        H 1 Reply Last reply Reply Quote 0
                                        • H
                                          Hohenbostler @MCU last edited by

                                          @mcu

                                          dann wäre es weg.

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

                                            @hohenbostler ja dann in den styles

                                            .body--dark .tile {
                                              border-bottom: 0px solid transparent !important;
                                            }
                                            

                                            Prüfen was sich in den anderen Seiten verändert

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            492
                                            Online

                                            31.6k
                                            Users

                                            79.6k
                                            Topics

                                            1.3m
                                            Posts

                                            jarvis material material ui materialdesign vis visualisierung visualization
                                            90
                                            1732
                                            505247
                                            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