rm-hull / luma.examples

Companion repo for running examples against the luma.oled, luma.lcd, luma.led_matrix and luma.emulator display drivers.
MIT License
367 stars 140 forks source link

Example IP, Temp, Memory, Disk #159

Closed redsix666 closed 11 months ago

redsix666 commented 1 year ago

Hi

I have a new Mini Tower for my Pi and it shows an example in a picture with local IP, Temp, Memory and Disc information. I tried a lot examples but couldn't find the right one. Is it an additional example that i need?

Thanks for answering

yoyojacky commented 1 year ago

it seems like you don't install the libraries properly, just re-execute the install.sh script to install the libraries. or execute :

cd luma.examples/
sudo -H pip install -e .
matiasmtl commented 1 year ago

I have the same problem. minitower_oled.service points to sysinfo.py in example but there's not such file there. The closest is sys_info.py When correct it to that one I get temp, ram but not the IP as shown in the example.

rlaace423 commented 1 year ago

@redsix666 @matiasmtl I think I bought exact same NAS Kit like yours. I wrote similar examples for my own use, and made PR of it.

Check this PR