Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. jarvis v3.0.0 - just another remarkable vis

NEWS

  • Der neue Monatsrückblick für Mai und Juni 2026 ist online!
    BluefoxB
    Bluefox
    8
    1
    732

  • wichtiges UPDATE für controller 7.2.2 im stable
    HomoranH
    Homoran
    10
    1
    3.4k

  • Neues YouTube-Video: Visualisierung im Devices-Adapter
    BluefoxB
    Bluefox
    16
    1
    5.4k

jarvis v3.0.0 - just another remarkable vis

Scheduled Pinned Locked Moved Tester
jarvismaterialmaterial uimaterialdesignvisvisualisierungvisualization
4.5k Posts 254 Posters 3.1m Views 209 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M mpl1338

    Popup trotzdem leer

    M Offline
    M Offline
    MCU
    wrote on last edited by MCU
    #4021

    @mpl1338 Datenpunkt-Wert anzeigen auf true setzen

    NUC i7 64GB mit Proxmox ---- Jarvis Infos Aktualisierungen der Doku auf Instagram verfolgen -> mcuiobroker Instagram
    Wenn Euch mein Vorschlag geholfen hat, bitte rechts "^" klicken.

    M 2 Replies Last reply
    0
    • M MCU

      @mpl1338 Datenpunkt-Wert anzeigen auf true setzen

      M Offline
      M Offline
      mpl1338
      wrote on last edited by
      #4022

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

      @mpl1338 Datenpunkt-Wert anzeigen auf true setzen

      ist auf true, immernoch leer

      M 1 Reply Last reply
      0
      • M mpl1338

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

        @mpl1338 Datenpunkt-Wert anzeigen auf true setzen

        ist auf true, immernoch leer

        M Offline
        M Offline
        MCU
        wrote on last edited by
        #4023

        @mpl1338 Dann zeig mal Deine Anzeigevariante in Code-Tags.

        NUC i7 64GB mit Proxmox ---- Jarvis Infos Aktualisierungen der Doku auf Instagram verfolgen -> mcuiobroker Instagram
        Wenn Euch mein Vorschlag geholfen hat, bitte rechts "^" klicken.

        1 Reply Last reply
        0
        • M Offline
          M Offline
          mpl1338
          wrote on last edited by
          #4024

          popup7.png popup6.png popup5.png

          M 1 Reply Last reply
          0
          • M mpl1338

            popup7.png popup6.png popup5.png

            M Offline
            M Offline
            MCU
            wrote on last edited by
            #4025

            @mpl1338 In Code-Tags -> </> klicken und Text einfügen.

            NUC i7 64GB mit Proxmox ---- Jarvis Infos Aktualisierungen der Doku auf Instagram verfolgen -> mcuiobroker Instagram
            Wenn Euch mein Vorschlag geholfen hat, bitte rechts "^" klicken.

            1 Reply Last reply
            0
            • M Offline
              M Offline
              mpl1338
              wrote on last edited by
              #4026
              {"default":"<div class=iframe-container> <iframe src=http://192.168.178.63:3000/d-solo/w1aq9s97z/kompressordruck?orgId=1&panelId=2 allowfullscreen></iframe> </div>"}
              
              M 1 Reply Last reply
              0
              • M mpl1338
                {"default":"<div class=iframe-container> <iframe src=http://192.168.178.63:3000/d-solo/w1aq9s97z/kompressordruck?orgId=1&panelId=2 allowfullscreen></iframe> </div>"}
                
                M Offline
                M Offline
                MCU
                wrote on last edited by MCU
                #4027

                @mpl1338

                {"default":"<div class=iframe-container> <iframe src='http://192.168.178.63:3000/d-solo/w1aq9s97z/kompressordruck?orgId=1&panelId=2' allowfullscreen></iframe> </div>"}
                

                Versuch das mal?
                Was zeigt das LOG bei F12?

                Im CSS fehlt der letzte Eintrag, oder?

                .jarvis-device-GeraeteID1234  iframe {
                	width: 100%;
                	height: 100%;
                }
                

                NUC i7 64GB mit Proxmox ---- Jarvis Infos Aktualisierungen der Doku auf Instagram verfolgen -> mcuiobroker Instagram
                Wenn Euch mein Vorschlag geholfen hat, bitte rechts "^" klicken.

                M 1 Reply Last reply
                0
                • M MCU

                  @mpl1338

                  {"default":"<div class=iframe-container> <iframe src='http://192.168.178.63:3000/d-solo/w1aq9s97z/kompressordruck?orgId=1&panelId=2' allowfullscreen></iframe> </div>"}
                  

                  Versuch das mal?
                  Was zeigt das LOG bei F12?

                  Im CSS fehlt der letzte Eintrag, oder?

                  .jarvis-device-GeraeteID1234  iframe {
                  	width: 100%;
                  	height: 100%;
                  }
                  
                  M Offline
                  M Offline
                  mpl1338
                  wrote on last edited by
                  #4028

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

                  @mpl1338

                  {"default":"<div class=iframe-container> <iframe src='http://192.168.178.63:3000/d-solo/w1aq9s97z/kompressordruck?orgId=1&panelId=2' allowfullscreen></iframe> </div>"}
                  

                  Versuch das mal?
                  Was zeigt das LOG bei F12?

                  Im CSS fehlt der letzte Eintrag, oder?

                  .jarvis-device-GeraeteID1234  iframe {
                  	width: 100%;
                  	height: 100%;
                  }
                  

                  popup10.png popup9.png popup8.png

                  CSS ist vollständig, der Link des Iframes funktioniert.

                  Ich weiß nicht wonach ich im Log Ausschau halten soll :D

                  M 1 Reply Last reply
                  0
                  • M mpl1338

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

                    @mpl1338

                    {"default":"<div class=iframe-container> <iframe src='http://192.168.178.63:3000/d-solo/w1aq9s97z/kompressordruck?orgId=1&panelId=2' allowfullscreen></iframe> </div>"}
                    

                    Versuch das mal?
                    Was zeigt das LOG bei F12?

                    Im CSS fehlt der letzte Eintrag, oder?

                    .jarvis-device-GeraeteID1234  iframe {
                    	width: 100%;
                    	height: 100%;
                    }
                    

                    popup10.png popup9.png popup8.png

                    CSS ist vollständig, der Link des Iframes funktioniert.

                    Ich weiß nicht wonach ich im Log Ausschau halten soll :D

                    M Offline
                    M Offline
                    MCU
                    wrote on last edited by MCU
                    #4029

                    @mpl1338 Hast du die grafana.ini geändert, damit man von außen zugreifen kann?
                    3a4ba149-31c7-4dc6-8757-fdfa94bec832-image.png

                    https://mcuiobroker.gitbook.io/jarvis-infos/jarvis-v3/besonderheiten-v3/module/iframe-v3/grafana-einbinden#anonyme-authorisierung

                    NUC i7 64GB mit Proxmox ---- Jarvis Infos Aktualisierungen der Doku auf Instagram verfolgen -> mcuiobroker Instagram
                    Wenn Euch mein Vorschlag geholfen hat, bitte rechts "^" klicken.

                    1 Reply Last reply
                    0
                    • M Offline
                      M Offline
                      mpl1338
                      wrote on last edited by mpl1338
                      #4030

                      unten Links wird das Iframe angezeigt als Widget-Box - Grafana ist entsprechend angepasst.

                      Als Iframe Widget funktioniert es

                      M 1 Reply Last reply
                      0
                      • M mpl1338

                        unten Links wird das Iframe angezeigt als Widget-Box - Grafana ist entsprechend angepasst.

                        Als Iframe Widget funktioniert es

                        M Offline
                        M Offline
                        MCU
                        wrote on last edited by
                        #4031

                        @mpl1338 Datenpunkt-Anzeige einen dummy-DP eintragen
                        9c6eb347-1684-4a08-840f-7512c2da7a26-image.png

                        NUC i7 64GB mit Proxmox ---- Jarvis Infos Aktualisierungen der Doku auf Instagram verfolgen -> mcuiobroker Instagram
                        Wenn Euch mein Vorschlag geholfen hat, bitte rechts "^" klicken.

                        M 1 Reply Last reply
                        0
                        • M MCU

                          @mpl1338 Datenpunkt-Anzeige einen dummy-DP eintragen
                          9c6eb347-1684-4a08-840f-7512c2da7a26-image.png

                          M Offline
                          M Offline
                          mpl1338
                          wrote on last edited by
                          #4032

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

                          @mpl1338 Datenpunkt-Anzeige einen dummy-DP eintragen
                          9c6eb347-1684-4a08-840f-7512c2da7a26-image.png

                          jetzt gehts :)

                          Danke.

                          M 1 Reply Last reply
                          0
                          • M mpl1338

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

                            @mpl1338 Datenpunkt-Anzeige einen dummy-DP eintragen
                            9c6eb347-1684-4a08-840f-7512c2da7a26-image.png

                            jetzt gehts :)

                            Danke.

                            M Offline
                            M Offline
                            MCU
                            wrote on last edited by
                            #4033

                            @mpl1338 Zeig mal bitte das Ergebnis.

                            NUC i7 64GB mit Proxmox ---- Jarvis Infos Aktualisierungen der Doku auf Instagram verfolgen -> mcuiobroker Instagram
                            Wenn Euch mein Vorschlag geholfen hat, bitte rechts "^" klicken.

                            1 Reply Last reply
                            0
                            • M Offline
                              M Offline
                              mpl1338
                              wrote on last edited by
                              #4034

                              popup11.png

                              Jetzt muss ich erstmal Grafana aufhübschen =)

                              M 1 Reply Last reply
                              0
                              • M mpl1338

                                popup11.png

                                Jetzt muss ich erstmal Grafana aufhübschen =)

                                M Offline
                                M Offline
                                MCU
                                wrote on last edited by
                                #4035

                                @mpl1338 Super, das wird schon.

                                NUC i7 64GB mit Proxmox ---- Jarvis Infos Aktualisierungen der Doku auf Instagram verfolgen -> mcuiobroker Instagram
                                Wenn Euch mein Vorschlag geholfen hat, bitte rechts "^" klicken.

                                M 1 Reply Last reply
                                0
                                • M MCU

                                  @memme Zeig mal die Einstellungen zum Widget.

                                  Zu Problem 1: ist bekannt und steht auch mit Priorität in github.

                                  M Offline
                                  M Offline
                                  memme
                                  wrote on last edited by
                                  #4036

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

                                  @memme Zeig mal die Einstellungen zum Widget.

                                  Zu Problem 1: ist bekannt und steht auch mit Priorität in github.

                                  Hier sind die Widget Einstellungen zu der Kamera:
                                  Screenshot_1.png Screenshot_2.png

                                  M 1 Reply Last reply
                                  0
                                  • M MCU

                                    @hohenbostler
                                    https://mcuiobroker.gitbook.io/jarvis-infos/jarvis-v3/besonderheiten-v3/styles/widgets/widget-ueberschrift#widget-ueberschrift-farbe-aendern

                                    H Offline
                                    H Offline
                                    Hohenbostler
                                    wrote on last edited by
                                    #4037

                                    @mcu Danke aber wie würde es aussehen wenn ich es global für alle Widget überschriften machen möchte ?

                                    1 Reply Last reply
                                    0
                                    • M Offline
                                      M Offline
                                      MCU
                                      wrote on last edited by
                                      #4038

                                      @hohenbostler

                                      .jarvis-widget-header .text-h6 {
                                      	color: yellow;
                                      }
                                      

                                      NUC i7 64GB mit Proxmox ---- Jarvis Infos Aktualisierungen der Doku auf Instagram verfolgen -> mcuiobroker Instagram
                                      Wenn Euch mein Vorschlag geholfen hat, bitte rechts "^" klicken.

                                      1 Reply Last reply
                                      0
                                      • M memme

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

                                        @memme Zeig mal die Einstellungen zum Widget.

                                        Zu Problem 1: ist bekannt und steht auch mit Priorität in github.

                                        Hier sind die Widget Einstellungen zu der Kamera:
                                        Screenshot_1.png Screenshot_2.png

                                        M Offline
                                        M Offline
                                        MCU
                                        wrote on last edited by
                                        #4039

                                        @memme Versuch mal die Größe / Anpassung zu wechseln.
                                        9a7f2f0c-2ff9-4904-a26d-3fe2aa2756ad-image.png

                                        NUC i7 64GB mit Proxmox ---- Jarvis Infos Aktualisierungen der Doku auf Instagram verfolgen -> mcuiobroker Instagram
                                        Wenn Euch mein Vorschlag geholfen hat, bitte rechts "^" klicken.

                                        1 Reply Last reply
                                        0
                                        • M MCU

                                          @mpl1338 Super, das wird schon.

                                          M Offline
                                          M Offline
                                          mpl1338
                                          wrote on last edited by
                                          #4040

                                          @mcu

                                          etwas ist passiert.

                                          popup12.png

                                          Jetzt erscheint das Iframe als Wert in der Statelist.

                                          habe seit meinem letzten Post gestern Abend nichts mehr geändert.

                                          M 1 Reply Last reply
                                          0

                                          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                          With your input, this post could be even better 💗

                                          Register Login
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          396

                                          Online

                                          33.0k

                                          Users

                                          83.5k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2026
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Home
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe