kaelri / enigma

A featured "suite" for the Windows system monitoring application, Rainmeter.
https://www.kaelri.com/project/enigma/
270 stars 93 forks source link

LAN always displaying as 127.0.0.1 #73

Closed ghost closed 10 years ago

ghost commented 10 years ago

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 commented 10 years ago

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