Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Skripten / Logik
    4. JavaScript
    5. HowTo: Zusatz-Programme fuer jarvis v3

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    HowTo: Zusatz-Programme fuer jarvis v3

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

      @intruder7 Dies scheint ja größer zu sein als das andere "Bad"
      1f0c095c-2cd9-4cf2-9751-8dc7d5d4411f-image.png

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

        @mcu das ist das PopUp wenn man auf das Gauge drückt
        2b31ae27-a33f-4f94-8b36-e08a6cb14615-image.png

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

          @intruder7 ok

          5215f16d-2be8-4ba2-800e-7e81516de8c7-image.png

          I 2 Replies Last reply Reply Quote 0
          • I
            intruder7 @MCU last edited by

            @mcu
            Aber der eigentliche Fehler mit influxdb ist zumindest bis jetzt nicht wieder aufgetreten. Mal schauen wie es morgen aussieht

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

              @mcu jap, so sollte es aussehen

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

                @intruder7 Klick mal zwischen Bad und x -> rechte Maustaste Untersuchen und das Bild was man sieht, möglichst viel davon.

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

                  @mcu 9425c564-d856-42ea-a2ec-fc5d2ebf7be2-image.png

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

                    @intruder7
                    7f4368a7-1b2e-4f34-8fe9-97cd973fcea2-image.png

                    Hier nach unten scrollen bis man ein height oder sowas sieht

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

                      @mcu ich glaube es ist

                      .q-card__section
                      
                      M 1 Reply Last reply Reply Quote 0
                      • M
                        MCU @intruder7 last edited by

                        @intruder7
                        cf375427-501e-4a84-a75b-06fde66c7b17-image.png

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

                          @mcu

                          .q-card__section {
                          	height: 100% !important;
                          }
                          

                          war die Ursache. Hatte ich aus irgendeinem Grund in den Styles
                          d0753f54-318a-4bcb-81fd-6a23c0ecf5fb-image.png

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

                            @intruder7 Dann bleibt nur noch setValue?

                            I 2 Replies Last reply Reply Quote 0
                            • I
                              intruder7 @MCU last edited by

                              @mcu genau und die scrollbars

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

                                @intruder7 Bezgl der scrollbars, hast du eine Einstellung im CSS?

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

                                  @mcu initial nach nem reload sind sie da. minimiere ich das Fenster und maximiere ich es sind sie weg

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

                                    @mcu
                                    dies ist alles was ich unter styles habe

                                    .MCU_HKT_History_Icon {
                                    	height: 20px!important;
                                    	width: 20px!important;
                                    }
                                    
                                    .blink {
                                    	animation: blinker 2s linear infinite;
                                    }
                                    
                                    @keyframes blinker {
                                    	50% {
                                    		opacity: 0;
                                    	}
                                    }
                                    
                                    .jarvis-StateList.horizontal {
                                    	display: flex;
                                    	min-width: fit-content;
                                    	justify-content: center;
                                    	padding: 10px;
                                    }
                                    
                                    .stacked .jarvis-StateListItem {
                                    	width: auto !important;
                                    }
                                    
                                    .jarvis-Calendar-CalendarName {
                                    	font-size: 15px;
                                    	margin-top: -6px;
                                    }
                                    
                                    .q-dialog .q-card {
                                    	max-width: 700px !important;
                                    	width: 700px !important;
                                    	color: #EEEEEE;
                                    	background-color: #000000c9 !important;
                                    }
                                    
                                    .jarvis-widget {
                                    	font-size: 15px;
                                    	/* large als alternative zu 15px */
                                    }
                                    
                                    .paper {
                                    	border-radius: 15px;
                                    }
                                    
                                    .jarvis-widget {
                                    	border-radius: 15px;
                                    }
                                    
                                    .jarvis-widget-container {
                                    	border-radius: 15px;
                                    	box-shadow: inset 4px 4px 9px #19212d,
                                                inset -4px -4px 9px #253141;
                                    	color: rgba(255,255,255,.8);
                                    }
                                    
                                    .jarvis-DateTime-Clock-Date {
                                    	font-size: 30px;
                                    	/* entsprechende Größe eintragen */
                                    	color: red;
                                    	/* falls man die Farbe ändern möchte */
                                    }
                                    
                                    .jarvis-DateTime-Clock-Time {
                                    	font-size: 20px;
                                    	/* entsprechende Größe eintragen */
                                    	color: white;
                                    	/* falls man die Farbe ändern möchte */
                                    }
                                    
                                    .jarvis-page-container,
                                    .jarvis-sidebar-container,
                                    .jarvis-sidebar-container .q-toolbar,
                                    .jarvis-popup,
                                    .jarvis-popup .jarvis-StateList {
                                    	background-image: url("https://images.hdqwalls.com/download/black-gradient-b9-1920x1080.jpg");
                                    }
                                    
                                    .body--dark .jarvis-header {
                                    	background-color: rgba(0,0,0,0.25) !important;
                                    }
                                    
                                    .body--light .jarvis-header {
                                    	background-color: rgba(0,0,0,0.25) !important;
                                    }
                                    
                                    .jarvis-tabs-container {
                                    	background-color: rgba(0,0,0,0.25) !important;
                                    }
                                    
                                    .jarvis-widget-container {
                                    	background-color: rgba(0,0,0,0.25) !important;
                                    }
                                    
                                    .body--dark .jarvis-widget {
                                    	background: rgba(0,0,0,0.25);
                                    }
                                    
                                    .body--light .jarvis-widget {
                                    	background: rgba(0,0,0,0.25);
                                    }
                                    
                                    .body--dark .jarvis-tabs-container {
                                    	background-color: rgba(0,0,0,0.45) !important;
                                    }
                                    
                                    .body--light .jarvis-tabs-container {
                                    	background-color: rgba(0,0,0,0.45) !important;
                                    }
                                    
                                    /* für JsonTable ergänzt @mcu */
                                    
                                    .q-table__container,
                                    .q-card__section.q-card__section--vert {
                                    	background-color: transparent !important;
                                    }
                                    
                                    /*
                                    .q-card__section {
                                    	height: 100% !important;
                                    }
                                    */
                                    
                                    /* für Trennstrich für TABs ergänzt @mcu */
                                    
                                    .q-header--bordered {
                                    	border: 1px solid transparent !important;
                                    }
                                    
                                    /* transparents Icon im Widget-Header @mcu */
                                    
                                    .jarvis-widget-icon {
                                    	background: rgba(0,0,0,0.45);
                                    }
                                    
                                    /* MediaControl in transparentem Design @mcu */
                                    
                                    .cover {
                                    	background-color: transparent !important;
                                    }
                                    
                                    .controls {
                                    	background-color: transparent !important;
                                    }
                                    
                                    .track-information {
                                    	background: rgba(25, 118, 210, 0) !important;
                                    }
                                    
                                    .track-duration {
                                    	background-color: white;
                                    }
                                    
                                    .track-progress {
                                    	background-color: blue;
                                    }
                                    
                                    .controls .jarvis-icon svg {
                                    	color: white;
                                    }
                                    
                                    .controls .controlsLeft .q-btn__wrapper {
                                    	background-color: transparent !important;
                                    }
                                    
                                    .controls .q-btn-group >.q-btn-item {
                                    	background-color: transparent !important;
                                    }
                                    
                                    M 1 Reply Last reply Reply Quote 0
                                    • M
                                      MCU @intruder7 last edited by MCU

                                      @intruder7

                                      07068830-265b-4b18-add3-80061e090a99-image.png

                                      Das kann schon Einfluss haben, geht ja auch auf alle Widgets.

                                      Schalte einmal die Styles ab und schau ob es anders wird.

                                      Welcher Wert soll gesetzt werden bei setValue?

                                      Für hm-rpc sind die DPs gesetzt

                                      4ce0e7f9-734d-4df1-86bc-809852a37911-image.png

                                      So wurde es damals von einem User erklärt.

                                      I 3 Replies Last reply Reply Quote 0
                                      • I
                                        intruder7 @MCU last edited by

                                        @mcu
                                        leider nicht
                                        aeac9989-2687-427a-83fa-492ea11ee8fb-image.png

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

                                          @mcu
                                          widget höhe von 50 auf 55 und Abstände von von 5 auf 2 hat geholfen
                                          15c7a263-8b54-4eab-809d-1a4e622533ae-image.png

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

                                            @mcu jetzt nur noch setvalue 😉

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            934
                                            Online

                                            31.6k
                                            Users

                                            79.6k
                                            Topics

                                            1.3m
                                            Posts

                                            javascript
                                            30
                                            858
                                            153355
                                            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