-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show IP Adress on PROXMOX #29
Comments
thanks! I will take a look how to improve that part. Screen looks great! do you have it rotating between different screens to avoid burn in? |
Hi , why do you think go burn in? TFT is not OLED |
Few people reported that before they had the s1panel app for linux, it was showing the clock which got burned in on the screen. IPS TFTs, can experience burn-in in a matter of hours not just OLED. |
Ok we have to take this into account... but it's not a good reference for the LCD display |
Hello,
I used the ACEMAGIC S1 Mini for a PROXMOX Cluster. There some of the features do not work. I want to see the IP Addresses. The problem is that PROXMOX use virtual bridges so the enp2s0 and enp4s0 has no IP. I create a fork https://github.com/Thro42/AceMagic-S1-LED-TFT-Linux an there I create a sensor “device_info.js”. I use “os.networkInterfaces()” to find the active network interfaces. For me that works.
If you like, you can adopt some of my coding.
Greetings
Robert
The text was updated successfully, but these errors were encountered: