Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Visualisierung
    4. Vorlagen/Ideen MüllPlan VIEW / Widget ?

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    Vorlagen/Ideen MüllPlan VIEW / Widget ?

    This topic has been deleted. Only users with topic management privileges can see it.
    • opossum
      opossum last edited by

      Hallo,

      bei mir sieht das so aus:

      d53fcb10-26da-4a3b-a0b2-0ba9be456bca-image.png

      Gruß
      opossum

      liv-in-sky 1 Reply Last reply Reply Quote 0
      • liv-in-sky
        liv-in-sky @Chaot last edited by liv-in-sky

        @Chaot

        ich habe das hier unter css (project) -tab kopiert

        .blink {
            display:block;
            -webkit-animation-name: color-pulse;
            -webkit-animation-duration: 3s;
            -webkit-animation-iteration-count: infinite;
            -webkit-animation-timing-function: ease-in-out;
            -webkit-animation-direction: alternate;
            animation-name: color-pulse;
            animation-duration: 3s;
            animation-iteration-count: infinite;
            animation-timing-function: ease-in-out;
            animation-direction: alternate;
            } 
        

        anschliessend habe ich das im widget angegeben

        Image 1.png

        dann blinkt das ganze - das alles kann man dann mit der sichbarkeit noch ein wenig konfigurieren - z.b wenn nur noch 1 tag bis zum mülltag ist, wird dieses blinkende widget sichtbar - dauert es über einen tag, ist ein feststehendes anders widget sichtbar - beide widget liegen übereinander und sind je nach wert der tage sichtbar

        du kannst dass blink für alle anderen widget auch benutzen - du musst nur im widget das blink in der css klasse angeben

        hoffe das hilft weiter - bei mir sieht es so aus - morgen ist mülltag-bio - die braune tonne ist groß geworden und blinkt
        uml-ani-gif11.gif

        1 Reply Last reply Reply Quote 0
        • liv-in-sky
          liv-in-sky @opossum last edited by liv-in-sky

          @opossum

          würdest du deine bilder vielleicht hochladen -könnte sie in einer anderen view gut gebrauchen - gibt es das auch für grün? oder muss ich wieder mal "gimpen"

          opossum 1 Reply Last reply Reply Quote 0
          • C
            ChrisXY last edited by

            nice die Symbole gefallen mir auch wo hast du die hier ? Bei uns ist die Tonne aber Blau ..

            liv-in-sky 1 Reply Last reply Reply Quote 0
            • liv-in-sky
              liv-in-sky @ChrisXY last edited by liv-in-sky

              @ChrisXY das ist blöd - dann musst du wohl umziehen 🙂

              welche bilder meinst du eigentlich - die von opossum?

              1 Reply Last reply Reply Quote 0
              • C
                ChrisXY last edited by

                diese
                alt text
                Also das sBlinken habe ich jetzt mal eingefügt Projekt CSS
                dann bei css class "blink" reingeschrieben.
                Klappt aber nicht. Im css ist was mit "block"
                Ich hab folgendes widget : Basic bool html.

                liv-in-sky H 3 Replies Last reply Reply Quote 0
                • liv-in-sky
                  liv-in-sky @ChrisXY last edited by

                  @ChrisXY

                  muelltonneGruen.png muelltonneGelb.png muelltonneBraun.png muelltonneBlau.png muelltonneSchwarz.png muelltonneRot.png

                  1 Reply Last reply Reply Quote 1
                  • C
                    ChrisXY last edited by ChrisXY

                    DANKE ! hab auch mal das image Widget genommen aber da binkt auch nichts hmm

                    liv-in-sky 1 Reply Last reply Reply Quote 0
                    • liv-in-sky
                      liv-in-sky @ChrisXY last edited by liv-in-sky

                      @ChrisXY

                      kannst du mal ein bild des css-tab machen und posten - das mit dem block versteh ich nicht ?
                      das alles ist eigentlich widget unabhängig - muss mit jedem widget funktionieren

                      C 1 Reply Last reply Reply Quote 0
                      • C
                        ChrisXY @liv-in-sky last edited by

                        @liv-in-sky klar. Hab ja auch schon mit css gearbeitet für das "glow" das klappt alles css.png

                        1 Reply Last reply Reply Quote 0
                        • liv-in-sky
                          liv-in-sky @ChrisXY last edited by liv-in-sky

                          @ChrisXY

                          ich meinte den css- tab als bild - rechts daneben
                          habe gerade festgestellt, dass bei mir alles unter global in dem css tab ist und nicht project

                          Image 3.png

                          1 Reply Last reply Reply Quote 0
                          • C
                            ChrisXY last edited by

                            hi, auch schon versucht das war voher leer siehe screen:
                            css2.png css3.png

                            liv-in-sky 2 Replies Last reply Reply Quote 0
                            • liv-in-sky
                              liv-in-sky @ChrisXY last edited by liv-in-sky

                              @ChrisXY sorry für die nächste frage:

                              den browser hast du neugeladen nach der änderung? bei der anzeige der vis - nicht den vis- edit teil

                              1 Reply Last reply Reply Quote 0
                              • liv-in-sky
                                liv-in-sky last edited by

                                @ChrisXY
                                also ich hab jetzt das css auf project geändert und .blink{} rüber kopiert und im global gelöscht - ich glaube das war bei mir verkeht

                                es funktioniert - wie es soll - habe ehrlich gesagt im moment keine weiteren einfälle, woran das haken könnte - vielleicht könnte das mal jemand anderes ausprobieren ?

                                1 Reply Last reply Reply Quote 0
                                • liv-in-sky
                                  liv-in-sky @crunchip last edited by liv-in-sky

                                  ich habe mal die variante von @crunchip mit meiner klasse (blink) getestet - funktioniert auch (anstatt blink steht die nächste zeile im css des widgets

                                  {val:javascript.0.CountdownBioTonne.Termin.Rest.Tage; val<=1? "blink": val>=2? "": ""}

                                  -> wenn der wert val (restliche tage) kleiner gleich 1 ist, dann blinke (->benutze klasse blink) , wenn der wert größer gleich 2 ist mache "nichts" und als standard ((alle anderen werte)) mache auch "nichts" (nichts bedeutet wende keinheklasse an!)

                                  ist eleganter und hat auch einen anderen vorteil - bei mir blinken die widget auch im editor - bei dieser lösung blinkt es nur in der vis-runtime und noch dazu man benötigt nur ein widget (bild) !!

                                  wird aber bei dir nicht zur lösung beitragen, weil er die klasse wohl nicht findet oder anwendet - vorausgesetzt er bekommt die richtigen tage !!! bei mir :javascript.0.CountdownBioTonne.Termin.Rest.Tage

                                  1 Reply Last reply Reply Quote 0
                                  • liv-in-sky
                                    liv-in-sky last edited by

                                    @crunchip ich kann deine klasse "mdui-red-flash" nirgends finden - würdest du sie bitte posten

                                    crunchip 1 Reply Last reply Reply Quote 0
                                    • C
                                      ChrisXY last edited by

                                      Ich hab mdui-red-blink 🙂 Das klappt auch direkt. blink aber nicht

                                      
                                      /* -----
                                         blink
                                         ----- */
                                      
                                      
                                      
                                      .mdui-red-blink   {
                                        animation: mdui-red-blink-ani 1s linear infinite;
                                      }
                                      @keyframes mdui-red-blink-ani  {
                                        0%,50% {filter: drop-shadow(0px 0px 4px #F44336) drop-shadow(0px 0px 4px #F44336) drop-shadow(0px 0px 4px #F44336); }
                                        51% {filter: none;}
                                      
                                      }
                                      .mdui-yellow-blink {
                                        animation: mdui-yellow-blink-ani 1s linear infinite;
                                      }
                                      @keyframes mdui-yellow-blink-ani  {
                                        0%,50% {filter: drop-shadow(0px 0px 4px #FFDB3B) drop-shadow(0px 0px 4px #FFDB3B) drop-shadow(0px 0px 4px #FFDB3B); }
                                        51% {filter: none;}
                                      
                                      }
                                      .mdui-blue-blink {
                                        animation: mdui-blue-blink-ani 1s linear infinite;
                                      }
                                      @keyframes mdui-blue-blink-ani  {
                                        0%,50% {filter: drop-shadow(0px 0px 4px #2B95F3) drop-shadow(0px 0px 4px #2B95F3) drop-shadow(0px 0px 4px #2B95F3); }
                                        51% {filter: none;}
                                      }
                                      .mdui-green-blink {
                                        animation: mdui-green-blink-ani 1s linear infinite;
                                      }
                                      @keyframes mdui-green-blink-ani  {
                                        0%,50% {filter: drop-shadow(0px 0px 4px #4CAF50) drop-shadow(0px 0px 4px #4CAF50) drop-shadow(0px 0px 4px #4CAF50); }
                                        51% {filter: none;}
                                      }
                                      
                                      1 Reply Last reply Reply Quote 0
                                      • crunchip
                                        crunchip Forum Testing Most Active @liv-in-sky last edited by crunchip

                                        @liv-in-sky sagte in Vorlagen/Ideen MüllPlan VIEW / Widget ?:

                                        mdui-red-flash
                                        hast du das skript material design uhula installiert?
                                        ansonsten guck vllt mal da
                                        https://forum.iobroker.net/post/94787
                                        bzw. hier
                                        https://forum.iobroker.net/post/217278

                                        liv-in-sky 1 Reply Last reply Reply Quote 0
                                        • liv-in-sky
                                          liv-in-sky @crunchip last edited by

                                          @crunchip danke - kann ich gut gebrauchen

                                          uml-ani-gif11.gif

                                          H 1 Reply Last reply Reply Quote 1
                                          • liv-in-sky
                                            liv-in-sky @ChrisXY last edited by

                                            @ChrisXY klappt es bei dir ?

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            819
                                            Online

                                            31.7k
                                            Users

                                            79.9k
                                            Topics

                                            1.3m
                                            Posts

                                            vis
                                            38
                                            311
                                            48015
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo