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.
    • 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
                              • F
                                Flohtec76 @Thomas Braun last edited by

                                @thomas-braun ```
                                insgesamt 16
                                -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-r--r-- 1 root root 209 27. Mai 22:30 nodesource.list
                                -rw-r--r-- 1 root root 191 28. Jan 02:03 raspi.list

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

                                  @thomas-braun

                                  denke jetzt ist es sauber?!

                                  odejs
                                  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://raspbian.raspberrypi.org/raspbian bullseye InRelease
                                  OK:2 https://repos.influxdata.com/debian bullseye InRelease
                                  OK:3 http://archive.raspberrypi.org/debian bullseye 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.
                                  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
                                  
                                  
                                  Thomas Braun 1 Reply Last reply Reply Quote 0
                                  • Thomas Braun
                                    Thomas Braun Most Active @Flohtec76 last edited by

                                    @flohtec76

                                    Dann jetzt noch in der influxdb.list stretch duch bullseye ersetzen.
                                    Dann müsste es alles sauber sein.

                                    iobroker update -u
                                    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
                                    

                                    Bitte komplette Ein- wie Ausgaben zeigen.

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

                                      @flohtec76

                                      Hat sich überschnitten.

                                      iobroker update -u
                                      

                                      sagt jetzt hoffentlich nix mehr.

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

                                        @thomas-braun

                                         iobroker -u
                                        iobroker [command]
                                        
                                        Commands:
                                          iobroker setup                                               Setup ioBroker
                                          iobroker start [all|<adapter>.<instance>]                    Starts the js-controller or a specified adapter instance
                                          iobroker stop [<adapter>.<instance>]                         stops the js-controller or a specified adapter instance
                                          iobroker restart [<adapter>.<instance>]                      Restarts js-controller or a specified adapter instance  [aliases: r]
                                          iobroker debug <adapter>[.<instance>]                        Starts a Node.js debugging session for the adapter instance
                                          iobroker info                                                Shows the host info
                                          iobroker logs [<adapter>]                                    Monitor log
                                          iobroker add <adapter> [desiredNumber]                       Add instance of adapter  [aliases: a]
                                          iobroker install <adapter>                                   Installs a specified adapter  [aliases: i]
                                          iobroker rebuild [<module>]                                  Rebuild all native modules or path
                                          iobroker url <url> [<name>]                                  Install adapter from specified url, e.g. GitHub
                                          iobroker del <adapter>                                       Remove adapter and all instances from this host  [aliases: delete]
                                          iobroker del <adapter>.<instance>                            Remove adapter instance  [aliases: delete]
                                          iobroker update [<repositoryUrl>]                            Update repository and list adapters
                                          iobroker upgrade                                             Upgrade management
                                          iobroker upload [all|<adapter>]                              Upload management  [aliases: u]
                                          iobroker object                                              Object management  [aliases: o]
                                          iobroker state                                               State management  [aliases: s]
                                          iobroker message <adapter>[.instance] <command> [<message>]  Send message to adapter instance/s
                                          iobroker list <type> [<filter>]                              List all entries, like objects
                                          iobroker chmod <mode> <file>                                 Change file rights
                                          iobroker chown <user> <group> <file>                         Change file ownership
                                          iobroker touch <file>                                        Touch file
                                          iobroker rm <file>                                           Remove file
                                          iobroker file                                                File management
                                          iobroker user                                                User commands
                                          iobroker group                                               group management
                                          iobroker host <hostname>                                     Set host to given hostname
                                          iobroker set <adapter>.<instance>                            Change settings of adapter config
                                          iobroker license <license.file or license.text>              Update license by given file
                                          iobroker cert                                                Certificate management
                                          iobroker clean <yes>                                         Clears all objects and states
                                          iobroker backup                                              Create backup
                                          iobroker restore <backup name or path>                       Restore a specified backup
                                          iobroker validate <backup name or path>                      Validate a specified backup
                                          iobroker status [all|<adapter>.<instance>]                   Status of ioBroker or adapter instance  [aliases: isrun]
                                          iobroker repo [<name>]                                       Show repo information
                                          iobroker uuid                                                Show uuid of the installation  [aliases: id]
                                          iobroker unsetup                                             Reset license, installation secret and language
                                          iobroker fix                                                 Execute the installation fixer script, this updates your ioBroker installation
                                          iobroker multihost                                           Multihost management
                                          iobroker compact                                             compact group management
                                          iobroker plugin                                              Plugin management
                                          iobroker version [<adapter>]                                 Show version of js-controller or specified adapter  [aliases: v]
                                        
                                        Options:
                                          --help  Show help  [boolean]
                                        
                                        
                                        Thomas Braun 1 Reply Last reply Reply Quote 0
                                        • Thomas Braun
                                          Thomas Braun Most Active @Flohtec76 last edited by

                                          @flohtec76

                                          Sorry, mein Fehler.

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

                                            @thomas-braun

                                            iobroker update -u
                                            Used repository: stable
                                            
                                            
                                            Thomas Braun 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            769
                                            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