Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Visualisierung
    4. Material Design Installation und Widgets

    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

    Material Design Installation und Widgets

    This topic has been deleted. Only users with topic management privileges can see it.
    • Thomas Braun
      Thomas Braun Most Active @Flohtec76 last edited by

      @flohtec76

      sudo ln -s /usr/bin/node /usr/bin/nodejs
      uname -m && which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
      iobroker update -u
      
      F 1 Reply Last reply Reply Quote 0
      • Thomas Braun
        Thomas Braun Most Active @Flohtec76 last edited by

        @flohtec76 sagte in Material Design Installation und Widgets:

        Schau selber unter Y Tube dort findet Du keine Anleitung dazu.

        Das ist ungefähr die letzte Quelle, die ich für IT-Themen besuchen würde. Zuviel veralteteter/falscher Quatsch da.

        1 Reply Last reply Reply Quote 0
        • F
          Flohtec76 @Thomas Braun last edited by

          @thomas-braun said in Material Design Installation und Widgets:

          iobroker update -u

          auch erledigt 🙂

          Thomas Braun 1 Reply Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @Flohtec76 last edited by Thomas Braun

            @flohtec76

            Wieder geheim?
            Ausgaben posten!
            Zu allen Befehlen.

            F 1 Reply Last reply Reply Quote 0
            • F
              Flohtec76 @Thomas Braun last edited by

              @thomas-braun

              $ sudo ln -s /usr/bin/node /usr/bin/nodejs
              ln: die symbolische Verkn▒pfung '/usr/bin/nodejs' konnte nicht angelegt werden: Die Datei existiert bereits
              pi@raspberrypi:~ $ uname -m && which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
              armv7l
              /usr/bin/nodejs
              /usr/bin/node
              /usr/bin/npm
              v12.22.12
              v12.22.12
              6.14.16
              pi
              /home/pi
              OK:1 http://archive.raspberrypi.org/debian bullseye InRelease
              OK:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
              OK:3 https://deb.nodesource.com/node_12.x bullseye InRelease
              OK:4 https://packages.grafana.com/oss/deb stable InRelease
              OK:5 https://repos.influxdata.com/debian stretch InRelease
              Paketlisten werden gelesen... Fertig
              Abh▒ngigkeitsbaum wird aufgebaut... Fertig
              Statusinformationen werden eingelesen... Fertig
              Alle Pakete sind aktuell.
              nodejs:
               Installiert:           12.22.12-deb-1nodesource1
               Installationskandidat: 12.22.12-deb-1nodesource1
               Versionstabelle:
              *** 12.22.12-deb-1nodesource1 500
                     500 https://deb.nodesource.com/node_12.x bullseye/main armhf Packages
                     100 /var/lib/dpkg/status
                  12.22.5~dfsg-2~11u1 500
                     500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
              pi@raspberrypi:~ $ iobroker update -u
              Used repository: stable
              Adapter    "zigbee"       : 1.6.18   , installed 1.6.16 [Updatable]
              
              
              Thomas Braun 1 Reply Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @Flohtec76 last edited by

                @flohtec76 sagte in Material Design Installation und Widgets:

                https://repos.influxdata.com/debian stretch InRelease

                In der
                /etc/apt/sources.list.d/influxdb.list
                stretch durch bullseye ersetzen.

                https://deb.nodesource.com/node_12.x bullseye InRelease

                In der
                /etc/apt/sources.list.d/nodesource.list
                die 12 durch 14 ersetzen.

                Adapter "zigbee" : 1.6.18 , installed 1.6.16 [Updatable]

                iobroker upgrade
                
                F 1 Reply Last reply Reply Quote 0
                • F
                  Flohtec76 @Thomas Braun last edited by

                  @thomas-braun said in Material Design Installation und Widgets:

                  /etc/apt/sources.list.d/influxdb.list

                  und jetzt kommt wieder dieser Moment wo ich sagen muss:
                  und wie geht das?

                  Glasfaser Thomas Braun 2 Replies Last reply Reply Quote 0
                  • Glasfaser
                    Glasfaser @Flohtec76 last edited by

                    @flohtec76

                    Schau in seine Signatur

                    F 1 Reply Last reply Reply Quote 0
                    • F
                      Flohtec76 @Glasfaser last edited by

                      @glasfaser

                      Ok da werde ich mich dann morgen mit befassen!
                      bevor ich da nun wie wild anfange mach ich lieber morgen in Ruhe weiter!

                      1 Reply Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @Flohtec76 last edited by

                        @flohtec76 sagte in Material Design Installation und Widgets:

                        und wie geht das?

                        Mit einem Editor.
                        nano ist z. B. ein solcher.

                        sudo nano /etc/apt/sources.list.d/influxdb.list
                        

                        Schließen: Strg-X, Nachfrage bejahen und mit Enter bestätigen.

                        F 1 Reply Last reply Reply Quote 0
                        • F
                          Flohtec76 @Thomas Braun last edited by

                          @thomas-braun

                          das habe ich hinbekommen

                          Thomas Braun 1 Reply Last reply Reply Quote 0
                          • Thomas Braun
                            Thomas Braun Most Active @Flohtec76 last edited by Thomas Braun

                            @flohtec76

                            Die anderen beiden Dinge auch?

                            Dann

                            sudo apt update
                            iobroker stop
                            sudo apt upgrade
                            iobroker start
                            

                            Dann müsste alles auf Stand sein.
                            Prüfen per

                            uname -m && which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                            
                            F 2 Replies Last reply Reply Quote 0
                            • F
                              Flohtec76 @Thomas Braun last edited by

                              @thomas-braun

                              ich bin nicht so schnell! ich lese mir gerade durch was in deinem link zu node geschrieben steht.

                              1 Reply Last reply Reply Quote 0
                              • F
                                Flohtec76 @Thomas Braun last edited by

                                @thomas-braun said in Material Design Installation und Widgets:

                                uname -m && which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs

                                er wirft mir da glaube ich 3 Fehler aus, kann das sein?

                                 uname -m && which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                                armv7l
                                /usr/bin/nodejs
                                /usr/bin/node
                                /usr/bin/npm
                                v14.19.3
                                v14.19.3
                                6.14.17
                                pi
                                /home/pi
                                OK:1 http://archive.raspberrypi.org/debian bullseye InRelease
                                OK:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                                OK:3 https://repos.influxdata.com/debian stretch InRelease
                                OK:4 https://deb.nodesource.com/node_14.x bullseye InRelease
                                OK:5 https://packages.grafana.com/oss/deb stable InRelease
                                Paketlisten werden gelesen... Fertig
                                Abh▒ngigkeitsbaum wird aufgebaut... Fertig
                                Statusinformationen werden eingelesen... Fertig
                                Alle Pakete sind aktuell.
                                N: Datei ▒nodesource.list.save.1▒ in Verzeichnis ▒/etc/apt/sources.list.d/▒ wird ignoriert, da sie eine ung▒ltige Dateinamen-Erweiterung hat.
                                N: Datei ▒influxdb.list.save.1▒ in Verzeichnis ▒/etc/apt/sources.list.d/▒ wird ignoriert, da sie eine ung▒ltige Dateinamen-Erweiterung hat.
                                N: Datei ▒nodesource.list.save.2▒ in Verzeichnis ▒/etc/apt/sources.list.d/▒ wird ignoriert, da sie eine ung▒ltige Dateinamen-Erweiterung hat.
                                nodejs:
                                  Installiert:           14.19.3-deb-1nodesource1
                                  Installationskandidat: 14.19.3-deb-1nodesource1
                                  Versionstabelle:
                                 *** 14.19.3-deb-1nodesource1 500
                                        500 https://deb.nodesource.com/node_14.x bullseye/main armhf Packages
                                        100 /var/lib/dpkg/status
                                     12.22.5~dfsg-2~11u1 500
                                        500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                                N: Datei ▒nodesource.list.save.1▒ in Verzeichnis ▒/etc/apt/sources.list.d/▒ wird ignoriert, da sie eine ung▒ltige Dateinamen-Erweiterung hat.
                                N: Datei ▒influxdb.list.save.1▒ in Verzeichnis ▒/etc/apt/sources.list.d/▒ wird ignoriert, da sie eine ung▒ltige Dateinamen-Erweiterung hat.
                                N: Datei ▒nodesource.list.save.2▒ in Verzeichnis ▒/etc/apt/sources.list.d/▒ wird ignoriert, da sie eine ung▒ltige Dateinamen-Erweiterung hat.
                                
                                
                                DJMarc75 Thomas Braun 2 Replies Last reply Reply Quote 0
                                • DJMarc75
                                  DJMarc75 @Flohtec76 last edited by

                                  @flohtec76 sagte in Material Design Installation und Widgets:

                                  OK:3 https://repos.influxdata.com/debian stretch InRelease

                                  1 Reply Last reply Reply Quote 0
                                  • Thomas Braun
                                    Thomas Braun Most Active @Flohtec76 last edited by Thomas Braun

                                    @flohtec76 sagte in Material Design Installation und Widgets:

                                    er wirft mir da glaube ich 3 Fehler aus, kann das sein?

                                    Dann hast du bei der Nachfrage von nano die Datei nicht überschrieben, dann wird da ein Duplikat angelegt.
                                    Lösch die ganzen Dateien mit 'save' im Dateinamen.

                                    Die influxdb.list ist noch nicht richtig.

                                    F 1 Reply Last reply Reply Quote 0
                                    • F
                                      Flohtec76 @Thomas Braun last edited by

                                      @thomas-braun

                                      500 https://deb.nodesource.com/node_14.x bullseye/main armhf Packages
                                      
                                      

                                      ich denke den punkt habe ich hinbekommen.
                                      Wo und was ich nun löschen soll da starre ich grad in den Bildschirm und weiß nicht wie es gehen soll.

                                      Thomas Braun 1 Reply Last reply Reply Quote 0
                                      • Thomas Braun
                                        Thomas Braun Most Active @Flohtec76 last edited by

                                        @flohtec76

                                        ls -l /etc/apt/sources.list.d/
                                        

                                        zeigen.

                                        F 1 Reply Last reply Reply Quote 0
                                        • F
                                          Flohtec76 @Thomas Braun last edited by

                                          @thomas-braun said in Material Design Installation und Widgets:

                                          ls -l /etc/apt/sources.list.d/

                                          nsgesamt 36
                                          -rw-r--r-- 1 root root  53 18. Mai 12:49 grafana.list
                                          -rw-r--r-- 1 root root  57 27. Mai 22:50 influxdb.list
                                          -rw------- 1 root root  56 27. Mai 22:20 influxdb.list.save
                                          -rw-r--r-- 1 root root  56 27. Mai 22:20 influxdb.list.save.1
                                          -rw-r--r-- 1 root root 209 27. Mai 22:30 nodesource.list
                                          -rw-r--r-- 1 root root 208 27. Mai 22:28 nodesource.list.save
                                          -rw------- 1 root root 209 27. Mai 22:29 nodesource.list.save.1
                                          -rw-r--r-- 1 root root 209 27. Mai 22:29 nodesource.list.save.2
                                          -rw-r--r-- 1 root root 191 28. Jan 02:03 raspi.list
                                          
                                          
                                          
                                          Thomas Braun 1 Reply Last reply Reply Quote 0
                                          • Thomas Braun
                                            Thomas Braun Most Active @Flohtec76 last edited by

                                            @flohtec76

                                            sudo rm /etc/apt/sources.list.d/*save*
                                            
                                            F 2 Replies Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            812
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

                                            4
                                            124
                                            7552
                                            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