Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Visualisierung
    4. Jarvis Widgetbox DisplayImage zeigt nur Teil des Bildes

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    Jarvis Widgetbox DisplayImage zeigt nur Teil des Bildes

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

      @lucky256
      Ist anscheinend ein Fehler in v3.1.8.
      Kann man durch Style Eintrag beheben:

      .jarvis-widget-3f7dae53-ab51-41b5-b1a2-6e844f6bf44d .jarvis-DisplayImage.center.top.full-width[_fullscreen="true"] {
          width: initial !important;
          height: initial !important;
      }
      

      Wurde als Issue angelegt:
      https://github.com/Zefau/ioBroker.jarvis/issues/2572

      mcuiobroker created this issue in Zefau/ioBroker.jarvis

      open [v3.1.8] displayImage verschluckt bei Fullscreen Teile vom Bild #2572

      L 1 Reply Last reply Reply Quote 1
      • L
        lucky256 @MCU last edited by

        @mcu Vielen Dank für die rasche Hilfe!
        Leider funktioniert das bei mir nicht. Ich habe die widget ID bei

        .jarvis-widget-3f7dae53-ab51-41b5-b1a2-6e844f6bf44d .jarvis-DisplayImage.center.top.full-width[_fullscreen="true"] {
        

        ersetzt mit der ID meines DisplayImage Widgets

        2b2c9784-2fce-4fc7-a5f1-3d93a427ca08-image.png
        ... ich nehme an das ist korrekt so?

        Mein Eintrag unter Styles sieht nun so aus:

        .jarvis-widget-f89bd81c-8099-430c-92db-945e9e14bc06 .jarvis-DisplayImage.center.top.full-width[_fullscreen="true"] {
        	width: initial !important;
        	height: initial !important;
        }
        

        muss ich noch etwas anderes berücksichtigen?

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

          @lucky256 Geh mal bitte im Vollbildmodus auf rechte Maustaste -> "untersuchen"
          und schicke mal den Inhalt von dem Element wie bei mir.
          d6a83ea3-d633-4df4-b302-4fd43fe417db-image.png

          Versuch mal

          .jarvis-widget-f89bd81c-8099-430c-92db-945e9e14bc06 .jarvis-DisplayImage.center.top.full-width[_fullscreen="true"] {
                  width: initial !important;
          	height: auto !important;
          }
          
          
          L 1 Reply Last reply Reply Quote 0
          • L
            lucky256 @MCU last edited by lucky256

            @mcu
            ist das der richtige Ausschnitt?

            36a3f45a-78c8-49b1-8499-a5c86de7e4d2-image.png

            .jarvis-widget-f89bd81c-8099-430c-92db-945e9e14bc06 .jarvis-DisplayImage.center.top.full-width[_fullscreen="true"] {
                    width: initial !important;
            	height: auto !important;
            }
             
            

            hat keine Änderung der Darstellung zur Folge

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

              @lucky256 Klick mal hier hin
              bbb9c9db-2081-489b-8e64-6a54d69483da-image.png
              Ansonsten bitte die URL

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

                @mcu
                f10be831-5b74-4fc9-8ccc-d8b7ab9515fa-image.png

                die URL ist

                https://opendata.dwd.de/weather/charts/analysis/Z__C_EDZW_LATEST_tka01%2Cana_bwkman_dwdna_O_000000_000000_LATEST_WV12.png

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

                  @lucky256 Du hast die Widget Einstellungen geändert?

                  .jarvis-widget-f89bd81c-8099-430c-92db-945e9e14bc06 .jarvis-DisplayImage.center.middle.full-width[_fullscreen="true"] {
                          width: initial !important;
                  	height: auto !important;
                  }
                  
                  L 1 Reply Last reply Reply Quote 0
                  • L
                    lucky256 @MCU last edited by

                    @mcu
                    ja, hatte ich so eingetragen:

                    b5506345-8271-48b0-858d-826102c09a17-image.png

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

                      @lucky256 Jetzt passt es?
                      Es ging um
                      9b58c04a-0fde-4dae-b17f-01505d70670c-image.png

                      Zuerst war top-> funktioniert nicht drin jetzt middle- funktioniert?

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

                        @mcu
                        leider nein. Ich habe alle Einstellungen der Widgetbox schon ausprobiert. Sowohl bei mittig ausgerichtet als auch bei oben ausgerichtet ist das Resultat dasselbe.

                        Dafür hab ich jetzt - aber das ist wahrscheinlich ohne Zusammenhang - folgende Fehlermeldung ..

                        6c088bf4-4826-4b87-baea-99c1ea5e9a06-image.png

                        keine Ahnung was die bedeutet.

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

                          @lucky256 Entweder ist die Instanz gestoppt oder ioBroker heruntergefahren?
                          Die Einstellungen musst du so lassen wie sie waren , bei Dir mittig.
                          Denn die Selektoren Einstellungen sind abhängig von den Einstellungen im Widget.

                          mittig -> middle

                          oben ausgerichtet -> top

                          2fb78326-15e2-4011-a373-0a13becc0f24-image.png

                          L 1 Reply Last reply Reply Quote 1
                          • L
                            lucky256 @MCU last edited by

                            @mcu - yep Iobroker hat sich grade selbst neu gestartet... Fehlermeldung ist wieder weg!

                            Wer genau liest ist klar im Vorteil! Danke vielmals! Nun funktionierts tadellos!

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

                            Support us

                            ioBroker
                            Community Adapters
                            Donate

                            628
                            Online

                            31.9k
                            Users

                            80.2k
                            Topics

                            1.3m
                            Posts

                            2
                            13
                            475
                            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