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.
    • Dominik F.
      Dominik F. @MCU last edited by

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

      [ { "field": "name" }, { "field": "caller"}, { "field": "date"}]

      Funktioniert 🙂

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

        screen_14.PNG

        @MCU ist das normal, wenn ich im CSS-Style folgendes eingebe?

        .jarvis-page-887349d5-d5b7-408c-99a7-73a2a72b7194 {
        	/* display: none !important; */
        	background: darkgreen !important;
        }
        
        M 1 Reply Last reply Reply Quote 0
        • M
          MCU @hssteuerung last edited by

          @hssteuerung Ich wäre davon ausgegangen, dass die ganze Seite grün wird?

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

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

            @hssteuerung Ich wäre davon ausgegangen, dass die ganze Seite grün wird?

            Ich auch 😄

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

              @hssteuerung Ist bei mir auch komplett grün.
              rechte Maustaste auf den weissen Bereich und dann auf untersuchen -> Bild schicken.

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

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

                @hssteuerung Ist bei mir auch komplett grün.

                auch wenn du noch keine widgets auf der Seite hast?

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

                  @hssteuerung Seite ohne Widgets macht ja keinen Sinn, oder?
                  Das ist aber der page-container:

                  .jarvis-page-container {
                  	background: green !important;
                  }
                  
                  hssteuerung 1 Reply Last reply Reply Quote 0
                  • hssteuerung
                    hssteuerung @MCU last edited by

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

                    @hssteuerung Seite ohne Widgets macht ja keinen Sinn, oder?

                    Naja zum stylen erstmal schon 😄

                    screen_14.PNG

                    So sieht es aus, wenn ich einpaar leere Widgets einfüge!

                    screen_15.PNG

                    Habe es nach deiner Anleitung gemacht oder habe ich was falsch verstanden?

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

                      @hssteuerung
                      98e5ad56-a381-4a10-bec3-63588dade400-image.png

                      6e310a38-6740-4d20-93f8-23f4c8e6b2d9-image.png

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

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

                        @hssteuerung
                        98e5ad56-a381-4a10-bec3-63588dade400-image.png

                        6e310a38-6740-4d20-93f8-23f4c8e6b2d9-image.png

                        Okay danke 😉 wer lesen kann ist kalr im Vorteil, habe es gerade ausprobiert 😄

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

                          @mcu

                          Ich bin noch bei der Json Tabelle. Ich versuche nun die Schrifgröße der Spalenüberschriften anzupassen. Jedoch tut sich da leider nichts. Hier mein Versuch:

                          [
                            {
                              "field": "name",
                              "label": "Name",
                              "style": "font-size:20px"
                            },
                            {
                              "field": "caller",
                              "label": "Anrufer",
                              "style": "font-size:20px"
                            },
                            {
                              "field": "date",
                              "label": "Datum",
                              "style": "font-size:20px"
                            }
                          ]
                          
                          M 2 Replies Last reply Reply Quote 0
                          • M
                            MCU @Dominik F. last edited by

                            @dominik-f Das geht nicht direkt, musst du über CSS machen:
                            https://mcuiobroker.gitbook.io/jarvis-infos/jarvis/besonderheiten-v3/module/jsontable/tabellen-nth-child#thead-einzeln

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

                              @mcu

                              Wahnsinn, du hast echt immer den passenden Link parat, komme mir schon doof vor die Sachen selber nicht zu finden^^

                              Ich danke dir

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

                                .jarvis-widget-container {
                                	/* display: none !important; */
                                	background: darkgreen !important;
                                }
                                

                                Den Code habe ich eingegeben....Nix Passsiert?

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

                                  @hssteuerung Was soll denn passieren?

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

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

                                    @hssteuerung Was soll denn passieren?

                                    screen_15.PNG das?

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

                                      @hssteuerung Dann fehlte oben die Seite .jarvis-page-.....

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

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

                                        @hssteuerung Dann fehlte oben die Seite .jarvis-page-.....

                                        screen_14.PNG passiert trotzdem nix

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

                                          @hssteuerung Wo kommt denn die ID her?

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

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

                                            @hssteuerung Wo kommt denn die ID her?

                                            Seite: Erdgeschoss (ID: cfbea70b-925b-40d1-9e8e-d0768336e3da) Das steht bei mir im Layout oben!

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            750
                                            Online

                                            31.7k
                                            Users

                                            79.6k
                                            Topics

                                            1.3m
                                            Posts

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