Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Skripten / Logik
    4. [HowTo] Script Sticky Notes (PostIt) für VIS und Telegram

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    [HowTo] Script Sticky Notes (PostIt) für VIS und Telegram

    This topic has been deleted. Only users with topic management privileges can see it.
    • Latzi
      Latzi @liv-in-sky last edited by

      @liv-in-sky sagte in [HowTo] Script Sticky Notes (PostIt) für VIS und Telegram:

      ich kann die größe der schrift nicht einstellen

      auch nicht mit "18px"?

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

        @latzi man kann dort kein px eingeben

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

          @liv-in-sky 😭

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

            @liv-in-sky sagte in [HowTo] Script Sticky Notes (PostIt) für VIS und Telegram:

            @scrounger - hätte ein paar fragen zu dem md alert widget - vielleicht hast du ein paar tipps

            • ich kann die größe der schrift nicht einstellen - weder über das spezielle setting

            Image 2.png

            noch über das standard CSS Font & Text

            doch..... nimm mal den Pfeil nach oben auf der rechten Seite 😬

            11.png

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

              @liv-in-sky sagte in [HowTo] Script Sticky Notes (PostIt) für VIS und Telegram:

              @skokarl

              ist erledigt

              • neuer dp für deine sichtbarkeit - wird auf false gehen, nach der eingabe in mit dem input-widget - die sichtbarkeit auf true setzen, machst du ja mit einem extra-schalter
              • eingabe von leeren werten sollte auch nicht mehr funktionieren

              ist nur im blockly geändert worden - das andere script bleibt gleich

              und Eingabe Objekt Datenpunkt nach Eingabe gelöscht ? 😇

              Sorry, 100% ist mein zweiter Vorname 😁

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

                @skokarl logo

                S 1 Reply Last reply Reply Quote 1
                • S
                  skokarl @liv-in-sky last edited by

                  @liv-in-sky

                  12.png

                  kann ich die "Reste" irgendwie entfernen ?

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

                    @skokarl diese  "reste" habe ich schon mal bei gesehen - wenn ich das script importiere ist das auch so - wenn ich dann aber den javascript tab im browser refreshe - dann ist es richtig

                    zu dem thema im chat: du hat hoffentlich nicht das "globale" script nochmal installiert - bei dir haben wir das schon gemacht - wenn ja - bitte wieder rauslöschen

                    ich habe das ganze mal ohne globales script gemacht bzw umgestellt - mit dem neuen script (post 1 )brauchst du keine globale scripte mehr !!

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

                      neues script oben - globales script wird nicht mehr benötigt - kann gelöscht werden - nur noch das blockly notwendig

                      S 3 Replies Last reply Reply Quote 1
                      • S
                        skokarl @liv-in-sky last edited by skokarl

                        @liv-in-sky

                        p1.png

                        edit: schon erledigt, Danke

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

                          @liv-in-sky

                          Also erstmal.....super Arbeit !!!!!

                          Ich kriege beim Löschen eines Postits ein Telegramm..... kannst Du das optional machen ?
                          im Blockly ?

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

                            @liv-in-sky

                            Nochmals vielen Dank für Deine Unterstützung, Script läuft super.

                            post-3.gif

                            liv-in-sky Holger Etzel M 5 Replies Last reply Reply Quote 1
                            • liv-in-sky
                              liv-in-sky @skokarl last edited by liv-in-sky

                              @skokarl

                              das ist eine gute idee - ein hintergrundbild - da muss man erstmal draufkommen 🙂 gefällt mir gut 👍

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

                                @skokarl

                                muss nochmal testen - aber ungfähr so würde der abbruch funktionieren
                                postit-dp (3).gif

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

                                  @liv-in-sky sagte in [HowTo] Script Sticky Notes (PostIt) für VIS und Telegram:

                                  @scrounger

                                  vergiß den post oben - sorry - war ein feheler in meinen css einstellungen - hatte vergessen, dass ich da was eingestellt hatte

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

                                    @skokarl

                                    neue version im ersten post

                                    • abbruch eingabe
                                    • pin einfügen auf wunsch (im setting bereich ganz oben)
                                    • delete all posts in telegram
                                    • mehrere zeilen in telegram - statt alles in einer
                                    1 Reply Last reply Reply Quote 1
                                    • liv-in-sky
                                      liv-in-sky last edited by liv-in-sky

                                      mal ein siples beipiel für trashschedule adapter user:

                                      das script schreibt um 15:12 ein postit, wenn daysLeft 1 ist

                                      
                                      schedule("12 15 * * *",  function () {
                                      
                                      var myData=JSON.parse(getState('trashschedule.0.type.json').val);
                                      for (var index in myData ) { 
                                      
                                         if (myData[index].daysLeft==1) setState('0_userdata.0.Alarm-MaterialDesign.PostItErstellen',myData[index].name)
                                      }
                                      
                                      });
                                      

                                      bei mir ist es morgen soweit:

                                      Image 1.png

                                      S 3 Replies Last reply Reply Quote 1
                                      • S
                                        skokarl @liv-in-sky last edited by

                                        @liv-in-sky

                                        geil, das wollte ich heute abend mit blockly machen, super, Danke

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

                                          @liv-in-sky

                                          hintergrundfarbe-blockly.png

                                          kisspng-post-it.png

                                          1 Reply Last reply Reply Quote 0
                                          • Holger Etzel
                                            Holger Etzel @skokarl last edited by

                                            @skokarl

                                            Hallo,
                                            wie bekommnt man das hin mit dem Postit-Hintergrund?
                                            Wo wird der eingefügt?

                                            lg
                                            holger

                                            liv-in-sky 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            480
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            11
                                            145
                                            11513
                                            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