Skip to content
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

LAN always displaying as 127.0.0.1 #73

Closed
ghost opened this issue Jun 9, 2014 · 1 comment
Closed

LAN always displaying as 127.0.0.1 #73

ghost opened this issue Jun 9, 2014 · 1 comment

Comments

@ghost
Copy link

ghost commented Jun 9, 2014

When I load the sidebar network/network with graph, the LAN adress is always 127.0.0.1 which is the localhost.
Network skin

It just never changes to ipv4.

@ghost
Copy link
Author

ghost commented Jun 10, 2014

I FOUND A SOLUTION :D

Open C:\Users\YOURUSERNAME\Documents\Rainmeter\Skins\Enigma\Sidebar\Network

Replace YOURUSERNAME with your PC username and replace C: with your own drive letter.

Ex: D:\Users\Peter\Documents\Rainmeter\Skins\Enigma\Sidebar\Network

If you found the folder you SHOULD see 3 files:
Network files

Open file: Network.inc (NOT Network.ini)
NOTE: You may have 2 files called just Network without the .inc like this :

2 network

One of them is .inc and the other is .ini:

To find out witch one is .inc open properties on the first file:

open that

You will get this screen:

open proprerties

If it says (.inc) then it is the right file.
If it says (.ini) then it is the other file that is right.

Now once you found out which file is .inc open IT using notepad:
opend inc

Find the folowing text:

[MeasureLAN]
Measure=Plugin
Plugin=SysInfo
SysInfoType=IP_ADDRESS
SysInfoData=0

found in inc

Now, change the SysInfoData=1 to SysInfoData=0

Like this:

changed
Now save...

save

And just refresh the skin:
refresh

You are done!

done

@ghost ghost closed this as completed Jun 10, 2014
@ghost ghost changed the title LAN always displaying 127.0.0.1 LAN always displaying as 127.0.0.1 Jun 10, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants