You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 9, 2022. It is now read-only.
YOU MUST COMPLETE THIS FORM
This information is asked to help figure out issues. Your issue may be closed without any resolution if you fail to fill out the form.
Describe the bug
Unable to pull system IP address like previously available with XenInfo
To Reproduce
Steps to reproduce the behavior:
Have a widget that calls for system IP address and and displays it on lockscreen with Xen HTML 1.1.5 and XenInfo 2.2.9
e.g. :
if(type == "system"){
var IP = ipAddress;
if (IP == "error") {
IP = "WiFi Not Connected";
} else {
IP = ipAddress;
}
ipDiv.innerHTML = 'IPv4: ' + IP +
YOU MUST COMPLETE THIS FORM
This information is asked to help figure out issues. Your issue may be closed without any resolution if you fail to fill out the form.
Describe the bug
Unable to pull system IP address like previously available with XenInfo
To Reproduce
Steps to reproduce the behavior:
e.g. :
if(type == "system"){
var IP = ipAddress;
if (IP == "error") {
IP = "WiFi Not Connected";
} else {
IP = ipAddress;
}
ipDiv.innerHTML = 'IPv4: ' + IP +
Expected behavior
Widget should display IP address
Screenshots
System Info
Additional context
Cannot find documentation in https://incendo.ws/documentation/widget-api/index.html on how to pull system IP address.
Thanks for your attention