
Ring Sensors
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
SubOne
10 years ago
After digging a bit deeper I found the following line in the API source code:
Quote:#load = int(load / .update_interval)
I'm sure there's a good reason why this was disabled here, and I think perhaps it was not updated in the RingSensorsScreenlet.py merely by accident. I changed the following line in RingSensorsScreenlet.py and it appears to be working correctly, at any update interval.
Quote:self.load = int((self.new_cpu - self.old_cpu) / self.update_interval)
Report
shadeslayer09
11 years ago
Ubuntu x64 9.04
Report
Kissman
12 years ago
Report
zekonology
12 years ago
- Ubuntu Hardy Heron LTS 64-bit
- nvidia 8400M GS
- RingSensors v0.3
Thanks...
Report
doctormo
12 years ago
The version 0.3 I'm using, I was able to remove the temperature by modifying line 871, in the sensors_get_sensors_list method, where it's doing output.append.
There are a whole bunch of problems with that code, it should be rewritten with a structured set of classes in mind, instead of the higgled, mangle of functions it currently is.
Report
kenshir
11 years ago
sensor=acpi temperature THRM
at the end of my Ringsensors.ini file.
Hope this can be useful to someone else.
Report
macdelaney
12 years ago
Report
X3n0n
12 years ago
Any ideas about my problem I wrote above?
Report
cyrus24
12 years ago
Report
X3n0n
12 years ago
http://img218.imageshack.us/img218/9691/screenshotkr1.png
And here is the output of the sensors command:
CPU Temp: +42.5°C (high = +80.0°C, hyst = +75.0°C) sensor = thermistor
Report
Andycas
12 years ago
Restarting screenlet didnt help either.
my wireless conf: http://pastebin.com/m1ff2dcf
Report
NEUR0M4NCER
12 years ago
When I set a ring to wlan0 it doesn't give any signal details, just stuck at 100% (which unfortunately isn't true...) - is there something I can edit in the RingSensors5.ini to get signal details?
Thanks again for these awesome Screenlets.
Report
NEUR0M4NCER
12 years ago
... as i'm already posting though - is there any way you could put the date in the middle of the ClockRing in kinda the same format as the SensorRings?
Thanks
Report
Eggbanjo
12 years ago
How can i add other sensors, would love a full set of these
network
clock
Report
ashy
12 years ago
Report
Whise
12 years ago
Report
rgilley1
3 years ago
Report