MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Help please!!

    Scheduled Pinned Locked Moved Development
    63 Posts 4 Posters 32.1k Views 4 Watching
    Loading More Posts
    • 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.
    • I Offline
      innovation @sdetweil
      last edited by

      @sdetweil
      pi@smart:~ $ qrcp
      Error: requires at least 1 arg(s), only received 0
      Run qrcp help for help.

      S 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @innovation
        last edited by

        @innovation and for the file?

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        I 1 Reply Last reply Reply Quote 0
        • I Offline
          innovation @sdetweil
          last edited by

          @sdetweil
          pi@smart:~ $ ls qrcp.json
          ls: cannot access ‘qrcp.json’: No such file or directory
          pi@smart:~ $

          S 1 Reply Last reply Reply Quote 0
          • S Offline
            sdetweil @innovation
            last edited by

            @innovation ok, then do these two commands

            ip link show
            iwconfig
            

            show the results

            mine look like this

            sam@galliumos:~/MagicMirror/modules/uploadPics$ ip link show
            1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
                link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
            9: wlp1s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DORMANT group default qlen 1000
                link/ether a4:c4:94:66:7e:b1 brd ff:ff:ff:ff:ff:ff
            sam@galliumos:~/MagicMirror/modules/uploadPics$ iwconfig
            wlp1s0    IEEE 802.11  ESSID:"fubar"  
                      Mode:Managed  Frequency:5.745 GHz  Access Point: 24:05:88:41:B5:08   
                      Bit Rate=650 Mb/s   Tx-Power=22 dBm   
                      Retry short limit:7   RTS thr:off   Fragment thr:off
                      Power Management:on
                      Link Quality=70/70  Signal level=-34 dBm  
                      Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
                      Tx excessive retries:0  Invalid misc:52   Missed beacon:0
            
            lo        no wireless extensions.
            

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            I 2 Replies Last reply Reply Quote 0
            • I Offline
              innovation @sdetweil
              last edited by

              This post is deleted!
              1 Reply Last reply Reply Quote 0
              • I Offline
                innovation @sdetweil
                last edited by

                @sdetweil
                pi@smart:~/MagicMirror/modules/uploadPics $ ip link show
                1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
                link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
                2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN mode DEFAULT group default qlen 1000
                link/ether b8:27:eb:9b:20:c3 brd ff:ff:ff:ff:ff:ff
                3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DORMANT group default qlen 1000
                link/ether b8:27:eb:ce:75:96 brd ff:ff:ff:ff:ff:ff
                pi@smart:~/MagicMirror/modules/uploadPics $ iwconfig
                eth0 no wireless extensions.

                lo no wireless extensions.

                wlan0 IEEE 802.11 ESSID:“ssk3”
                Mode:Managed Frequency:2.422 GHz Access Point: CC:32:E5:E9:02:27
                Bit Rate=24 Mb/s Tx-Power=31 dBm
                Retry short limit:7 RTS thr:off Fragment thr:off
                Power Management:on
                Link Quality=42/70 Signal level=-68 dBm
                Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
                Tx excessive retries:10 Invalid misc:0 Missed beacon:0

                pi@smart:~/MagicMirror/modules/uploadPics $

                S 1 Reply Last reply Reply Quote 0
                • S Offline
                  sdetweil @innovation
                  last edited by

                  @innovation ok,

                  postinstall should be 43 lines long
                  if so do this

                  ./postinstall
                  

                  the check for qrcp.json again

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  I 1 Reply Last reply Reply Quote 0
                  • I Offline
                    innovation @sdetweil
                    last edited by

                    @sdetweil Yes the file is there now

                    pi@smart:~/MagicMirror/modules/uploadPics $ ls qrcp.json
                    qrcp.json

                    S 1 Reply Last reply Reply Quote 0
                    • S Offline
                      sdetweil @innovation
                      last edited by

                      @innovation ok, start mm

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      I 1 Reply Last reply Reply Quote 0
                      • I Offline
                        innovation @sdetweil
                        last edited by

                        @sdetweil I am getting the same “default message if none supplied in the config.js”

                        S 1 Reply Last reply Reply Quote 0
                        • S Offline
                          sdetweil @innovation
                          last edited by sdetweil

                          @innovation weird

                          ok, add
                          debug: true,

                          to the module definition
                          and then do

                          npm start >somefile
                          once mm comes up u can stop it and then we can look at somefile

                          Sam

                          How to add modules

                          learning how to use browser developers window for css changes

                          I 1 Reply Last reply Reply Quote 0
                          • I Offline
                            innovation @sdetweil
                            last edited by

                            @sdetweil npm start >somefile
                            npm ERR! missing script: start

                            npm ERR! A complete log of this run can be found in:
                            npm ERR! /home/pi/.npm/_logs/2021-03-26T16_26_09_848Z-debug.log

                            Yes, the program started then I ended it

                            S 1 Reply Last reply Reply Quote 0
                            • S Offline
                              sdetweil @innovation
                              last edited by

                              @innovation from the magicmirror folder please

                              Sam

                              How to add modules

                              learning how to use browser developers window for css changes

                              I 1 Reply Last reply Reply Quote 0
                              • I Offline
                                innovation @sdetweil
                                last edited by

                                @sdetweil Yes it opened. Where is the somefile?

                                S 1 Reply Last reply Reply Quote 0
                                • S Offline
                                  sdetweil @innovation
                                  last edited by sdetweil

                                  @innovation in the magicmirror folder

                                  > means put all the terminal window content of the pgm into the file
                                  (same as for windows)

                                  Sam

                                  How to add modules

                                  learning how to use browser developers window for css changes

                                  I 1 Reply Last reply Reply Quote 0
                                  • I Offline
                                    innovation @sdetweil
                                    last edited by

                                    @sdetweil Nothing shows up in the terminal when I run in though

                                    S 2 Replies Last reply Reply Quote 0
                                    • S Offline
                                      sdetweil @innovation
                                      last edited by

                                      @innovation don’t understand, mm puts out messages
                                      looks like this

                                      > magicmirror@2.14.0 start /home/sam/MagicMirror
                                      > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js
                                      
                                      [26.03.2021 11:17.39.334] [LOG]   Starting MagicMirror: v2.14.0
                                      [26.03.2021 11:17.39.338] [LOG]   Loading config ...
                                      [26.03.2021 11:17.39.343] [LOG]   Loading module helpers ...
                                      [26.03.2021 11:17.39.345] [LOG]   No helper found for module: alert.
                                      [26.03.2021 11:17.39.483] [LOG]   Initializing new module helper ...
                                      [26.03.2021 11:17.39.483] [LOG]   Module helper loaded: updatenotification
                                      [26.03.2021 11:17.39.484] [LOG]   No helper found for module: clock.
                                      [26.03.2021 11:17.39.843] [LOG]   Initializing new module helper ...
                                      [26.03.2021 11:17.39.843] [LOG]   Module helper loaded: calendar
                                      [26.03.2021 11:17.39.844] [LOG]   No helper found for module: currentweather.
                                      [26.03.2021 11:17.39.845] [LOG]   No helper found for module: weatherforecast.
                                      [26.03.2021 11:17.39.865] [LOG]   Initializing new module helper ...
                                      [26.03.2021 11:17.39.866] [LOG]   Module helper loaded: newsfeed
                                      [26.03.2021 11:17.39.867] [LOG]   init module helper undefinedundefined
                                      [26.03.2021 11:17.39.868] [LOG]   Module helper loaded: uploadPics
                                      

                                      Sam

                                      How to add modules

                                      learning how to use browser developers window for css changes

                                      1 Reply Last reply Reply Quote 0
                                      • S Offline
                                        sdetweil @innovation
                                        last edited by sdetweil

                                        @innovation if u do the > symbol, then ALL the output goes to the file

                                        Sam

                                        How to add modules

                                        learning how to use browser developers window for css changes

                                        I 1 Reply Last reply Reply Quote 0
                                        • I Offline
                                          innovation @sdetweil
                                          last edited by

                                          @sdetweil > magicmirror@2.13.0 start /home/pi/MagicMirror

                                          DISPLAY=“${DISPLAY:=:0}” ./node_modules/.bin/electron js/electron.js

                                          [2021-03-26 22:24:56.461] [LOG] Starting MagicMirror: v2.13.0
                                          [2021-03-26 22:24:56.519] [LOG] Loading config …
                                          [2021-03-26 22:24:56.541] [LOG] Loading module helpers …
                                          [2021-03-26 22:24:56.546] [LOG] No helper found for module: compliments.
                                          [2021-03-26 22:24:56.556] [LOG] No helper found for module: MMM-CSSBackgrounds.
                                          [2021-03-26 22:24:56.586] [LOG] Module helper loaded: uploadPics
                                          [2021-03-26 22:24:56.588] [LOG] All module helpers loaded.
                                          [2021-03-26 22:24:57.103] [LOG] Starting server on port 8080 …
                                          [2021-03-26 22:24:57.164] [LOG] Server started …
                                          [2021-03-26 22:24:57.166] [LOG] Connecting socket for: uploadPics
                                          [2021-03-26 22:24:57.168] [LOG] Sockets connected & modules started …
                                          [2021-03-26 22:24:58.047] [LOG] Launching application.
                                          ^C[2021-03-26 22:26:14.188] [LOG] Shutting down server…

                                          S 1 Reply Last reply Reply Quote 0
                                          • S Offline
                                            sdetweil @innovation
                                            last edited by

                                            @innovation did u add debug: true to the uploadPics module config section

                                                            {
                                                                    module:"uploadPics",
                                                                    disabled:false,
                                                                    position:"bottom_left",
                                                                    config:{
                                                                            dest : '../modules/MMM-ImagesPhotos/uploads',
                                                                            debug:true
                                                                    }
                                                            },
                                            
                                            

                                            Sam

                                            How to add modules

                                            learning how to use browser developers window for css changes

                                            I 1 Reply Last reply Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 3 / 4
                                            • First post
                                              Last post
                                            Enjoying MagicMirror? Please consider a donation!
                                            MagicMirror created by Michael Teeuw.
                                            Forum managed by Sam, technical setup by Karsten.
                                            This forum is using NodeBB as its core | Contributors
                                            Contact | Privacy Policy