@JRM_PT, huge apologies for the late reply

what is the screen type you're using - take a pic and post her - front
and back of the display

what is the command line you're using

try using without the gomonitor wrapper and turn the detailed debug on

ssh to you player, same as you'd have done to install

cd to the folder with the code


Code:
--------------------
    cd /mnt/mmcblk0p2/tce
--------------------


first find the name of your player
its the name you provided on the Squeezelite Settings page of the pCP
web page

you can also get the name with the following, just cut and paste

Code:
--------------------
    cat /usr/local/sbin/config.cfg | grep "^NAME=" | cut -d'"' -f2
--------------------


lets say that returned piCorePlayer, run the monitor with the following
command and provide the name for the -n parameter


Code:
--------------------
    sudo /mnt/mmcblk0p2/tce/lmsmonitor -n "piCorePlayer" -crbkd -iiii
--------------------


the i parameters turn on debug, the OLED type will be the default as
will the font

you should see information being displayed on your screen - something
like


Code:
--------------------
    OLED Mode ...........: IIC
  This is lmsmonitor (0.4.45) - built Jul  6 2020 11:21:14.
  Verbosity ...........: Debug
  OLED Driver .........: (6) SH1106 I2C 128x64
  OLED Address ........: 0x3c
  Scrolling Mode ......: (0) Cylon (Default)
  OLED Clock Font .....: Classic LCD Clock Font
  Sending LMS Discovery ...
  LMS (Server) responded:
  Server IP ...........: 192.168.1.25:3483
  Player Count ........: 2
  Player Name .........: koala
  Player ID ...........: b8:27:eb:c2:ed:81
  Player IP ...........: 192.168.1.129
  Provider IP .........: 66.31.43.194
  Reported TZ .........: America/New_York
  Longitude ...........:  -71.1134
  Latitude ............:   42.4178
  Sunrise .............: 07-07-2020 05:15:08
  Sunset ..............: 07-07-2020 20:23:31
  Set Display .........: Day Mode
  Visualization .......: Inactive
  Hostname ............: koala
  Interface ...........: eth0
  Address .............: 192.168.1.129
  Interface ...........: wlan0
  Address .............: 192.168.1.22
  GFX Font Width ......: 6 (px)
  GFX Font Height .....: 8 (px)
  2020-07-07 13:03:27 :: src/lmsmonitor.c-0890 : isRefreshed
  2020-07-07 13:03:27 :: src/lmsmonitor.c-0930 : activeScroller test
  2020-07-07 13:03:27 :: src/lmsmonitor.c-0935 : display clock test
  2020-07-07 13:03:27 :: src/lmsmonitor.c-1008 : clockPage
  2020-07-07 13:03:27 :: src/lmsmonitor.c-1015 : cpu Metrics?
  2020-07-07 13:03:28 :: src/lmsmonitor.c-0890 : isRefreshed
  2020-07-07 13:03:28 :: src/lmsmonitor.c-0930 : activeScroller test
  2020-07-07 13:03:28 :: src/lmsmonitor.c-0935 : display clock test
  2020-07-07 13:03:28 :: src/lmsmonitor.c-1008 : clockPage
  2020-07-07 13:03:28 :: src/lmsmonitor.c-1015 : cpu Metrics?
  
--------------------


watch for any output on your OLED

hopefully you see the logo followed by the clock

you can get help with 

Code:
--------------------
    sudo /mnt/mmcblk0p2/tce/lmsmonitor -n "piCorePlayer" -help
--------------------


we can start digging into specifics once you post the screen pics and we
can adjust parameters accordingly



As of 2020/06/30

*Total Tracks: 151,104
Total Albums: 13,840
Total Artists: 19,611
Total Genres: 691
Total Playing Time: 24294:15:30*
------------------------------------------------------------------------
shunte88's Profile: http://forums.slimdevices.com/member.php?userid=40185
View this thread: http://forums.slimdevices.com/showthread.php?t=111790

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to