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

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

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. [How-to] Node.js ioBroker richtig updaten-2021/22 Edition

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    17
    1
    519

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    5.3k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.4k

[How-to] Node.js ioBroker richtig updaten-2021/22 Edition

Scheduled Pinned Locked Moved ioBroker Allgemein
812 Posts 97 Posters 389.1k Views 83 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Siggi0904S Offline
    Siggi0904S Offline
    Siggi0904
    wrote on last edited by
    #402

    @thomas-braun Hallo so sieht die Ausgabe aus:

    iobroker@iobroker:/opt/iobroker$ npm ls canvas
    iobroker.inst@2.0.3 /opt/iobroker
    ├─┬ iobroker.iot@1.11.4
    │ ├── canvas@2.9.1
    │ └─┬ jsdom@19.0.0
    │   └── canvas@2.9.1 deduped
    └─┬ iobroker.mihome-vacuum@3.3.3
      └── canvas@2.9.1
    
    iobroker@iobroker:/opt/iobroker$
    
    
    Thomas BraunT 1 Reply Last reply
    0
    • bahnuhrB bahnuhr

      Update von 14 auf 16.
      Fast alles ok.

      dieter@VM-iobroker:~$ which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs && who -r && whoami && groups
      /usr/bin/nodejs
      v16.15.1
      /usr/bin/node
      v16.15.1
      /usr/bin/npm
      8.11.0
      nodejs:
        Installiert:           16.15.1-deb-1nodesource1
        Installationskandidat: 16.15.1-deb-1nodesource1
        Versionstabelle:
       *** 16.15.1-deb-1nodesource1 500
              500 https://deb.nodesource.com/node_16.x buster/main amd64 Packages
              100 /var/lib/dpkg/status
           10.24.0~dfsg-1~deb10u1 500
              500 http://ftp.de.debian.org/debian buster/main amd64 Packages
              500 http://security.debian.org/debian-security buster/updates/main amd64 Packages
               Runlevel 5   2022-06-18 03:10
      dieter
      dieter sudo iobroker
      dieter@VM-iobroker:~$
      
      

      Lediglich der Adapter "mihome-vaccuum" meckert, dass canvas fehlt.

      mihome-vacuum.0
      2022-06-19 12:59:31.416	warn	CANVAS package not installed....please install Canvas package manually or disable Map in config see also https://github.com/iobroker-community-adapters/ioBroker.mihome-vacuum/blob/master/lib/canvaserror.md
      

      Manuell nachinstalliert mit "npm i canvas"
      Und nun keine Fehler mehr im log.

      mfg
      Dieter

      apollon77A Offline
      apollon77A Offline
      apollon77
      wrote on last edited by
      #403

      @bahnuhr sagte in [How-to] Node.js ioBroker richtig updaten-2021/22 Edition:

      Manuell nachinstalliert mit "npm i canvas"

      Hm .... naja das ist an sich der falsche weg :-( Canvas ist bestimmt da, aber halt kompiliert gegen die alte Version. Wenn Du jetzt nochmal canvas "irgendwo" installiert hast dann haste jetzt "irgendwo" ein extra Canvas was vllt genutzt wird vom adapter ... oder auch nicht ...

      Da ist die Meldung vom Adapter seeehr irreführend :-(

      Richtiger wäre in /opt/iobroker/node_modules zu schauen wo "canvas" liegt (also ein Verzeichnis). Am Ende starten ob es in node_modules/iobroker.mihome-vacuum/node_modules/canvas ist oder in node_modules/canvas . Dann dort ein "npm install" ausführen

      Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

      • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
      • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
      bahnuhrB 1 Reply Last reply
      0
      • Siggi0904S Siggi0904

        @thomas-braun Hallo so sieht die Ausgabe aus:

        iobroker@iobroker:/opt/iobroker$ npm ls canvas
        iobroker.inst@2.0.3 /opt/iobroker
        ├─┬ iobroker.iot@1.11.4
        │ ├── canvas@2.9.1
        │ └─┬ jsdom@19.0.0
        │   └── canvas@2.9.1 deduped
        └─┬ iobroker.mihome-vacuum@3.3.3
          └── canvas@2.9.1
        
        iobroker@iobroker:/opt/iobroker$
        
        
        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        wrote on last edited by
        #404

        @siggi0904
        Sollte eigentlich passen.
        Und wo hast du jetzt genau was eingegeben das zu dem obigen Output führte?

        Linux-Werkzeugkasten:
        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
        NodeJS Fixer Skript:
        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

        Siggi0904S 1 Reply Last reply
        0
        • Thomas BraunT Thomas Braun

          @siggi0904
          Sollte eigentlich passen.
          Und wo hast du jetzt genau was eingegeben das zu dem obigen Output führte?

          Siggi0904S Offline
          Siggi0904S Offline
          Siggi0904
          wrote on last edited by
          #405

          @thomas-braun ich war in "/opt/iobroker$" und habe "npm i canvas eingegeben"

          @apollon77 dem kann ich nicht folgen. Was muss ich da machen?
          Danke.

          Thomas BraunT 1 Reply Last reply
          0
          • apollon77A apollon77

            @bahnuhr sagte in [How-to] Node.js ioBroker richtig updaten-2021/22 Edition:

            Manuell nachinstalliert mit "npm i canvas"

            Hm .... naja das ist an sich der falsche weg :-( Canvas ist bestimmt da, aber halt kompiliert gegen die alte Version. Wenn Du jetzt nochmal canvas "irgendwo" installiert hast dann haste jetzt "irgendwo" ein extra Canvas was vllt genutzt wird vom adapter ... oder auch nicht ...

            Da ist die Meldung vom Adapter seeehr irreführend :-(

            Richtiger wäre in /opt/iobroker/node_modules zu schauen wo "canvas" liegt (also ein Verzeichnis). Am Ende starten ob es in node_modules/iobroker.mihome-vacuum/node_modules/canvas ist oder in node_modules/canvas . Dann dort ein "npm install" ausführen

            bahnuhrB Online
            bahnuhrB Online
            bahnuhr
            Forum Testing Most Active
            wrote on last edited by
            #406

            @apollon77

            Bei mir ist es wohl jetzt da drin:

            dieter@VM-iobroker:~$ npm ls canvas
            dieter@ /home/dieter
            └── canvas@2.9.1
            
            

            Wenn ich helfen konnte, dann Daumen hoch (Pfeil nach oben)!
            Danke.
            gute Forenbeiträge: https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge
            ScreenToGif :https://www.screentogif.com/downloads.html

            Thomas BraunT 1 Reply Last reply
            0
            • bahnuhrB bahnuhr

              @apollon77

              Bei mir ist es wohl jetzt da drin:

              dieter@VM-iobroker:~$ npm ls canvas
              dieter@ /home/dieter
              └── canvas@2.9.1
              
              
              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              wrote on last edited by
              #407

              @bahnuhr
              In /home/dieter ist es falsch.

              Linux-Werkzeugkasten:
              https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
              NodeJS Fixer Skript:
              https://forum.iobroker.net/topic/68035/iob-node-fix-skript
              iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

              bahnuhrB 1 Reply Last reply
              1
              • Thomas BraunT Thomas Braun

                @bahnuhr
                In /home/dieter ist es falsch.

                bahnuhrB Online
                bahnuhrB Online
                bahnuhr
                Forum Testing Most Active
                wrote on last edited by
                #408

                @thomas-braun sagte in [How-to] Node.js ioBroker richtig updaten-2021/22 Edition:

                @bahnuhr
                In /home/dieter ist es falsch.

                wenn ich wechsel nach /opt/iobroker dann kommt dies:

                dieter@VM-iobroker:/opt/iobroker$ npm ls canvas
                [sudo] Passwort für dieter:
                iobroker.inst@2.0.3 /opt/iobroker
                ├── canvas@2.9.1 extraneous
                └─┬ iobroker.mihome-vacuum@3.3.3
                  └── canvas@2.9.1
                
                

                Das sieht schon besser aus, oder ?

                Wie bekomme ich das andere wieder weg.
                oder einfach drin lassen ?


                Wenn ich helfen konnte, dann Daumen hoch (Pfeil nach oben)!
                Danke.
                gute Forenbeiträge: https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge
                ScreenToGif :https://www.screentogif.com/downloads.html

                1 Reply Last reply
                0
                • Siggi0904S Siggi0904

                  @thomas-braun ich war in "/opt/iobroker$" und habe "npm i canvas eingegeben"

                  @apollon77 dem kann ich nicht folgen. Was muss ich da machen?
                  Danke.

                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  wrote on last edited by
                  #409

                  @siggi0904
                  Stell dich in
                  /opt/iobroker/node_modules/iobroker.mihome-vacuum/node_modules/canvas

                  und dann

                  npm install
                  

                  Linux-Werkzeugkasten:
                  https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                  NodeJS Fixer Skript:
                  https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                  iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                  Siggi0904S 1 Reply Last reply
                  0
                  • Thomas BraunT Thomas Braun

                    @siggi0904
                    Stell dich in
                    /opt/iobroker/node_modules/iobroker.mihome-vacuum/node_modules/canvas

                    und dann

                    npm install
                    
                    Siggi0904S Offline
                    Siggi0904S Offline
                    Siggi0904
                    wrote on last edited by
                    #410

                    @thomas-braun hm, da gibt es kein Canvas.

                    iobroker@iobroker:/opt/iobroker/node_modules/iobroker.mihome-vacuum/node_modules$ ls -lisa
                    insgesamt 20
                     537574 4 drwxrwxr-x+ 5 iobroker iobroker 4096 17. Mai 19:28 .
                     524336 4 drwxrwxr-x+ 5 iobroker iobroker 4096 17. Mai 19:28 ..
                     524332 4 drwxrwxr-x+ 6 iobroker iobroker 4096 17. Mai 19:28 qs
                    2891192 4 drwxrwxr-x+ 3 iobroker iobroker 4096  6. Nov 2021  request
                    2891190 4 drwxrwxr-x+ 3 iobroker iobroker 4096  6. Nov 2021  tough-cookie
                    iobroker@iobroker:/opt/iobroker/node_modules/iobroker.mihome-vacuum/node_modules$
                    
                    
                    apollon77A 1 Reply Last reply
                    0
                    • Siggi0904S Siggi0904

                      @thomas-braun hm, da gibt es kein Canvas.

                      iobroker@iobroker:/opt/iobroker/node_modules/iobroker.mihome-vacuum/node_modules$ ls -lisa
                      insgesamt 20
                       537574 4 drwxrwxr-x+ 5 iobroker iobroker 4096 17. Mai 19:28 .
                       524336 4 drwxrwxr-x+ 5 iobroker iobroker 4096 17. Mai 19:28 ..
                       524332 4 drwxrwxr-x+ 6 iobroker iobroker 4096 17. Mai 19:28 qs
                      2891192 4 drwxrwxr-x+ 3 iobroker iobroker 4096  6. Nov 2021  request
                      2891190 4 drwxrwxr-x+ 3 iobroker iobroker 4096  6. Nov 2021  tough-cookie
                      iobroker@iobroker:/opt/iobroker/node_modules/iobroker.mihome-vacuum/node_modules$
                      
                      
                      apollon77A Offline
                      apollon77A Offline
                      apollon77
                      wrote on last edited by apollon77
                      #411

                      @siggi0904 Dann nimm /opt/iobroker/node_modules/canvas

                      und genau das sagte mein Satz oben. Schau wo es ist und da wo es ist mach den Befehl

                      Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                      • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                      • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                      Siggi0904S 1 Reply Last reply
                      0
                      • apollon77A apollon77

                        @siggi0904 Dann nimm /opt/iobroker/node_modules/canvas

                        und genau das sagte mein Satz oben. Schau wo es ist und da wo es ist mach den Befehl

                        Siggi0904S Offline
                        Siggi0904S Offline
                        Siggi0904
                        wrote on last edited by
                        #412

                        @apollon77
                        Das lief soweit durch. Folgende Meldung kam:

                        iobroker@iobroker:/opt/iobroker/node_modules/iobroker.mihome-vacuum/node_modules$ ls -lisa
                        insgesamt 20
                         537574 4 drwxrwxr-x+ 5 iobroker iobroker 4096 17. Mai 19:28 .
                         524336 4 drwxrwxr-x+ 5 iobroker iobroker 4096 17. Mai 19:28 ..
                         524332 4 drwxrwxr-x+ 6 iobroker iobroker 4096 17. Mai 19:28 qs
                        2891192 4 drwxrwxr-x+ 3 iobroker iobroker 4096  6. Nov 2021  request
                        2891190 4 drwxrwxr-x+ 3 iobroker iobroker 4096  6. Nov 2021  tough-cookie
                        iobroker@iobroker:/opt/iobroker/node_modules/iobroker.mihome-vacuum/node_modules$ cd ..
                        iobroker@iobroker:/opt/iobroker/node_modules/iobroker.mihome-vacuum$ cd ..
                        iobroker@iobroker:/opt/iobroker/node_modules$ cd canvas/
                        iobroker@iobroker:/opt/iobroker/node_modules/canvas$ npm install
                        npm WARN deprecated har-validator@5.1.5: this library is no longer supported
                        npm WARN deprecated circular-json@0.3.3: CircularJSON is in maintenance only, flatted is its successor.
                        npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
                        npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
                        npm WARN deprecated mkdirp@0.5.1: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
                        
                        > canvas@2.9.1 install
                        > node-pre-gyp install --fallback-to-build
                        
                        node-pre-gyp info it worked if it ends with ok
                        node-pre-gyp info using node-pre-gyp@1.0.9
                        node-pre-gyp info using node@16.15.1 | linux | x64
                        [canvas] Success: "/opt/iobroker/node_modules/canvas/build/Release/canvas.node" already installed
                        Pass --update-binary to reinstall or --build-from-source to recompile
                        node-pre-gyp info ok
                        
                        added 448 packages, and audited 466 packages in 58s
                        
                        51 packages are looking for funding
                          run `npm fund` for details
                        
                        3 vulnerabilities (2 moderate, 1 critical)
                        
                        To address all issues (including breaking changes), run:
                          npm audit fix --force
                        
                        Run `npm audit` for details.
                        iobroker@iobroker:/opt/iobroker/node_modules/canvas$
                        
                        
                        1 Reply Last reply
                        0
                        • bahnuhrB Online
                          bahnuhrB Online
                          bahnuhr
                          Forum Testing Most Active
                          wrote on last edited by
                          #413

                          hab das jetzt auch mal gemacht:

                          Es kommt:

                          dieter@VM-iobroker:/opt/iobroker/node_modules$ cd canvas
                          dieter@VM-iobroker:/opt/iobroker/node_modules/canvas$ npm install
                          [sudo] Passwort für dieter:
                          npm WARN deprecated har-validator@5.1.5: this library is no longer supported
                          npm WARN deprecated circular-json@0.3.3: CircularJSON is in maintenance only, flatted is its successor.
                          npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
                          npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
                          npm WARN deprecated mkdirp@0.5.1: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
                          
                          > canvas@2.9.1 install
                          > node-pre-gyp install --fallback-to-build
                          
                          node-pre-gyp info it worked if it ends with ok
                          node-pre-gyp info using node-pre-gyp@1.0.9
                          node-pre-gyp info using node@16.15.1 | linux | x64
                          [canvas] Success: "/opt/iobroker/node_modules/canvas/build/Release/canvas.node" already installed
                          Pass --update-binary to reinstall or --build-from-source to recompile
                          node-pre-gyp info ok
                          
                          added 449 packages, and audited 469 packages in 45s
                          
                          51 packages are looking for funding
                            run `npm fund` for details
                          
                          3 vulnerabilities (2 moderate, 1 critical)
                          
                          To address all issues (including breaking changes), run:
                            npm audit fix --force
                          
                          Run `npm audit` for details.
                          dieter@VM-iobroker:/opt/iobroker/node_modules/canvas$
                          
                          

                          Sind diese Meldungen richtig ?

                          und bei ls canvas kommt wieder:

                          dieter@VM-iobroker:/opt/iobroker$ npm ls canvas
                          iobroker.inst@2.0.3 /opt/iobroker
                          ├── canvas@2.9.1 extraneous
                          └─┬ iobroker.mihome-vacuum@3.3.3
                            └── canvas@2.9.1
                          
                          dieter@VM-iobroker:/opt/iobroker$
                          
                          

                          Wenn ich helfen konnte, dann Daumen hoch (Pfeil nach oben)!
                          Danke.
                          gute Forenbeiträge: https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge
                          ScreenToGif :https://www.screentogif.com/downloads.html

                          apollon77A 1 Reply Last reply
                          0
                          • bahnuhrB bahnuhr

                            hab das jetzt auch mal gemacht:

                            Es kommt:

                            dieter@VM-iobroker:/opt/iobroker/node_modules$ cd canvas
                            dieter@VM-iobroker:/opt/iobroker/node_modules/canvas$ npm install
                            [sudo] Passwort für dieter:
                            npm WARN deprecated har-validator@5.1.5: this library is no longer supported
                            npm WARN deprecated circular-json@0.3.3: CircularJSON is in maintenance only, flatted is its successor.
                            npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
                            npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
                            npm WARN deprecated mkdirp@0.5.1: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
                            
                            > canvas@2.9.1 install
                            > node-pre-gyp install --fallback-to-build
                            
                            node-pre-gyp info it worked if it ends with ok
                            node-pre-gyp info using node-pre-gyp@1.0.9
                            node-pre-gyp info using node@16.15.1 | linux | x64
                            [canvas] Success: "/opt/iobroker/node_modules/canvas/build/Release/canvas.node" already installed
                            Pass --update-binary to reinstall or --build-from-source to recompile
                            node-pre-gyp info ok
                            
                            added 449 packages, and audited 469 packages in 45s
                            
                            51 packages are looking for funding
                              run `npm fund` for details
                            
                            3 vulnerabilities (2 moderate, 1 critical)
                            
                            To address all issues (including breaking changes), run:
                              npm audit fix --force
                            
                            Run `npm audit` for details.
                            dieter@VM-iobroker:/opt/iobroker/node_modules/canvas$
                            
                            

                            Sind diese Meldungen richtig ?

                            und bei ls canvas kommt wieder:

                            dieter@VM-iobroker:/opt/iobroker$ npm ls canvas
                            iobroker.inst@2.0.3 /opt/iobroker
                            ├── canvas@2.9.1 extraneous
                            └─┬ iobroker.mihome-vacuum@3.3.3
                              └── canvas@2.9.1
                            
                            dieter@VM-iobroker:/opt/iobroker$
                            
                            
                            apollon77A Offline
                            apollon77A Offline
                            apollon77
                            wrote on last edited by
                            #414

                            @bahnuhr Sieht spontan gut aus ... tut es denn? und ja du hast jetzt ein "extranous "canvas .... tja ... is so :-)

                            Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                            • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                            • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                            bahnuhrB Siggi0904S 2 Replies Last reply
                            0
                            • apollon77A apollon77

                              @bahnuhr Sieht spontan gut aus ... tut es denn? und ja du hast jetzt ein "extranous "canvas .... tja ... is so :-)

                              bahnuhrB Online
                              bahnuhrB Online
                              bahnuhr
                              Forum Testing Most Active
                              wrote on last edited by
                              #415

                              @apollon77 sagte in [How-to] Node.js ioBroker richtig updaten-2021/22 Edition:

                              @bahnuhr Sieht spontan gut aus ... tut es denn? und ja du hast jetzt ein "extranous "canvas .... tja ... is so :-)

                              ja, funktioniert. Karte wird angezeigt.

                              soll ich denn canvas bei /home/dieter irgendwie löschen?
                              Oder lass ich es jetzt so?


                              Wenn ich helfen konnte, dann Daumen hoch (Pfeil nach oben)!
                              Danke.
                              gute Forenbeiträge: https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge
                              ScreenToGif :https://www.screentogif.com/downloads.html

                              apollon77A 1 Reply Last reply
                              0
                              • apollon77A apollon77

                                @bahnuhr Sieht spontan gut aus ... tut es denn? und ja du hast jetzt ein "extranous "canvas .... tja ... is so :-)

                                Siggi0904S Offline
                                Siggi0904S Offline
                                Siggi0904
                                wrote on last edited by
                                #416

                                @apollon77 bei mir bleibt die Meldung gleich nach dem Start vom Adapter.

                                CANVAS package not installed....please install Canvas package manually or disable Map in config see also https://github.com/iobroker-community-adapters/ioBroker.mihome-vacuum/blob/master/lib/canvaserror.md
                                
                                apollon77A 1 Reply Last reply
                                0
                                • bahnuhrB bahnuhr

                                  @apollon77 sagte in [How-to] Node.js ioBroker richtig updaten-2021/22 Edition:

                                  @bahnuhr Sieht spontan gut aus ... tut es denn? und ja du hast jetzt ein "extranous "canvas .... tja ... is so :-)

                                  ja, funktioniert. Karte wird angezeigt.

                                  soll ich denn canvas bei /home/dieter irgendwie löschen?
                                  Oder lass ich es jetzt so?

                                  apollon77A Offline
                                  apollon77A Offline
                                  apollon77
                                  wrote on last edited by
                                  #417

                                  @bahnuhr Ja das kannste löschen. Das ist dem iobroker egal

                                  Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                                  • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                  • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                  bahnuhrB 1 Reply Last reply
                                  0
                                  • apollon77A apollon77

                                    @bahnuhr Ja das kannste löschen. Das ist dem iobroker egal

                                    bahnuhrB Online
                                    bahnuhrB Online
                                    bahnuhr
                                    Forum Testing Most Active
                                    wrote on last edited by
                                    #418

                                    @apollon77 sagte in [How-to] Node.js ioBroker richtig updaten-2021/22 Edition:

                                    Ja das kannste löschen.

                                    und wie ?


                                    Wenn ich helfen konnte, dann Daumen hoch (Pfeil nach oben)!
                                    Danke.
                                    gute Forenbeiträge: https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge
                                    ScreenToGif :https://www.screentogif.com/downloads.html

                                    apollon77A 1 Reply Last reply
                                    0
                                    • bahnuhrB bahnuhr

                                      @apollon77 sagte in [How-to] Node.js ioBroker richtig updaten-2021/22 Edition:

                                      Ja das kannste löschen.

                                      und wie ?

                                      apollon77A Offline
                                      apollon77A Offline
                                      apollon77
                                      wrote on last edited by
                                      #419

                                      @bahnuhr Lösch das ganze /home/dieter/node_modules?? Wenn da nix anderes war. Sonst "npm uninstall canvas" in /home/dieter

                                      Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                                      • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                      • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                      bahnuhrB 1 Reply Last reply
                                      0
                                      • Siggi0904S Siggi0904

                                        @apollon77 bei mir bleibt die Meldung gleich nach dem Start vom Adapter.

                                        CANVAS package not installed....please install Canvas package manually or disable Map in config see also https://github.com/iobroker-community-adapters/ioBroker.mihome-vacuum/blob/master/lib/canvaserror.md
                                        
                                        apollon77A Offline
                                        apollon77A Offline
                                        apollon77
                                        wrote on last edited by
                                        #420

                                        @siggi0904 Hmmm ... Nicht hilfreich wenn der Adapter die echte Fehlermeldung versteckt ... Keine Ahnung ... versuch instanz zu löschen und adapter uninstall und neu installieren

                                        Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                                        • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                        • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                        bahnuhrB Siggi0904S 3 Replies Last reply
                                        0
                                        • apollon77A apollon77

                                          @siggi0904 Hmmm ... Nicht hilfreich wenn der Adapter die echte Fehlermeldung versteckt ... Keine Ahnung ... versuch instanz zu löschen und adapter uninstall und neu installieren

                                          bahnuhrB Online
                                          bahnuhrB Online
                                          bahnuhr
                                          Forum Testing Most Active
                                          wrote on last edited by
                                          #421

                                          @apollon77 sagte in [How-to] Node.js ioBroker richtig updaten-2021/22 Edition:

                                          instanz zu löschen und adapter uninstall

                                          Ich hatte nur die Instanz neu gestartet, dann war die fehlermeldung weg.


                                          Wenn ich helfen konnte, dann Daumen hoch (Pfeil nach oben)!
                                          Danke.
                                          gute Forenbeiträge: https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge
                                          ScreenToGif :https://www.screentogif.com/downloads.html

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          335

                                          Online

                                          32.7k

                                          Users

                                          82.5k

                                          Topics

                                          1.3m

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

                                          • Don't have an account? Register

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