Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • 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

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Test Adapter Material Design Widgets v0.2.x

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.4k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.0k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.5k

Test Adapter Material Design Widgets v0.2.x

Geplant Angeheftet Gesperrt Verschoben Tester
visadapatervisualizationmaterialwidget
902 Beiträge 77 Kommentatoren 233.9k Aufrufe 79 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • ScroungerS Scrounger

    @Zipkart sagte in Test Adapter Material Design Widgets v0.2.x:

    1. Wie kann ich Icons einfärben?

    Geht nicht, musst du entsprechend die grafik davor bearbeiten und dann einfügen. Evtl. geht das auch per css, hab ich aber noch nicht probiert.

    1. Kann man Icons auch vertikal zentrieren?

    Button vertical:
    3f4ed9eb-5416-4bca-b180-67e27dbea6e7-grafik.png

    Beispiel gibts dafür auch im Online Example Project

    1. Ich habe über den Adapter vis-material-webfont adapter for ioBroker zusätzliche Icons installiert diese werden mit dem folgenden Befehl Eingebunden.
      Weiß jemand wie man an der Stelle auch die Frage, zentrieren oder ähnliches per Befehl einbinden kann?

    z.b. so

    <span class="mdi mdi-power" style="text-align: center;"></span>
    

    @Maverick78 sagte in Test Adapter Material Design Widgets v0.2.x:

    Ich nutze ein Material Design Bar Chart aus Einzelobjekten. Ich bekomme es einfach nicht hin das der Barchart nach Höhe der Werte eingefärbt wird.

    Geht mit binding, du musst z.B. folgendes

    {wert:0_userdata.0.material-design-widgets.Chart.val0;wert > 70 ? "#ff0000" :: wert > 60 ? "#FFFF00" :: "#85888a"} 
    

    bei Farbe des entsprechenden Datensatzes eintragen

    331fa98f-ffab-487f-b9aa-2da1e6e4d420-grafik.png

    Außerdem hätte ich die x-Werte auch gerne Datenobjekten zugewiesen.

    Geht auch per binding, z.B.

    06bc1e67-99f9-4492-b40e-7b94ccfceb73-grafik.png

    Zum thema binding, am besten hier mal einlesen https://github.com/ioBroker/ioBroker.vis
    und im Forum suchen, gibt sehr viele Beispiele.

    M Offline
    M Offline
    Maverick78
    schrieb am zuletzt editiert von
    #496

    @Scrounger said in Test Adapter Material Design Widgets v0.2.x:

    Geht auch per binding, z.B.

    06bc1e67-99f9-4492-b40e-7b94ccfceb73-grafik.png

    Zum thema binding, am besten hier mal einlesen https://github.com/ioBroker/ioBroker.vis
    und im Forum suchen, gibt sehr viele Beispiele.

    Das habe ich bereits probiert, funktioniert aber nicht.
    Unbenannt.PNG
    Unbenannt.PNG

    ScroungerS 1 Antwort Letzte Antwort
    0
    • M Maverick78

      @Scrounger said in Test Adapter Material Design Widgets v0.2.x:

      Geht auch per binding, z.B.

      06bc1e67-99f9-4492-b40e-7b94ccfceb73-grafik.png

      Zum thema binding, am besten hier mal einlesen https://github.com/ioBroker/ioBroker.vis
      und im Forum suchen, gibt sehr viele Beispiele.

      Das habe ich bereits probiert, funktioniert aber nicht.
      Unbenannt.PNG
      Unbenannt.PNG

      ScroungerS Offline
      ScroungerS Offline
      Scrounger
      Developer
      schrieb am zuletzt editiert von
      #497

      @Maverick78
      bindings werden nur zur runtime angezeigt und nicht im Editor.

      <a href="https://github.com/Scrounger/ioBroker.linkeddevices">LinkedDevices Adapter</a>

      <a href="https://github.com/Scrounger/ioBroker.vis-materialdesign">Material Design Widgets</a>

      M 1 Antwort Letzte Antwort
      0
      • ScroungerS Scrounger

        @Maverick78
        bindings werden nur zur runtime angezeigt und nicht im Editor.

        M Offline
        M Offline
        Maverick78
        schrieb am zuletzt editiert von Maverick78
        #498

        @Scrounger danke!

        Hab es hinbekommen!
        Unbenannt.PNG

        1 Antwort Letzte Antwort
        0
        • M Offline
          M Offline
          Mr.Oz
          schrieb am zuletzt editiert von
          #499

          Hallo zusammen,

          wie kann man Views in der neuen Top App Bar Navigation hinterlegen? Im alten Widget war ein Reiter Views vorhanden. den gibt es im neuen nicht mehr.

          Installierte Version 0.2.32

          Gruß

          D 1 Antwort Letzte Antwort
          0
          • M Mr.Oz

            Hallo zusammen,

            wie kann man Views in der neuen Top App Bar Navigation hinterlegen? Im alten Widget war ein Reiter Views vorhanden. den gibt es im neuen nicht mehr.

            Installierte Version 0.2.32

            Gruß

            D Offline
            D Offline
            darkiop
            Most Active
            schrieb am zuletzt editiert von
            #500

            @Mr-Oz siehe doku, top app bar und view widget wurden wieder getrennt.

            Proxmox-ioBroker-Redis-HA Doku: https://forum.iobroker.net/topic/47478/dokumentation-einer-proxmox-iobroker-redis-ha-umgebung

            1 Antwort Letzte Antwort
            0
            • O Oli

              @Scrounger

              ich probiere mich gerade an deinem Widget Column-Views, aber irgendetwas scheine ich da noch falsch zu machen. Ich habe mir dein Testprojekt heruntergeladen und versuche es gerade anzupassen.

              im Vis Editor sieht es folgendermaßen aus:
              2aacb3f5-5fe4-4b16-8f78-7ebaf71e5173-image.png

              Wenn ich es über Google starte, zerschießt es alles
              5cf95f42-a29f-4edf-be88-15b66c89ef08-image.png

              Woran kann das liegen?

              P Offline
              P Offline
              PatrickFro
              schrieb am zuletzt editiert von
              #501

              @Oli Ich bewundere gerade dein View. Wie hast Du die Fahrzeiten ÖPNV so hinbekommen? Genau das suche ich bisher...

              O 1 Antwort Letzte Antwort
              0
              • B Offline
                B Offline
                Buddinski88
                schrieb am zuletzt editiert von
                #502

                Guten Morgen zusammen,

                bin gerade mal wieder ein bisschen an der Visualisierung und versuche mich an Untermenüs.

                b283cafd-a872-4257-8d01-8bcc1acececa-image.png

                Woher kommt "keyboard_arrow"? Sollte hier nicht "Gewerke" stehen?

                c01bcdc3-2c31-4438-80c3-a4056697ad5d-image.png

                ScroungerS 1 Antwort Letzte Antwort
                0
                • ScroungerS Scrounger
                  Aktuelle Test Version 0.2.x
                  Veröffentlichungsdatum 19.11.2019
                  Github Link https://github.com/Scrounger/iobroker.vis-materialdesign

                  Ich bitte Euch zukünftig alle Fragen bzgl. Einstellungen, Verständnis, Skripte, etc. im entsprechenden Thema des zugehörigen Widgets zu posten!

                  • siehe Material Design Widgets Themen

                  Hallo zusammen,
                  ich arbeite aktuell an einem VIS-Adapter, der auf Google material components web Bibliothek basiert und "echte" Material Widgets zur Verfügung stellt inkl. der entsprechenden Effekt, wie Overlay, ripple, etc.

                  Der Adapter befindet sich bereits im latest repository.
                  Neue Funktionen (Widgets) werde ich zu erst hier vorstellen - wer dieses testen möchte muss direkt von github installieren: https://github.com/Scrounger/iobroker.vis-materialdesign.
                  Nach erfolgreichem Feedback mach ich eine neue Version für das latest.

                  Folgende Elemente sind bereits enthalten:

                  review.gif

                  Gemäß den Forumsrichtlinien ist das Thema in die Kategorie 'Test' umgezogen und ein neuer Thread wegen Anhebung Version aufgemacht worden.

                  Die alten Threads findet ihr hier:

                  • https://forum.iobroker.net/topic/26199/test-adapter-material-design-widgets-v0-1-x
                  • https://forum.iobroker.net/topic/25374/neuer-vis-adpater-material-design-widgets

                  Bitte bei Fragen zu den Widget Einstellungen diese zuerst durchlesen, da dort viele Fragen zu den Widget Einstellungen beantwortet wurden!

                  paypal

                  CKMartensC Offline
                  CKMartensC Offline
                  CKMartens
                  schrieb am zuletzt editiert von
                  #503

                  Guten Morgen,
                  Eine kleine Frage. Kann die Hintergrundfarbe des Card Widget mit einem Binding eingestellt werden?

                  1 Antwort Letzte Antwort
                  0
                  • P PatrickFro

                    @Oli Ich bewundere gerade dein View. Wie hast Du die Fahrzeiten ÖPNV so hinbekommen? Genau das suche ich bisher...

                    O Online
                    O Online
                    Oli
                    schrieb am zuletzt editiert von Oli
                    #504

                    @PatrickFro

                    mit der Google Api und einem Script

                    Gruß
                    Oliver

                    1 Antwort Letzte Antwort
                    0
                    • B Buddinski88

                      Guten Morgen zusammen,

                      bin gerade mal wieder ein bisschen an der Visualisierung und versuche mich an Untermenüs.

                      b283cafd-a872-4257-8d01-8bcc1acececa-image.png

                      Woher kommt "keyboard_arrow"? Sollte hier nicht "Gewerke" stehen?

                      c01bcdc3-2c31-4438-80c3-a4056697ad5d-image.png

                      ScroungerS Offline
                      ScroungerS Offline
                      Scrounger
                      Developer
                      schrieb am zuletzt editiert von Scrounger
                      #505

                      @Buddinski88 sagte in Test Adapter Material Design Widgets v0.2.x:

                      Woher kommt "keyboard_arrow"? Sollte hier nicht "Gewerke" stehen?

                      Jetzt weiß ich glaub woran das liegt.
                      Du hast hier ja eine andere Schriftart verwendet? Wenn ja wie hast du die zugewiesen?
                      Nimm die mal raus und schau ob es richtig dargestellt wird.

                      <a href="https://github.com/Scrounger/ioBroker.linkeddevices">LinkedDevices Adapter</a>

                      <a href="https://github.com/Scrounger/ioBroker.vis-materialdesign">Material Design Widgets</a>

                      O B 2 Antworten Letzte Antwort
                      0
                      • ScroungerS Scrounger

                        @Buddinski88 sagte in Test Adapter Material Design Widgets v0.2.x:

                        Woher kommt "keyboard_arrow"? Sollte hier nicht "Gewerke" stehen?

                        Jetzt weiß ich glaub woran das liegt.
                        Du hast hier ja eine andere Schriftart verwendet? Wenn ja wie hast du die zugewiesen?
                        Nimm die mal raus und schau ob es richtig dargestellt wird.

                        O Online
                        O Online
                        Oli
                        schrieb am zuletzt editiert von Oli
                        #506

                        @Scrounger

                        wie bekomme ich verschiedene Spaltenbreiten im Mansonry Widget hin, damit es so aussieht?

                        9c06dce8-bfa2-4ac2-9e20-48c232a25c25-image.png

                        habe es mal mit diesen Eingaben versucht, da verschieben sich aber die Spalten nicht richtig
                        a2c3347b-0736-47c9-b059-3ff13ddc4d0a-image.png

                        Gruß
                        Oliver

                        ScroungerS O P 4 Antworten Letzte Antwort
                        0
                        • O Oli

                          @Scrounger

                          wie bekomme ich verschiedene Spaltenbreiten im Mansonry Widget hin, damit es so aussieht?

                          9c06dce8-bfa2-4ac2-9e20-48c232a25c25-image.png

                          habe es mal mit diesen Eingaben versucht, da verschieben sich aber die Spalten nicht richtig
                          a2c3347b-0736-47c9-b059-3ff13ddc4d0a-image.png

                          ScroungerS Offline
                          ScroungerS Offline
                          Scrounger
                          Developer
                          schrieb am zuletzt editiert von Scrounger
                          #507

                          @Oli
                          so müsste es gehen:

                          Anzahl der Spalten: 1

                          Andordnung der Views:

                          • View[0]: Graph, mit Breite 70%
                          • View[1]: Kästchen mit Breite 30% bzw. 29.x% - musst ausprobieren, ab wann er den umbruch macht
                          • View[2]: Graph, mit Breite 70%
                          • View[3]: Kästchen mit Breite 30% bzw. 29.x% - musst ausprobieren, ab wann er den umbruch macht
                          • usw.

                          Zum Verständnis:
                          Die unter Ànzahl der Spalten Splaten haben immer die gleiche Breite. Pro Spalte kann man elemente nebeneinander setzen. Die Gesamtbreit der nebeinander gesetzten Element darf max. 100% sein.

                          Im online Beispiel gibts dazu nen Beispiel.

                          <a href="https://github.com/Scrounger/ioBroker.linkeddevices">LinkedDevices Adapter</a>

                          <a href="https://github.com/Scrounger/ioBroker.vis-materialdesign">Material Design Widgets</a>

                          1 Antwort Letzte Antwort
                          0
                          • ScroungerS Scrounger

                            @Buddinski88 sagte in Test Adapter Material Design Widgets v0.2.x:

                            Woher kommt "keyboard_arrow"? Sollte hier nicht "Gewerke" stehen?

                            Jetzt weiß ich glaub woran das liegt.
                            Du hast hier ja eine andere Schriftart verwendet? Wenn ja wie hast du die zugewiesen?
                            Nimm die mal raus und schau ob es richtig dargestellt wird.

                            B Offline
                            B Offline
                            Buddinski88
                            schrieb am zuletzt editiert von
                            #508

                            @Scrounger sagte in Test Adapter Material Design Widgets v0.2.x:

                            @Buddinski88 sagte in Test Adapter Material Design Widgets v0.2.x:

                            Woher kommt "keyboard_arrow"? Sollte hier nicht "Gewerke" stehen?

                            Jetzt weiß ich glaub woran das liegt.
                            Du hast hier ja eine andere Schriftart verwendet? Wenn ja wie hast du die zugewiesen?
                            Nimm die mal raus und schau ob es richtig dargestellt wird.

                            Hi Scrounger,

                            Volltreffer! :-)

                            Hab die Schrift wie folgt zugewiesen:

                            .materialdesign-widget * span  {
                                font-family: "Jura-DemiBold" !important;
                            }
                            

                            Das war glaub von dir auch die Anweisung.

                            Kannst du mir sagen wie ich das fixe? Habe zwar mal die Entwicklertools angeworfen, aber ich bekomme es selber nicht hin.

                            ScroungerS 1 Antwort Letzte Antwort
                            0
                            • O Oli

                              @Scrounger

                              wie bekomme ich verschiedene Spaltenbreiten im Mansonry Widget hin, damit es so aussieht?

                              9c06dce8-bfa2-4ac2-9e20-48c232a25c25-image.png

                              habe es mal mit diesen Eingaben versucht, da verschieben sich aber die Spalten nicht richtig
                              a2c3347b-0736-47c9-b059-3ff13ddc4d0a-image.png

                              O Online
                              O Online
                              Oli
                              schrieb am zuletzt editiert von
                              #509

                              @Oli

                              super, hat geklappt

                              ich wollte beim Input- und Auswahlwigdget die Höhe verändern, funktioniert aber leider nicht

                              372e4ac6-a5a1-40d4-94b8-3d574260bb4d-image.png

                              Gruß
                              Oliver

                              1 Antwort Letzte Antwort
                              0
                              • B Buddinski88

                                @Scrounger sagte in Test Adapter Material Design Widgets v0.2.x:

                                @Buddinski88 sagte in Test Adapter Material Design Widgets v0.2.x:

                                Woher kommt "keyboard_arrow"? Sollte hier nicht "Gewerke" stehen?

                                Jetzt weiß ich glaub woran das liegt.
                                Du hast hier ja eine andere Schriftart verwendet? Wenn ja wie hast du die zugewiesen?
                                Nimm die mal raus und schau ob es richtig dargestellt wird.

                                Hi Scrounger,

                                Volltreffer! :-)

                                Hab die Schrift wie folgt zugewiesen:

                                .materialdesign-widget * span  {
                                    font-family: "Jura-DemiBold" !important;
                                }
                                

                                Das war glaub von dir auch die Anweisung.

                                Kannst du mir sagen wie ich das fixe? Habe zwar mal die Entwicklertools angeworfen, aber ich bekomme es selber nicht hin.

                                ScroungerS Offline
                                ScroungerS Offline
                                Scrounger
                                Developer
                                schrieb am zuletzt editiert von
                                #510

                                Hab jetzt noch die Material Design Icons library implementiert:
                                014b8f6a-9312-4315-a313-6f75989ac037-grafik.png

                                Ihr könnt anstatt ein Bild auszuwählen, aus dem dropdown menu ein icon auswählen. Ist noch nicht bei allen Widgets implementiert!
                                Mehr dazu siehe:
                                https://github.com/Scrounger/ioBroker.vis-materialdesign#material-design-icons-and-images

                                @Buddinski88 sagte in Test Adapter Material Design Widgets v0.2.x:

                                Kannst du mir sagen wie ich das fixe? Habe zwar mal die Entwicklertools angeworfen, aber ich bekomme es selber nicht hin.

                                Ja indem du dir den aktuellen master ziehst, habs behoben.

                                @Oli sagte in Test Adapter Material Design Widgets v0.2.x:

                                @Oli
                                ich wollte beim Input- und Auswahlwigdget die Höhe verändern, funktioniert aber leider nicht

                                Das geht schon, aber die Widgets haben eine Mindesthöhe, damit das Layout funktioniert, ist so durch die verwendeten API vorgegeben.
                                Per css kann man das aber sicher verbiegen - ob dann noch alles korrekt funktioniert kann ich nicht sagen.

                                <a href="https://github.com/Scrounger/ioBroker.linkeddevices">LinkedDevices Adapter</a>

                                <a href="https://github.com/Scrounger/ioBroker.vis-materialdesign">Material Design Widgets</a>

                                D B 2 Antworten Letzte Antwort
                                1
                                • ScroungerS Scrounger

                                  Hab jetzt noch die Material Design Icons library implementiert:
                                  014b8f6a-9312-4315-a313-6f75989ac037-grafik.png

                                  Ihr könnt anstatt ein Bild auszuwählen, aus dem dropdown menu ein icon auswählen. Ist noch nicht bei allen Widgets implementiert!
                                  Mehr dazu siehe:
                                  https://github.com/Scrounger/ioBroker.vis-materialdesign#material-design-icons-and-images

                                  @Buddinski88 sagte in Test Adapter Material Design Widgets v0.2.x:

                                  Kannst du mir sagen wie ich das fixe? Habe zwar mal die Entwicklertools angeworfen, aber ich bekomme es selber nicht hin.

                                  Ja indem du dir den aktuellen master ziehst, habs behoben.

                                  @Oli sagte in Test Adapter Material Design Widgets v0.2.x:

                                  @Oli
                                  ich wollte beim Input- und Auswahlwigdget die Höhe verändern, funktioniert aber leider nicht

                                  Das geht schon, aber die Widgets haben eine Mindesthöhe, damit das Layout funktioniert, ist so durch die verwendeten API vorgegeben.
                                  Per css kann man das aber sicher verbiegen - ob dann noch alles korrekt funktioniert kann ich nicht sagen.

                                  D Offline
                                  D Offline
                                  darkiop
                                  Most Active
                                  schrieb am zuletzt editiert von darkiop
                                  #511

                                  @Scrounger Klasse, da gehen die Icons nicht aus :)

                                  Eben mal noch schnell alles geladen. Kann es sein dass das Widget 'icon button toggle' defekt ist? Die bereits vorhandenen Schreiben nicht mehr in die Datenpunkte und neue lassen sich im Editor nicht hinzufügen.

                                  Browser-Log:

                                  [Button] handleToggle: error:: Syntax error, unrecognized expression: .materialdesign-icon-image., stack: s</gb.error@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:12717
                                  s</gb.tokenize@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:18644
                                  gb@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:7066
                                  find@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:23646
                                  changeIconElement@http://example.com:8082/vis/widgets/materialdesign/js/widgets.min.js:1:5301
                                  l@http://example.com:8082/vis/widgets/materialdesign/js/widgets.min.js:1:8859
                                  handleToggle@http://example.com:8082/vis/widgets/materialdesign/js/widgets.min.js:1:9097
                                  this.fn/</<@tplVis-materialdesign-Icon-Button-Toggle.js:57:93
                                  can.view.pending/</<@http://example.com:8082/vis/lib/js/can.custom.min.js:64:6167
                                  a.each@http://example.com:8082/vis/lib/js/can.custom.min.js:24:294
                                  can.view.pending/<@http://example.com:8082/vis/lib/js/can.custom.min.js:64:6147
                                  hookup/<@http://example.com:8082/vis/lib/js/can.custom.min.js:58:1841
                                  a.each@http://example.com:8082/vis/lib/js/can.custom.min.js:24:294
                                  hookup@http://example.com:8082/vis/lib/js/can.custom.min.js:58:1751
                                  frag@http://example.com:8082/vis/lib/js/can.custom.min.js:58:1344
                                  r@http://example.com:8082/vis/lib/js/can.custom.min.js:58:131
                                  renderTo@http://example.com:8082/vis/lib/js/can.custom.min.js:58:2982
                                  renderAs@http://example.com:8082/vis/lib/js/can.custom.min.js:58:3631
                                  e.template@http://example.com:8082/vis/lib/js/can.custom.min.js:58:1267
                                  renderWidget@http://example.com:8082/vis/js/vis.js:1593:33
                                  renderView/<@http://example.com:8082/vis/js/vis.js:885:120
                                  subscribeStates@http://example.com:8082/vis/js/vis.js:2741:27
                                  renderView@http://example.com:8082/vis/js/vis.js:797:14
                                  renderViews@http://example.com:8082/vis/js/vis.js:759:14
                                  renderView/<@http://example.com:8082/vis/js/vis.js:915:22
                                  subscribeStates/<@http://example.com:8082/vis/js/vis.js:2738:31
                                  getStates/<@http://example.com:8082/vis/js/conn.js:730:29
                                  n.prototype.onack@http://example.com:8082/socket.io/socket.io.js:3:6057
                                  n.prototype.onpacket@http://example.com:8082/socket.io/socket.io.js:3:5417
                                  t.exports/<@http://example.com:8082/socket.io/socket.io.js:3:7486
                                  n.prototype.emit@http://example.com:8082/socket.io/socket.io.js:2:28725
                                  n.prototype.ondecoded@http://example.com:8082/socket.io/socket.io.js:1:29250
                                  t.exports/<@http://example.com:8082/socket.io/socket.io.js:3:7486
                                  r.prototype.emit@http://example.com:8082/socket.io/socket.io.js:1:23662
                                  s.prototype.add@http://example.com:8082/socket.io/socket.io.js:1:10407
                                  n.prototype.ondata@http://example.com:8082/socket.io/socket.io.js:1:29203
                                  t.exports/<@http://example.com:8082/socket.io/socket.io.js:3:7486
                                  n.prototype.emit@http://example.com:8082/socket.io/socket.io.js:2:28725
                                  n.prototype.onPacket@http://example.com:8082/socket.io/socket.io.js:2:5906
                                  n.prototype.setTransport/<@http://example.com:8082/socket.io/socket.io.js:2:3527
                                  n.prototype.emit@http://example.com:8082/socket.io/socket.io.js:2:28725
                                  n.prototype.onPacket@http://example.com:8082/socket.io/socket.io.js:2:17998
                                  n.prototype.onData@http://example.com:8082/socket.io/socket.io.js:2:17947
                                  n.prototype.addEventListeners/this.ws.onmessage@http://example.com:8082/socket.io/socket.io.js:3:1447
                                  EventHandlerNonNull*n.prototype.addEventListeners@http://example.com:8082/socket.io/socket.io.js:3:1415
                                  n.prototype.doOpen@http://example.com:8082/socket.io/socket.io.js:3:1263
                                  n.prototype.open@http://example.com:8082/socket.io/socket.io.js:2:17521
                                  n.prototype.probe@http://example.com:8082/socket.io/socket.io.js:2:5142
                                  n.prototype.onOpen@http://example.com:8082/socket.io/socket.io.js:2:5451
                                  n.prototype.onHandshake@http://example.com:8082/socket.io/socket.io.js:2:6246
                                  n.prototype.onPacket@http://example.com:8082/socket.io/socket.io.js:2:5728
                                  n.prototype.setTransport/<@http://example.com:8082/socket.io/socket.io.js:2:3527
                                  n.prototype.emit@http://example.com:8082/socket.io/socket.io.js:2:28725
                                  n.prototype.onPacket@http://example.com:8082/socket.io/socket.io.js:2:17998
                                  r@http://example.com:8082/socket.io/socket.io.js:2:15622
                                  e.decodePayloadAsBinary/<@http://example.com:8082/socket.io/socket.io.js:2:23105
                                  e.decodePayloadAsBinary@http://example.com:8082/socket.io/socket.io.js:2:23082
                                  e.decodePayload@http://example.com:8082/socket.io/socket.io.js:2:21051
                                  n.prototype.onData@http://example.com:8082/socket.io/socket.io.js:2:15637
                                  o.prototype.doPoll/<@http://example.com:8082/socket.io/socket.io.js:2:11792
                                  n.prototype.emit@http://example.com:8082/socket.io/socket.io.js:2:28725
                                  i.prototype.onData@http://example.com:8082/socket.io/socket.io.js:2:13353
                                  i.prototype.onLoad@http://example.com:8082/socket.io/socket.io.js:2:14206
                                  i.prototype.create/r.onreadystatechange@http://example.com:8082/socket.io/socket.io.js:2:13013
                                  EventHandlerNonNull*i.prototype.create@http://example.com:8082/socket.io/socket.io.js:2:12879
                                  i@http://example.com:8082/socket.io/socket.io.js:2:10817
                                  o.prototype.request@http://example.com:8082/socket.io/socket.io.js:2:11465
                                  o.prototype.doPoll@http://example.com:8082/socket.io/socket.io.js:2:11749
                                  n.prototype.poll@http://example.com:8082/socket.io/socket.io.js:2:15419
                                  n.prototype.doOpen@http://example.com:8082/socket.io/socket.io.js:2:14890
                                  n.prototype.open@http://example.com:8082/socket.io/socket.io.js:2:17521
                                  n.prototype.open@http://example.com:8082/socket.io/socket.io.js:2:3226
                                  n@http://example.com:8082/socket.io/socket.io.js:2:1746
                                  n@http://example.com:8082/socket.io/socket.io.js:1:31854
                                  n.prototype.connect@http://example.com:8082/socket.io/socket.io.js:1:27920
                                  n@http://example.com:8082/socket.io/socket.io.js:1:26121
                                  n@http://example.com:8082/socket.io/socket.io.js:1:26130
                                  n@http://example.com:8082/socket.io/socket.io.js:1:752
                                  init@http://example.com:8082/vis/js/conn.js:240:31
                                  main@http://example.com:8082/vis/js/vis.js:3264:14
                                  @http://example.com:8082/vis/js/vis.js:3537:13
                                  j@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:27295
                                  fireWith@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:28108
                                  ready@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:29942
                                  J@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:30308
                                  EventListener.handleEvent*m.ready.promise@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:30444
                                  m.fn.ready@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:29700
                                  m.fn.init@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:24721
                                  m@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:393
                                  @http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:30877
                                  @http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:207
                                  @http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:212
                                  2 widgets.min.js:1:9486
                                  [Button] handleToggle: error:: Syntax error, unrecognized expression: .materialdesign-icon-image., stack: s</gb.error@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:12717
                                  s</gb.tokenize@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:18644
                                  gb@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:7066
                                  find@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:23646
                                  changeIconElement@http://example.com:8082/vis/widgets/materialdesign/js/widgets.min.js:1:5301
                                  l@http://example.com:8082/vis/widgets/materialdesign/js/widgets.min.js:1:8539
                                  handleToggle@http://example.com:8082/vis/widgets/materialdesign/js/widgets.min.js:1:9097
                                  this.fn/</<@tplVis-materialdesign-Icon-Button-Toggle.js:57:93
                                  can.view.pending/</<@http://example.com:8082/vis/lib/js/can.custom.min.js:64:6167
                                  a.each@http://example.com:8082/vis/lib/js/can.custom.min.js:24:294
                                  can.view.pending/<@http://example.com:8082/vis/lib/js/can.custom.min.js:64:6147
                                  hookup/<@http://example.com:8082/vis/lib/js/can.custom.min.js:58:1841
                                  a.each@http://example.com:8082/vis/lib/js/can.custom.min.js:24:294
                                  hookup@http://example.com:8082/vis/lib/js/can.custom.min.js:58:1751
                                  frag@http://example.com:8082/vis/lib/js/can.custom.min.js:58:1344
                                  r@http://example.com:8082/vis/lib/js/can.custom.min.js:58:131
                                  renderTo@http://example.com:8082/vis/lib/js/can.custom.min.js:58:2982
                                  renderAs@http://example.com:8082/vis/lib/js/can.custom.min.js:58:3631
                                  e.template@http://example.com:8082/vis/lib/js/can.custom.min.js:58:1267
                                  renderWidget@http://example.com:8082/vis/js/vis.js:1593:33
                                  renderView/<@http://example.com:8082/vis/js/vis.js:885:120
                                  subscribeStates@http://example.com:8082/vis/js/vis.js:2741:27
                                  renderView@http://example.com:8082/vis/js/vis.js:797:14
                                  renderViews@http://example.com:8082/vis/js/vis.js:759:14
                                  renderView/<@http://example.com:8082/vis/js/vis.js:915:22
                                  subscribeStates/<@http://example.com:8082/vis/js/vis.js:2738:31
                                  getStates/<@http://example.com:8082/vis/js/conn.js:730:29
                                  n.prototype.onack@http://example.com:8082/socket.io/socket.io.js:3:6057
                                  n.prototype.onpacket@http://example.com:8082/socket.io/socket.io.js:3:5417
                                  t.exports/<@http://example.com:8082/socket.io/socket.io.js:3:7486
                                  n.prototype.emit@http://example.com:8082/socket.io/socket.io.js:2:28725
                                  n.prototype.ondecoded@http://example.com:8082/socket.io/socket.io.js:1:29250
                                  t.exports/<@http://example.com:8082/socket.io/socket.io.js:3:7486
                                  r.prototype.emit@http://example.com:8082/socket.io/socket.io.js:1:23662
                                  s.prototype.add@http://example.com:8082/socket.io/socket.io.js:1:10407
                                  n.prototype.ondata@http://example.com:8082/socket.io/socket.io.js:1:29203
                                  t.exports/<@http://example.com:8082/socket.io/socket.io.js:3:7486
                                  n.prototype.emit@http://example.com:8082/socket.io/socket.io.js:2:28725
                                  n.prototype.onPacket@http://example.com:8082/socket.io/socket.io.js:2:5906
                                  n.prototype.setTransport/<@http://example.com:8082/socket.io/socket.io.js:2:3527
                                  n.prototype.emit@http://example.com:8082/socket.io/socket.io.js:2:28725
                                  n.prototype.onPacket@http://example.com:8082/socket.io/socket.io.js:2:17998
                                  n.prototype.onData@http://example.com:8082/socket.io/socket.io.js:2:17947
                                  n.prototype.addEventListeners/this.ws.onmessage@http://example.com:8082/socket.io/socket.io.js:3:1447
                                  EventHandlerNonNull*n.prototype.addEventListeners@http://example.com:8082/socket.io/socket.io.js:3:1415
                                  n.prototype.doOpen@http://example.com:8082/socket.io/socket.io.js:3:1263
                                  n.prototype.open@http://example.com:8082/socket.io/socket.io.js:2:17521
                                  n.prototype.probe@http://example.com:8082/socket.io/socket.io.js:2:5142
                                  n.prototype.onOpen@http://example.com:8082/socket.io/socket.io.js:2:5451
                                  n.prototype.onHandshake@http://example.com:8082/socket.io/socket.io.js:2:6246
                                  n.prototype.onPacket@http://example.com:8082/socket.io/socket.io.js:2:5728
                                  n.prototype.setTransport/<@http://example.com:8082/socket.io/socket.io.js:2:3527
                                  n.prototype.emit@http://example.com:8082/socket.io/socket.io.js:2:28725
                                  n.prototype.onPacket@http://example.com:8082/socket.io/socket.io.js:2:17998
                                  r@http://example.com:8082/socket.io/socket.io.js:2:15622
                                  e.decodePayloadAsBinary/<@http://example.com:8082/socket.io/socket.io.js:2:23105
                                  e.decodePayloadAsBinary@http://example.com:8082/socket.io/socket.io.js:2:23082
                                  e.decodePayload@http://example.com:8082/socket.io/socket.io.js:2:21051
                                  n.prototype.onData@http://example.com:8082/socket.io/socket.io.js:2:15637
                                  o.prototype.doPoll/<@http://example.com:8082/socket.io/socket.io.js:2:11792
                                  n.prototype.emit@http://example.com:8082/socket.io/socket.io.js:2:28725
                                  i.prototype.onData@http://example.com:8082/socket.io/socket.io.js:2:13353
                                  i.prototype.onLoad@http://example.com:8082/socket.io/socket.io.js:2:14206
                                  i.prototype.create/r.onreadystatechange@http://example.com:8082/socket.io/socket.io.js:2:13013
                                  EventHandlerNonNull*i.prototype.create@http://example.com:8082/socket.io/socket.io.js:2:12879
                                  i@http://example.com:8082/socket.io/socket.io.js:2:10817
                                  o.prototype.request@http://example.com:8082/socket.io/socket.io.js:2:11465
                                  o.prototype.doPoll@http://example.com:8082/socket.io/socket.io.js:2:11749
                                  n.prototype.poll@http://example.com:8082/socket.io/socket.io.js:2:15419
                                  n.prototype.doOpen@http://example.com:8082/socket.io/socket.io.js:2:14890
                                  n.prototype.open@http://example.com:8082/socket.io/socket.io.js:2:17521
                                  n.prototype.open@http://example.com:8082/socket.io/socket.io.js:2:3226
                                  n@http://example.com:8082/socket.io/socket.io.js:2:1746
                                  n@http://example.com:8082/socket.io/socket.io.js:1:31854
                                  n.prototype.connect@http://example.com:8082/socket.io/socket.io.js:1:27920
                                  n@http://example.com:8082/socket.io/socket.io.js:1:26121
                                  n@http://example.com:8082/socket.io/socket.io.js:1:26130
                                  n@http://example.com:8082/socket.io/socket.io.js:1:752
                                  init@http://example.com:8082/vis/js/conn.js:240:31
                                  main@http://example.com:8082/vis/js/vis.js:3264:14
                                  @http://example.com:8082/vis/js/vis.js:3537:13
                                  j@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:27295
                                  fireWith@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:28108
                                  ready@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:29942
                                  J@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:30308
                                  EventListener.handleEvent*m.ready.promise@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:30444
                                  m.fn.ready@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:29700
                                  m.fn.init@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:24721
                                  m@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:393
                                  @http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:30877
                                  @http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:207
                                  @http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:212
                                  widgets.min.js:1:9486
                                  [Button] handleToggle: error:: Syntax error, unrecognized expression: .materialdesign-icon-image., stack: s</gb.error@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:12717
                                  s</gb.tokenize@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:18644
                                  gb@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:7066
                                  find@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:23646
                                  changeIconElement@http://example.com:8082/vis/widgets/materialdesign/js/widgets.min.js:1:5301
                                  l@http://example.com:8082/vis/widgets/materialdesign/js/widgets.min.js:1:8859
                                  handleToggle@http://example.com:8082/vis/widgets/materialdesign/js/widgets.min.js:1:9097
                                  this.fn/</<@tplVis-materialdesign-Icon-Button-Toggle.js:57:93
                                  can.view.pending/</<@http://example.com:8082/vis/lib/js/can.custom.min.js:64:6167
                                  a.each@http://example.com:8082/vis/lib/js/can.custom.min.js:24:294
                                  can.view.pending/<@http://example.com:8082/vis/lib/js/can.custom.min.js:64:6147
                                  hookup/<@http://example.com:8082/vis/lib/js/can.custom.min.js:58:1841
                                  a.each@http://example.com:8082/vis/lib/js/can.custom.min.js:24:294
                                  hookup@http://example.com:8082/vis/lib/js/can.custom.min.js:58:1751
                                  frag@http://example.com:8082/vis/lib/js/can.custom.min.js:58:1344
                                  r@http://example.com:8082/vis/lib/js/can.custom.min.js:58:131
                                  renderTo@http://example.com:8082/vis/lib/js/can.custom.min.js:58:2982
                                  renderAs@http://example.com:8082/vis/lib/js/can.custom.min.js:58:3631
                                  e.template@http://example.com:8082/vis/lib/js/can.custom.min.js:58:1267
                                  renderWidget@http://example.com:8082/vis/js/vis.js:1593:33
                                  renderView/<@http://example.com:8082/vis/js/vis.js:885:120
                                  subscribeStates@http://example.com:8082/vis/js/vis.js:2741:27
                                  renderView@http://example.com:8082/vis/js/vis.js:797:14
                                  renderViews@http://example.com:8082/vis/js/vis.js:759:14
                                  renderView/<@http://example.com:8082/vis/js/vis.js:915:22
                                  subscribeStates/<@http://example.com:8082/vis/js/vis.js:2738:31
                                  getStates/<@http://example.com:8082/vis/js/conn.js:730:29
                                  n.prototype.onack@http://example.com:8082/socket.io/socket.io.js:3:6057
                                  n.prototype.onpacket@http://example.com:8082/socket.io/socket.io.js:3:5417
                                  t.exports/<@http://example.com:8082/socket.io/socket.io.js:3:7486
                                  n.prototype.emit@http://example.com:8082/socket.io/socket.io.js:2:28725
                                  n.prototype.ondecoded@http://example.com:8082/socket.io/socket.io.js:1:29250
                                  t.exports/<@http://example.com:8082/socket.io/socket.io.js:3:7486
                                  r.prototype.emit@http://example.com:8082/socket.io/socket.io.js:1:23662
                                  s.prototype.add@http://example.com:8082/socket.io/socket.io.js:1:10407
                                  n.prototype.ondata@http://example.com:8082/socket.io/socket.io.js:1:29203
                                  t.exports/<@http://example.com:8082/socket.io/socket.io.js:3:7486
                                  n.prototype.emit@http://example.com:8082/socket.io/socket.io.js:2:28725
                                  n.prototype.onPacket@http://example.com:8082/socket.io/socket.io.js:2:5906
                                  n.prototype.setTransport/<@http://example.com:8082/socket.io/socket.io.js:2:3527
                                  n.prototype.emit@http://example.com:8082/socket.io/socket.io.js:2:28725
                                  n.prototype.onPacket@http://example.com:8082/socket.io/socket.io.js:2:17998
                                  n.prototype.onData@http://example.com:8082/socket.io/socket.io.js:2:17947
                                  n.prototype.addEventListeners/this.ws.onmessage@http://example.com:8082/socket.io/socket.io.js:3:1447
                                  EventHandlerNonNull*n.prototype.addEventListeners@http://example.com:8082/socket.io/socket.io.js:3:1415
                                  n.prototype.doOpen@http://example.com:8082/socket.io/socket.io.js:3:1263
                                  n.prototype.open@http://example.com:8082/socket.io/socket.io.js:2:17521
                                  n.prototype.probe@http://example.com:8082/socket.io/socket.io.js:2:5142
                                  n.prototype.onOpen@http://example.com:8082/socket.io/socket.io.js:2:5451
                                  n.prototype.onHandshake@http://example.com:8082/socket.io/socket.io.js:2:6246
                                  n.prototype.onPacket@http://example.com:8082/socket.io/socket.io.js:2:5728
                                  n.prototype.setTransport/<@http://example.com:8082/socket.io/socket.io.js:2:3527
                                  n.prototype.emit@http://example.com:8082/socket.io/socket.io.js:2:28725
                                  n.prototype.onPacket@http://example.com:8082/socket.io/socket.io.js:2:17998
                                  r@http://example.com:8082/socket.io/socket.io.js:2:15622
                                  e.decodePayloadAsBinary/<@http://example.com:8082/socket.io/socket.io.js:2:23105
                                  e.decodePayloadAsBinary@http://example.com:8082/socket.io/socket.io.js:2:23082
                                  e.decodePayload@http://example.com:8082/socket.io/socket.io.js:2:21051
                                  n.prototype.onData@http://example.com:8082/socket.io/socket.io.js:2:15637
                                  o.prototype.doPoll/<@http://example.com:8082/socket.io/socket.io.js:2:11792
                                  n.prototype.emit@http://example.com:8082/socket.io/socket.io.js:2:28725
                                  i.prototype.onData@http://example.com:8082/socket.io/socket.io.js:2:13353
                                  i.prototype.onLoad@http://example.com:8082/socket.io/socket.io.js:2:14206
                                  i.prototype.create/r.onreadystatechange@http://example.com:8082/socket.io/socket.io.js:2:13013
                                  EventHandlerNonNull*i.prototype.create@http://example.com:8082/socket.io/socket.io.js:2:12879
                                  i@http://example.com:8082/socket.io/socket.io.js:2:10817
                                  o.prototype.request@http://example.com:8082/socket.io/socket.io.js:2:11465
                                  o.prototype.doPoll@http://example.com:8082/socket.io/socket.io.js:2:11749
                                  n.prototype.poll@http://example.com:8082/socket.io/socket.io.js:2:15419
                                  n.prototype.doOpen@http://example.com:8082/socket.io/socket.io.js:2:14890
                                  n.prototype.open@http://example.com:8082/socket.io/socket.io.js:2:17521
                                  n.prototype.open@http://example.com:8082/socket.io/socket.io.js:2:3226
                                  n@http://example.com:8082/socket.io/socket.io.js:2:1746
                                  n@http://example.com:8082/socket.io/socket.io.js:1:31854
                                  n.prototype.connect@http://example.com:8082/socket.io/socket.io.js:1:27920
                                  n@http://example.com:8082/socket.io/socket.io.js:1:26121
                                  n@http://example.com:8082/socket.io/socket.io.js:1:26130
                                  n@http://example.com:8082/socket.io/socket.io.js:1:752
                                  init@http://example.com:8082/vis/js/conn.js:240:31
                                  main@http://example.com:8082/vis/js/vis.js:3264:14
                                  @http://example.com:8082/vis/js/vis.js:3537:13
                                  j@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:27295
                                  fireWith@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:28108
                                  ready@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:29942
                                  J@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:30308
                                  EventListener.handleEvent*m.ready.promise@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:30444
                                  m.fn.ready@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:29700
                                  m.fn.init@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:24721
                                  m@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:393
                                  @http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:30877
                                  @http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:207
                                  @http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:212
                                  widgets.min.js:1:9486
                                  [1579211935311] Request 8 states. vis.js:2732:21
                                  downloadable font: Size of decompressed WOFF 2.0 is less than compressed size (font-family: "Material Icons" style:normal weight:400 stretch:100 src index:2) source: http://example.com:8082/vi…aldesign/lib/font/material-icons/MaterialIcons-Regular.woff2
                                  downloadable font: rejected by sanitizer (font-family: "Material Icons" style:normal weight:400 stretch:100 src index:2) source: http://example.com:8082/vi…aldesign/lib/font/material-icons/MaterialIcons-Regular.woff2
                                  Wed Jan 15 2020 22:58:55 GMT+0100 (Mitteleuropäische Normalzeit) - Thu Jan 16 2020 22:58:55 GMT+0100 (Mitteleuropäische Normalzeit) 4 data.js:412
                                  Error: Invalid dimensions for plot, width = 0, height = 0
                                  

                                  Proxmox-ioBroker-Redis-HA Doku: https://forum.iobroker.net/topic/47478/dokumentation-einer-proxmox-iobroker-redis-ha-umgebung

                                  ScroungerS 1 Antwort Letzte Antwort
                                  0
                                  • D darkiop

                                    @Scrounger Klasse, da gehen die Icons nicht aus :)

                                    Eben mal noch schnell alles geladen. Kann es sein dass das Widget 'icon button toggle' defekt ist? Die bereits vorhandenen Schreiben nicht mehr in die Datenpunkte und neue lassen sich im Editor nicht hinzufügen.

                                    Browser-Log:

                                    [Button] handleToggle: error:: Syntax error, unrecognized expression: .materialdesign-icon-image., stack: s</gb.error@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:12717
                                    s</gb.tokenize@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:18644
                                    gb@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:7066
                                    find@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:23646
                                    changeIconElement@http://example.com:8082/vis/widgets/materialdesign/js/widgets.min.js:1:5301
                                    l@http://example.com:8082/vis/widgets/materialdesign/js/widgets.min.js:1:8859
                                    handleToggle@http://example.com:8082/vis/widgets/materialdesign/js/widgets.min.js:1:9097
                                    this.fn/</<@tplVis-materialdesign-Icon-Button-Toggle.js:57:93
                                    can.view.pending/</<@http://example.com:8082/vis/lib/js/can.custom.min.js:64:6167
                                    a.each@http://example.com:8082/vis/lib/js/can.custom.min.js:24:294
                                    can.view.pending/<@http://example.com:8082/vis/lib/js/can.custom.min.js:64:6147
                                    hookup/<@http://example.com:8082/vis/lib/js/can.custom.min.js:58:1841
                                    a.each@http://example.com:8082/vis/lib/js/can.custom.min.js:24:294
                                    hookup@http://example.com:8082/vis/lib/js/can.custom.min.js:58:1751
                                    frag@http://example.com:8082/vis/lib/js/can.custom.min.js:58:1344
                                    r@http://example.com:8082/vis/lib/js/can.custom.min.js:58:131
                                    renderTo@http://example.com:8082/vis/lib/js/can.custom.min.js:58:2982
                                    renderAs@http://example.com:8082/vis/lib/js/can.custom.min.js:58:3631
                                    e.template@http://example.com:8082/vis/lib/js/can.custom.min.js:58:1267
                                    renderWidget@http://example.com:8082/vis/js/vis.js:1593:33
                                    renderView/<@http://example.com:8082/vis/js/vis.js:885:120
                                    subscribeStates@http://example.com:8082/vis/js/vis.js:2741:27
                                    renderView@http://example.com:8082/vis/js/vis.js:797:14
                                    renderViews@http://example.com:8082/vis/js/vis.js:759:14
                                    renderView/<@http://example.com:8082/vis/js/vis.js:915:22
                                    subscribeStates/<@http://example.com:8082/vis/js/vis.js:2738:31
                                    getStates/<@http://example.com:8082/vis/js/conn.js:730:29
                                    n.prototype.onack@http://example.com:8082/socket.io/socket.io.js:3:6057
                                    n.prototype.onpacket@http://example.com:8082/socket.io/socket.io.js:3:5417
                                    t.exports/<@http://example.com:8082/socket.io/socket.io.js:3:7486
                                    n.prototype.emit@http://example.com:8082/socket.io/socket.io.js:2:28725
                                    n.prototype.ondecoded@http://example.com:8082/socket.io/socket.io.js:1:29250
                                    t.exports/<@http://example.com:8082/socket.io/socket.io.js:3:7486
                                    r.prototype.emit@http://example.com:8082/socket.io/socket.io.js:1:23662
                                    s.prototype.add@http://example.com:8082/socket.io/socket.io.js:1:10407
                                    n.prototype.ondata@http://example.com:8082/socket.io/socket.io.js:1:29203
                                    t.exports/<@http://example.com:8082/socket.io/socket.io.js:3:7486
                                    n.prototype.emit@http://example.com:8082/socket.io/socket.io.js:2:28725
                                    n.prototype.onPacket@http://example.com:8082/socket.io/socket.io.js:2:5906
                                    n.prototype.setTransport/<@http://example.com:8082/socket.io/socket.io.js:2:3527
                                    n.prototype.emit@http://example.com:8082/socket.io/socket.io.js:2:28725
                                    n.prototype.onPacket@http://example.com:8082/socket.io/socket.io.js:2:17998
                                    n.prototype.onData@http://example.com:8082/socket.io/socket.io.js:2:17947
                                    n.prototype.addEventListeners/this.ws.onmessage@http://example.com:8082/socket.io/socket.io.js:3:1447
                                    EventHandlerNonNull*n.prototype.addEventListeners@http://example.com:8082/socket.io/socket.io.js:3:1415
                                    n.prototype.doOpen@http://example.com:8082/socket.io/socket.io.js:3:1263
                                    n.prototype.open@http://example.com:8082/socket.io/socket.io.js:2:17521
                                    n.prototype.probe@http://example.com:8082/socket.io/socket.io.js:2:5142
                                    n.prototype.onOpen@http://example.com:8082/socket.io/socket.io.js:2:5451
                                    n.prototype.onHandshake@http://example.com:8082/socket.io/socket.io.js:2:6246
                                    n.prototype.onPacket@http://example.com:8082/socket.io/socket.io.js:2:5728
                                    n.prototype.setTransport/<@http://example.com:8082/socket.io/socket.io.js:2:3527
                                    n.prototype.emit@http://example.com:8082/socket.io/socket.io.js:2:28725
                                    n.prototype.onPacket@http://example.com:8082/socket.io/socket.io.js:2:17998
                                    r@http://example.com:8082/socket.io/socket.io.js:2:15622
                                    e.decodePayloadAsBinary/<@http://example.com:8082/socket.io/socket.io.js:2:23105
                                    e.decodePayloadAsBinary@http://example.com:8082/socket.io/socket.io.js:2:23082
                                    e.decodePayload@http://example.com:8082/socket.io/socket.io.js:2:21051
                                    n.prototype.onData@http://example.com:8082/socket.io/socket.io.js:2:15637
                                    o.prototype.doPoll/<@http://example.com:8082/socket.io/socket.io.js:2:11792
                                    n.prototype.emit@http://example.com:8082/socket.io/socket.io.js:2:28725
                                    i.prototype.onData@http://example.com:8082/socket.io/socket.io.js:2:13353
                                    i.prototype.onLoad@http://example.com:8082/socket.io/socket.io.js:2:14206
                                    i.prototype.create/r.onreadystatechange@http://example.com:8082/socket.io/socket.io.js:2:13013
                                    EventHandlerNonNull*i.prototype.create@http://example.com:8082/socket.io/socket.io.js:2:12879
                                    i@http://example.com:8082/socket.io/socket.io.js:2:10817
                                    o.prototype.request@http://example.com:8082/socket.io/socket.io.js:2:11465
                                    o.prototype.doPoll@http://example.com:8082/socket.io/socket.io.js:2:11749
                                    n.prototype.poll@http://example.com:8082/socket.io/socket.io.js:2:15419
                                    n.prototype.doOpen@http://example.com:8082/socket.io/socket.io.js:2:14890
                                    n.prototype.open@http://example.com:8082/socket.io/socket.io.js:2:17521
                                    n.prototype.open@http://example.com:8082/socket.io/socket.io.js:2:3226
                                    n@http://example.com:8082/socket.io/socket.io.js:2:1746
                                    n@http://example.com:8082/socket.io/socket.io.js:1:31854
                                    n.prototype.connect@http://example.com:8082/socket.io/socket.io.js:1:27920
                                    n@http://example.com:8082/socket.io/socket.io.js:1:26121
                                    n@http://example.com:8082/socket.io/socket.io.js:1:26130
                                    n@http://example.com:8082/socket.io/socket.io.js:1:752
                                    init@http://example.com:8082/vis/js/conn.js:240:31
                                    main@http://example.com:8082/vis/js/vis.js:3264:14
                                    @http://example.com:8082/vis/js/vis.js:3537:13
                                    j@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:27295
                                    fireWith@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:28108
                                    ready@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:29942
                                    J@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:30308
                                    EventListener.handleEvent*m.ready.promise@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:30444
                                    m.fn.ready@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:29700
                                    m.fn.init@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:24721
                                    m@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:393
                                    @http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:30877
                                    @http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:207
                                    @http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:212
                                    2 widgets.min.js:1:9486
                                    [Button] handleToggle: error:: Syntax error, unrecognized expression: .materialdesign-icon-image., stack: s</gb.error@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:12717
                                    s</gb.tokenize@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:18644
                                    gb@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:7066
                                    find@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:23646
                                    changeIconElement@http://example.com:8082/vis/widgets/materialdesign/js/widgets.min.js:1:5301
                                    l@http://example.com:8082/vis/widgets/materialdesign/js/widgets.min.js:1:8539
                                    handleToggle@http://example.com:8082/vis/widgets/materialdesign/js/widgets.min.js:1:9097
                                    this.fn/</<@tplVis-materialdesign-Icon-Button-Toggle.js:57:93
                                    can.view.pending/</<@http://example.com:8082/vis/lib/js/can.custom.min.js:64:6167
                                    a.each@http://example.com:8082/vis/lib/js/can.custom.min.js:24:294
                                    can.view.pending/<@http://example.com:8082/vis/lib/js/can.custom.min.js:64:6147
                                    hookup/<@http://example.com:8082/vis/lib/js/can.custom.min.js:58:1841
                                    a.each@http://example.com:8082/vis/lib/js/can.custom.min.js:24:294
                                    hookup@http://example.com:8082/vis/lib/js/can.custom.min.js:58:1751
                                    frag@http://example.com:8082/vis/lib/js/can.custom.min.js:58:1344
                                    r@http://example.com:8082/vis/lib/js/can.custom.min.js:58:131
                                    renderTo@http://example.com:8082/vis/lib/js/can.custom.min.js:58:2982
                                    renderAs@http://example.com:8082/vis/lib/js/can.custom.min.js:58:3631
                                    e.template@http://example.com:8082/vis/lib/js/can.custom.min.js:58:1267
                                    renderWidget@http://example.com:8082/vis/js/vis.js:1593:33
                                    renderView/<@http://example.com:8082/vis/js/vis.js:885:120
                                    subscribeStates@http://example.com:8082/vis/js/vis.js:2741:27
                                    renderView@http://example.com:8082/vis/js/vis.js:797:14
                                    renderViews@http://example.com:8082/vis/js/vis.js:759:14
                                    renderView/<@http://example.com:8082/vis/js/vis.js:915:22
                                    subscribeStates/<@http://example.com:8082/vis/js/vis.js:2738:31
                                    getStates/<@http://example.com:8082/vis/js/conn.js:730:29
                                    n.prototype.onack@http://example.com:8082/socket.io/socket.io.js:3:6057
                                    n.prototype.onpacket@http://example.com:8082/socket.io/socket.io.js:3:5417
                                    t.exports/<@http://example.com:8082/socket.io/socket.io.js:3:7486
                                    n.prototype.emit@http://example.com:8082/socket.io/socket.io.js:2:28725
                                    n.prototype.ondecoded@http://example.com:8082/socket.io/socket.io.js:1:29250
                                    t.exports/<@http://example.com:8082/socket.io/socket.io.js:3:7486
                                    r.prototype.emit@http://example.com:8082/socket.io/socket.io.js:1:23662
                                    s.prototype.add@http://example.com:8082/socket.io/socket.io.js:1:10407
                                    n.prototype.ondata@http://example.com:8082/socket.io/socket.io.js:1:29203
                                    t.exports/<@http://example.com:8082/socket.io/socket.io.js:3:7486
                                    n.prototype.emit@http://example.com:8082/socket.io/socket.io.js:2:28725
                                    n.prototype.onPacket@http://example.com:8082/socket.io/socket.io.js:2:5906
                                    n.prototype.setTransport/<@http://example.com:8082/socket.io/socket.io.js:2:3527
                                    n.prototype.emit@http://example.com:8082/socket.io/socket.io.js:2:28725
                                    n.prototype.onPacket@http://example.com:8082/socket.io/socket.io.js:2:17998
                                    n.prototype.onData@http://example.com:8082/socket.io/socket.io.js:2:17947
                                    n.prototype.addEventListeners/this.ws.onmessage@http://example.com:8082/socket.io/socket.io.js:3:1447
                                    EventHandlerNonNull*n.prototype.addEventListeners@http://example.com:8082/socket.io/socket.io.js:3:1415
                                    n.prototype.doOpen@http://example.com:8082/socket.io/socket.io.js:3:1263
                                    n.prototype.open@http://example.com:8082/socket.io/socket.io.js:2:17521
                                    n.prototype.probe@http://example.com:8082/socket.io/socket.io.js:2:5142
                                    n.prototype.onOpen@http://example.com:8082/socket.io/socket.io.js:2:5451
                                    n.prototype.onHandshake@http://example.com:8082/socket.io/socket.io.js:2:6246
                                    n.prototype.onPacket@http://example.com:8082/socket.io/socket.io.js:2:5728
                                    n.prototype.setTransport/<@http://example.com:8082/socket.io/socket.io.js:2:3527
                                    n.prototype.emit@http://example.com:8082/socket.io/socket.io.js:2:28725
                                    n.prototype.onPacket@http://example.com:8082/socket.io/socket.io.js:2:17998
                                    r@http://example.com:8082/socket.io/socket.io.js:2:15622
                                    e.decodePayloadAsBinary/<@http://example.com:8082/socket.io/socket.io.js:2:23105
                                    e.decodePayloadAsBinary@http://example.com:8082/socket.io/socket.io.js:2:23082
                                    e.decodePayload@http://example.com:8082/socket.io/socket.io.js:2:21051
                                    n.prototype.onData@http://example.com:8082/socket.io/socket.io.js:2:15637
                                    o.prototype.doPoll/<@http://example.com:8082/socket.io/socket.io.js:2:11792
                                    n.prototype.emit@http://example.com:8082/socket.io/socket.io.js:2:28725
                                    i.prototype.onData@http://example.com:8082/socket.io/socket.io.js:2:13353
                                    i.prototype.onLoad@http://example.com:8082/socket.io/socket.io.js:2:14206
                                    i.prototype.create/r.onreadystatechange@http://example.com:8082/socket.io/socket.io.js:2:13013
                                    EventHandlerNonNull*i.prototype.create@http://example.com:8082/socket.io/socket.io.js:2:12879
                                    i@http://example.com:8082/socket.io/socket.io.js:2:10817
                                    o.prototype.request@http://example.com:8082/socket.io/socket.io.js:2:11465
                                    o.prototype.doPoll@http://example.com:8082/socket.io/socket.io.js:2:11749
                                    n.prototype.poll@http://example.com:8082/socket.io/socket.io.js:2:15419
                                    n.prototype.doOpen@http://example.com:8082/socket.io/socket.io.js:2:14890
                                    n.prototype.open@http://example.com:8082/socket.io/socket.io.js:2:17521
                                    n.prototype.open@http://example.com:8082/socket.io/socket.io.js:2:3226
                                    n@http://example.com:8082/socket.io/socket.io.js:2:1746
                                    n@http://example.com:8082/socket.io/socket.io.js:1:31854
                                    n.prototype.connect@http://example.com:8082/socket.io/socket.io.js:1:27920
                                    n@http://example.com:8082/socket.io/socket.io.js:1:26121
                                    n@http://example.com:8082/socket.io/socket.io.js:1:26130
                                    n@http://example.com:8082/socket.io/socket.io.js:1:752
                                    init@http://example.com:8082/vis/js/conn.js:240:31
                                    main@http://example.com:8082/vis/js/vis.js:3264:14
                                    @http://example.com:8082/vis/js/vis.js:3537:13
                                    j@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:27295
                                    fireWith@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:28108
                                    ready@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:29942
                                    J@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:30308
                                    EventListener.handleEvent*m.ready.promise@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:30444
                                    m.fn.ready@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:29700
                                    m.fn.init@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:24721
                                    m@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:393
                                    @http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:30877
                                    @http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:207
                                    @http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:212
                                    widgets.min.js:1:9486
                                    [Button] handleToggle: error:: Syntax error, unrecognized expression: .materialdesign-icon-image., stack: s</gb.error@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:12717
                                    s</gb.tokenize@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:18644
                                    gb@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:7066
                                    find@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:23646
                                    changeIconElement@http://example.com:8082/vis/widgets/materialdesign/js/widgets.min.js:1:5301
                                    l@http://example.com:8082/vis/widgets/materialdesign/js/widgets.min.js:1:8859
                                    handleToggle@http://example.com:8082/vis/widgets/materialdesign/js/widgets.min.js:1:9097
                                    this.fn/</<@tplVis-materialdesign-Icon-Button-Toggle.js:57:93
                                    can.view.pending/</<@http://example.com:8082/vis/lib/js/can.custom.min.js:64:6167
                                    a.each@http://example.com:8082/vis/lib/js/can.custom.min.js:24:294
                                    can.view.pending/<@http://example.com:8082/vis/lib/js/can.custom.min.js:64:6147
                                    hookup/<@http://example.com:8082/vis/lib/js/can.custom.min.js:58:1841
                                    a.each@http://example.com:8082/vis/lib/js/can.custom.min.js:24:294
                                    hookup@http://example.com:8082/vis/lib/js/can.custom.min.js:58:1751
                                    frag@http://example.com:8082/vis/lib/js/can.custom.min.js:58:1344
                                    r@http://example.com:8082/vis/lib/js/can.custom.min.js:58:131
                                    renderTo@http://example.com:8082/vis/lib/js/can.custom.min.js:58:2982
                                    renderAs@http://example.com:8082/vis/lib/js/can.custom.min.js:58:3631
                                    e.template@http://example.com:8082/vis/lib/js/can.custom.min.js:58:1267
                                    renderWidget@http://example.com:8082/vis/js/vis.js:1593:33
                                    renderView/<@http://example.com:8082/vis/js/vis.js:885:120
                                    subscribeStates@http://example.com:8082/vis/js/vis.js:2741:27
                                    renderView@http://example.com:8082/vis/js/vis.js:797:14
                                    renderViews@http://example.com:8082/vis/js/vis.js:759:14
                                    renderView/<@http://example.com:8082/vis/js/vis.js:915:22
                                    subscribeStates/<@http://example.com:8082/vis/js/vis.js:2738:31
                                    getStates/<@http://example.com:8082/vis/js/conn.js:730:29
                                    n.prototype.onack@http://example.com:8082/socket.io/socket.io.js:3:6057
                                    n.prototype.onpacket@http://example.com:8082/socket.io/socket.io.js:3:5417
                                    t.exports/<@http://example.com:8082/socket.io/socket.io.js:3:7486
                                    n.prototype.emit@http://example.com:8082/socket.io/socket.io.js:2:28725
                                    n.prototype.ondecoded@http://example.com:8082/socket.io/socket.io.js:1:29250
                                    t.exports/<@http://example.com:8082/socket.io/socket.io.js:3:7486
                                    r.prototype.emit@http://example.com:8082/socket.io/socket.io.js:1:23662
                                    s.prototype.add@http://example.com:8082/socket.io/socket.io.js:1:10407
                                    n.prototype.ondata@http://example.com:8082/socket.io/socket.io.js:1:29203
                                    t.exports/<@http://example.com:8082/socket.io/socket.io.js:3:7486
                                    n.prototype.emit@http://example.com:8082/socket.io/socket.io.js:2:28725
                                    n.prototype.onPacket@http://example.com:8082/socket.io/socket.io.js:2:5906
                                    n.prototype.setTransport/<@http://example.com:8082/socket.io/socket.io.js:2:3527
                                    n.prototype.emit@http://example.com:8082/socket.io/socket.io.js:2:28725
                                    n.prototype.onPacket@http://example.com:8082/socket.io/socket.io.js:2:17998
                                    n.prototype.onData@http://example.com:8082/socket.io/socket.io.js:2:17947
                                    n.prototype.addEventListeners/this.ws.onmessage@http://example.com:8082/socket.io/socket.io.js:3:1447
                                    EventHandlerNonNull*n.prototype.addEventListeners@http://example.com:8082/socket.io/socket.io.js:3:1415
                                    n.prototype.doOpen@http://example.com:8082/socket.io/socket.io.js:3:1263
                                    n.prototype.open@http://example.com:8082/socket.io/socket.io.js:2:17521
                                    n.prototype.probe@http://example.com:8082/socket.io/socket.io.js:2:5142
                                    n.prototype.onOpen@http://example.com:8082/socket.io/socket.io.js:2:5451
                                    n.prototype.onHandshake@http://example.com:8082/socket.io/socket.io.js:2:6246
                                    n.prototype.onPacket@http://example.com:8082/socket.io/socket.io.js:2:5728
                                    n.prototype.setTransport/<@http://example.com:8082/socket.io/socket.io.js:2:3527
                                    n.prototype.emit@http://example.com:8082/socket.io/socket.io.js:2:28725
                                    n.prototype.onPacket@http://example.com:8082/socket.io/socket.io.js:2:17998
                                    r@http://example.com:8082/socket.io/socket.io.js:2:15622
                                    e.decodePayloadAsBinary/<@http://example.com:8082/socket.io/socket.io.js:2:23105
                                    e.decodePayloadAsBinary@http://example.com:8082/socket.io/socket.io.js:2:23082
                                    e.decodePayload@http://example.com:8082/socket.io/socket.io.js:2:21051
                                    n.prototype.onData@http://example.com:8082/socket.io/socket.io.js:2:15637
                                    o.prototype.doPoll/<@http://example.com:8082/socket.io/socket.io.js:2:11792
                                    n.prototype.emit@http://example.com:8082/socket.io/socket.io.js:2:28725
                                    i.prototype.onData@http://example.com:8082/socket.io/socket.io.js:2:13353
                                    i.prototype.onLoad@http://example.com:8082/socket.io/socket.io.js:2:14206
                                    i.prototype.create/r.onreadystatechange@http://example.com:8082/socket.io/socket.io.js:2:13013
                                    EventHandlerNonNull*i.prototype.create@http://example.com:8082/socket.io/socket.io.js:2:12879
                                    i@http://example.com:8082/socket.io/socket.io.js:2:10817
                                    o.prototype.request@http://example.com:8082/socket.io/socket.io.js:2:11465
                                    o.prototype.doPoll@http://example.com:8082/socket.io/socket.io.js:2:11749
                                    n.prototype.poll@http://example.com:8082/socket.io/socket.io.js:2:15419
                                    n.prototype.doOpen@http://example.com:8082/socket.io/socket.io.js:2:14890
                                    n.prototype.open@http://example.com:8082/socket.io/socket.io.js:2:17521
                                    n.prototype.open@http://example.com:8082/socket.io/socket.io.js:2:3226
                                    n@http://example.com:8082/socket.io/socket.io.js:2:1746
                                    n@http://example.com:8082/socket.io/socket.io.js:1:31854
                                    n.prototype.connect@http://example.com:8082/socket.io/socket.io.js:1:27920
                                    n@http://example.com:8082/socket.io/socket.io.js:1:26121
                                    n@http://example.com:8082/socket.io/socket.io.js:1:26130
                                    n@http://example.com:8082/socket.io/socket.io.js:1:752
                                    init@http://example.com:8082/vis/js/conn.js:240:31
                                    main@http://example.com:8082/vis/js/vis.js:3264:14
                                    @http://example.com:8082/vis/js/vis.js:3537:13
                                    j@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:27295
                                    fireWith@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:28108
                                    ready@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:29942
                                    J@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:30308
                                    EventListener.handleEvent*m.ready.promise@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:30444
                                    m.fn.ready@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:29700
                                    m.fn.init@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:24721
                                    m@http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:393
                                    @http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:30877
                                    @http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:207
                                    @http://example.com:8082/lib/js/jquery-1.11.2.min.js:2:212
                                    widgets.min.js:1:9486
                                    [1579211935311] Request 8 states. vis.js:2732:21
                                    downloadable font: Size of decompressed WOFF 2.0 is less than compressed size (font-family: "Material Icons" style:normal weight:400 stretch:100 src index:2) source: http://example.com:8082/vi…aldesign/lib/font/material-icons/MaterialIcons-Regular.woff2
                                    downloadable font: rejected by sanitizer (font-family: "Material Icons" style:normal weight:400 stretch:100 src index:2) source: http://example.com:8082/vi…aldesign/lib/font/material-icons/MaterialIcons-Regular.woff2
                                    Wed Jan 15 2020 22:58:55 GMT+0100 (Mitteleuropäische Normalzeit) - Thu Jan 16 2020 22:58:55 GMT+0100 (Mitteleuropäische Normalzeit) 4 data.js:412
                                    Error: Invalid dimensions for plot, width = 0, height = 0
                                    
                                    ScroungerS Offline
                                    ScroungerS Offline
                                    Scrounger
                                    Developer
                                    schrieb am zuletzt editiert von
                                    #512

                                    @darkiop sagte in Test Adapter Material Design Widgets v0.2.x:

                                    @Scrounger Klasse, da gehen die Icons nicht aus :)

                                    Eben mal noch schnell alles geladen. Kann es sein dass das Widget 'icon button toggle' defekt ist? Die bereits vorhandenen Schreiben nicht mehr in die Datenpunkte und neue lassen sich im Editor nicht hinzufügen.

                                    Habs korrigiert.

                                    <a href="https://github.com/Scrounger/ioBroker.linkeddevices">LinkedDevices Adapter</a>

                                    <a href="https://github.com/Scrounger/ioBroker.vis-materialdesign">Material Design Widgets</a>

                                    D 1 Antwort Letzte Antwort
                                    1
                                    • ScroungerS Scrounger

                                      @darkiop sagte in Test Adapter Material Design Widgets v0.2.x:

                                      @Scrounger Klasse, da gehen die Icons nicht aus :)

                                      Eben mal noch schnell alles geladen. Kann es sein dass das Widget 'icon button toggle' defekt ist? Die bereits vorhandenen Schreiben nicht mehr in die Datenpunkte und neue lassen sich im Editor nicht hinzufügen.

                                      Habs korrigiert.

                                      D Offline
                                      D Offline
                                      darkiop
                                      Most Active
                                      schrieb am zuletzt editiert von
                                      #513

                                      @Scrounger Passt wieder.

                                      Noch eine Frage:

                                      Ich nutze deine Farb-Presets für die Diagramme. Allerdings werden diese erst >1 OID verwendet. Schöner wäre doch, wenn auch im Diagramm mit einer OID die erste Farbe aus dem Preset verwendet wird. Ist das von dir so gewollt oder eher als Bug einzustufen?

                                      f08891b1-6eba-4699-bd6f-6821eb04df1c-grafik.png

                                      Proxmox-ioBroker-Redis-HA Doku: https://forum.iobroker.net/topic/47478/dokumentation-einer-proxmox-iobroker-redis-ha-umgebung

                                      ScroungerS 1 Antwort Letzte Antwort
                                      0
                                      • C Offline
                                        C Offline
                                        calliou1234
                                        schrieb am zuletzt editiert von
                                        #514

                                        Hallo,

                                        ich kämpfe gerade mit dem Value Select Widget.

                                        Ich habe 2 Line History Charts über 2 basic in widget Views eingebunden.

                                        Beim oberen funktioniert die Auswahl. Selektion geht nach unten auf.

                                        Beim unteren klappt die Selektion immer nach oben auf. Egal was ich bisher probiert habe.
                                        Widget hat die gleichen Einstellungen (Ex- und Import vom oberen)

                                        Bildschirmfoto vom 2020-01-17 12-24-29.png

                                        Jemand ne Idee.

                                        Grüße
                                        Thomas

                                        :mrgreen:

                                        1 Antwort Letzte Antwort
                                        0
                                        • D darkiop

                                          @Scrounger Passt wieder.

                                          Noch eine Frage:

                                          Ich nutze deine Farb-Presets für die Diagramme. Allerdings werden diese erst >1 OID verwendet. Schöner wäre doch, wenn auch im Diagramm mit einer OID die erste Farbe aus dem Preset verwendet wird. Ist das von dir so gewollt oder eher als Bug einzustufen?

                                          f08891b1-6eba-4699-bd6f-6821eb04df1c-grafik.png

                                          ScroungerS Offline
                                          ScroungerS Offline
                                          Scrounger
                                          Developer
                                          schrieb am zuletzt editiert von Scrounger
                                          #515

                                          @darkiop sagte in Test Adapter Material Design Widgets v0.2.x:

                                          Ich nutze deine Farb-Presets für die Diagramme. Allerdings werden diese erst >1 OID verwendet. Schöner wäre doch, wenn auch im Diagramm mit einer OID die erste Farbe aus dem Preset verwendet wird. Ist das von dir so gewollt oder eher als Bug einzustufen?

                                          Ist nen Fehler, werd ich beheben.

                                          @calliou1234 sagte in Test Adapter Material Design Widgets v0.2.x:

                                          Beim unteren klappt die Selektion immer nach oben auf.

                                          Wenn nach unten nicht genügend Platz im Browser-Fenster ist, dann klappt des nach oben auf.

                                          <a href="https://github.com/Scrounger/ioBroker.linkeddevices">LinkedDevices Adapter</a>

                                          <a href="https://github.com/Scrounger/ioBroker.vis-materialdesign">Material Design Widgets</a>

                                          1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          692

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe