Read the statement by Michael Teeuw here.
Help please!!
-
@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.
-
This post is deleted! -
@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:0pi@smart:~/MagicMirror/modules/uploadPics $
-
@innovation ok,
postinstall should be 43 lines long
if so do this./postinstall
the check for qrcp.json again
-
@sdetweil Yes the file is there now
pi@smart:~/MagicMirror/modules/uploadPics $ ls qrcp.json
qrcp.json -
@innovation ok, start mm
-
@sdetweil I am getting the same “default message if none supplied in the config.js”
-
@innovation weird
ok, add
debug: true,to the module definition
and then donpm start >somefile
once mm comes up u can stop it and then we can look at somefile -
@sdetweil npm start >somefile
npm ERR! missing script: startnpm ERR! A complete log of this run can be found in:
npm ERR! /home/pi/.npm/_logs/2021-03-26T16_26_09_848Z-debug.logYes, the program started then I ended it
-
@innovation from the magicmirror folder please