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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    Vorlagen/Ideen MüllPlan VIEW / Widget ?

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

      da bin ich auch noch dran. Im ical kann man ja bei Ereignisse etwas angeben. Vielleicht kann man darüber was mache ?

      Sonst habe ich das script gefunden :
      https://derfrickler.de/muellabfuhr-termine-in-tagen-anzeigen-iobroker-vis/

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

        @ChrisXY danke dir - ich habe wohl ein anderes müllscript - vielleicht muss ich wechseln

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

          @liv-in-sky hallo
          habe diese Skript aus dem Forum (dank an den Enwickler) mit widget welches ich sehr lannge und zuverlässig im einsatz habe. Habe es mir angepasst. als Anhang Icons ein Link zum generieren eines Codes für Alexa Abfallkalender Skill und Beispiellink zum download eines ical Kalender Datei einer Abfallwirtschaft.
          Gruss Richard
          Skript_Abfallkalender.txt
          Widget_Abfallkalender.txt Abfallkalender_Alexa_Skill_Zugangscode_und_iCal_Datei.txt ![Abfall Kalender Abfall_Kalender_Icons.rar

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

            @rifu1000 danke dir

            meine abfalldaten sind im google kalender - werd mir die sache mal in ruhe ansehen

            1 Reply Last reply Reply Quote 0
            • M
              mikiline last edited by

              Habe es so gelöst...
              muell.PNG

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

                @liv-in-sky ja ical
                sind zwei skripte
                einmal für die Anzeige heut morgen übermorgen
                und das zweite für die Tage zur Abholung

                liv-in-sky 1 Reply Last reply Reply Quote 0
                • crunchip
                  crunchip Forum Testing Most Active @ChrisXY last edited by crunchip

                  @ChrisXY
                  View
                  View-Abfallkalender.txt
                  Anzeige für die Tage
                  Abfalltermine.txt
                  Heute Morgen Übermorgen
                  Müllwarnung.txt

                  C moppel2810 Axel Koeneke M G 5 Replies Last reply Reply Quote 0
                  • liv-in-sky
                    liv-in-sky @crunchip last edited by

                    @crunchip

                    oh mann - wenn man zuviel im kopf hat 😞

                    das wetter ist zu heiß für mich ! habe selber ein script als vorlage im forum - da kann ich diese daten ja rausziehen - habe es für einen anderen termin gemacht und war zu blöd, um diese beiden sachen miteinander zu verbinden

                    https://forum.iobroker.net/topic/22574/vorlage-zeit-herunterzählen-bis-googletermin-eintritt/11

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

                      @liv-in-sky stimmt, da war doch was😀

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

                        @crunchip hm Danke aber schon das view lässt sich nicht Importieren. Lannst es vll über https://pastebin.com/ oder als Code ? versuchen. 3. Spoiler rgeht auch nicht auf 😉
                        Danke

                        crunchip 2 Replies Last reply Reply Quote 0
                        • crunchip
                          crunchip Forum Testing Most Active @ChrisXY last edited by

                          @ChrisXY mach ich dann, bin grad nicht am Rechner, gib mir ne halbe std

                          1 Reply Last reply Reply Quote 1
                          • crunchip
                            crunchip Forum Testing Most Active @ChrisXY last edited by

                            @ChrisXY habs oben geändert

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

                              hm in den abfalltermine habe ich wohl ein fehler ... weiss aber nicht was ich falsch gemacht.
                              Hab alles in Instanz 0.

                              Zeigt nur 1 oder -1 an
                              abfall.png

                              debug = true;
                              
                              const PFAD = "ical.0.events.";
                              const EINTRAEGE = {                       
                                  "Restmuelltonne": 'javascript.0.Vis.muell.restmuell',
                                  "Papiertonne": 'javascript.0.Vis.muell.papiertonne',
                                  "Biotonne": 'javascript.0.Vis.muell.biotonne',
                                  "GelberSack": 'javascript.0.Vis.muell.gelbersack'
                              };
                              
                              crunchip 1 Reply Last reply Reply Quote 0
                              • crunchip
                                crunchip Forum Testing Most Active @ChrisXY last edited by

                                @ChrisXY stell in deinem ical die Tagesvorschau auf 90, steht bei dir auf 7

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

                                  hahaha ja hab es vor 5 minuten auch gemerkt ... Trotzdem Danke

                                  1 Reply Last reply Reply Quote 0
                                  • Chaot
                                    Chaot last edited by

                                    Mal ne ganz blöde Frage.
                                    Lässt sich das mit der eingangs erwähnten blinkenden Tonne auch umsetzen?
                                    Ich bin nicht ganz so fit im VIS Editor.

                                    crunchip liv-in-sky 2 Replies Last reply Reply Quote 0
                                    • crunchip
                                      crunchip Forum Testing Most Active @Chaot last edited by

                                      @Chaot meinst du die Blickende Zahl?

                                      Chaot 1 Reply Last reply Reply Quote 0
                                      • Chaot
                                        Chaot @crunchip last edited by

                                        @crunchip Ja, oder das Symbol blinken lassen.

                                        crunchip 1 Reply Last reply Reply Quote 0
                                        • crunchip
                                          crunchip Forum Testing Most Active @Chaot last edited by

                                          @Chaot für die Zahl
                                          CSS Klasse {val:javascript.0.Vis.muell.papiertonne; val<=1? "mdui-red-flash": val>=2? "": "yellowgreen"}

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

                                            @crunchip Oooook?
                                            Und wo trage ich das ein?
                                            Von CSS habe ich schon gar keine Ahnung ☹

                                            Edit:
                                            Ich habe es gefunden. 👏
                                            Das ist ja schon in deiner Vorlage drin!👍

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            546
                                            Online

                                            31.6k
                                            Users

                                            79.5k
                                            Topics

                                            1.3m
                                            Posts

                                            vis
                                            38
                                            311
                                            44432
                                            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