Meh Belly Lint Collection

That awful moment when you realize,
THIS is YOUR circus and THOSE are YOUR monkeys.

User Tools

Site Tools


server_status_oled_display

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
server_status_oled_display [2026/05/06 04:46] kensonserver_status_oled_display [2026/05/06 04:56] (current) kenson
Line 14: Line 14:
  
  
 +====== TLDR; ======
  
-TLDR 
  
 Probe the port. Probe the port.
Line 56: Line 56:
 ./probe_displayinator.py ./probe_displayinator.py
 </code> </code>
- 
- 
  
 Download the agent: {{ :displayinatorhostip.zip |}} Download the agent: {{ :displayinatorhostip.zip |}}
 +<code>
 +wget 'https://mehngineering.com/wiki/lib/exe/fetch.php?media=displayinatorhostip.zip' -O displayinatorhostip.zip
 +unzip displayinatorhostip.zip
 +</code>
  
 Insert the service to autostart Insert the service to autostart
Line 80: Line 82:
 WantedBy=multi-user.target WantedBy=multi-user.target
 EOF EOF
 +</code>
  
 +Edit /etc/systemd/system/displayinator.service and change the port to whatever device the probe finds, usually /dev/ttyACM0 or /dev/ttyUSB0
 +<code>ExecStart=/usr/bin/python3 /root/DisplayinatorHostIP.py --port /dev/ttyACM0
 +</code>
 +
 +Start the service.
 +
 +<code>
 systemctl daemon-reload systemctl daemon-reload
 systemctl enable --now displayinator.service systemctl enable --now displayinator.service
server_status_oled_display.txt · Last modified: 2026/05/06 04:56 by kenson

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki