CPU Temperature Indicator

UUID: temperature@fevimu
Last edited:
1 month ago 2024-02-03, 03:34
Last commit: [7134348c] Hungarian translation update for the Cinnamon applets (#5447)

Shows CPU Temperature

Log In To Comment!

121 Comments

Perfectlynk
Perfectlynk-2 weeks ago
Great app. Can you add a max temp, maybe even average temp please.
angelotux
angelotux-9 months ago
awesome app
Allewyn
Allewyn-1 year ago
Really helpful to monitor temps thanks for this!
invexx
invexx-1 year ago
Excellent! Thank you. Can high and critical threshold values be changed? Mine show 100 for both. I'm using LM21C.
alex-ie
alex-ie-6 months ago
Maybe you figured it out, writing to the benefit of others. I just did by looking at the code. It reads values from sensors I understood. If one wants to set thresholds once for all, edit applet.js, search for DEBUG variable, in comments it is explained how to activate this mode and in the code `if (DEBUG === true) {critical = 53; high = 49;}` - set yours. If one wants configurable in GUI, then one can accurately change json file and js to use new configs. Strangely for me GUI is read by `this.settings.bindProperty(Settings.BindingDirection.IN, 'label-prefix', 'labelPrefix', () => this.on_settings_changed(), null);` and later used via this.state.labelPrefix (settings becomes state on its own...).
alex-ie
alex-ie-6 months ago
P.S. Seems to way to edit/delete a comment once submitted.... what a surprise! Edit to 1st sentence: "Probably you figured it out already, I'm writing for the benefit of other readers now."
SIPengineer
SIPengineer-1 year ago
Thank you! Simple, convenient and always works!
silasantanaa
silasantanaa-1 year ago
Hey, how I install this software on mint luna?
richo
richo-2 years ago
thanks
eGit
eGit-2 years ago
Great applet! It would be nice if you had an additional option for alarms, like some alarm sound and an non-modal (blocking) alarm dialog.
Minessota Klei
Minessota Klei-3 years ago
Very good applet, practical and easy to use, it is one of my favorites!
Nik
Nik-3 years ago
Sorry to hear you're no longer maintaining this Applet.. It still works the best for me, of any temp display I've tried. ;) Hopefully it'll keep working this well. I love how simple/compact this one is. There's a lot to be said for a simple applet that focuses on just a single function. Sometimes that's exactly what's needed to fit into someone's unique layout. Anyway, thanks for the work you've done on this!
claudiux
claudiux-3 years ago
Hello, I just created a new applet: Sensors@claudiux https://cinnamon-spices.linuxmint.com/applets/view/337 It can also display the temperature of the processor ... and the speed of the fans... and the voltages... and the status of intrusion detectors. I have been the maintainer of temperature@fevimu for almost a year and will not continue. Thank you for welcoming Sensors@claudiux! Regards. Claudiux
rdlf4
rdlf4-3 years ago
I feel like kernel v5.3, which is now officially supported by Linux Mint 19, introduces a regression and as a result your applet can no longer read the temperature of the processor. After answering YES to those questions, sudo sensors-detect outputs "Sorry, no sensors were detected. This is relatively common on laptops, where thermal management is handled by ACPI rather than the OS." Initially, I decided to upgrade from 4.15 to 5.3 because it's now officially supported, so I was hoping this issue, which has been a thing since as far as I can remember, was gone. Unfortunately that isn't the case so if I want to keep using your applet, I have to stay on 4.15.
iznobe
iznobe-3 years ago
Hello i ' m wondering if this is good to use with intel 10th generation . when i use this applet , the temp is around 60 °C , when i use the command " inxi -Fxz " the temp is : Sensors: System Temperatures: cpu: 41.0 C mobo: N/A gpu: nvidia temp: 49 C Fan Speeds (RPM): N/A gpu: nvidia fan: 46% why there is about 20 ° C of amount between two systems ?
claudiux
claudiux-3 years ago
Please open two terminals. Into the first one, type: watch inxi -s Into the second one, type: watch sensors Compare the values. inxi shows CPUTIN value, while this applet shows CoreTemp value. CPUTIN = CPU Temperature Index AUXTIN = Auxiliary Temperature Index SYSTIN = System Temperature Index CPUTIN is different from CoreTemp. CoreTemp is the sensor on the processor while CPUTIN is motherboard CPU temp sensor. AUXTIN is the power supply temp sensor (if there is one) while SYSTIN relates to Motherboard.
gisn8
gisn8-3 years ago
When the CPU temp in °F is moving around 99°-100°, it shifts the panel bar. Can you please space pad it or something to prevent that shift? I've had to disable it because it was too distracting. Thank you.
claudiux
claudiux-3 years ago
I will try to fix this issue. Thanks for reporting this one.
ASHILTINEC
ASHILTINEC-3 years ago
Hello. Applets show Tctl temperature in desktop panel icon (link: https://i112.fastpic.ru/big/2020/0720/77/b9304dbfafc45d95185b45c83d9cc677.png ). How to change to Tdie sensor? My CPU: Ryzen 2700x, OS:Linux mint 20. Thank you
claudiux
claudiux-3 years ago
I can't see this png file. Can you post another link, please?
rdlf4
rdlf4-3 years ago
Hello, I'm sorry for taking so long to provide a feedback. Regarding your suggestion, it kinda worked. Your applet now gets the correct readings, but it just won't show it IN DEGREES CELSIUS. It will display the current temperature in Fahrenheit, but after changing that to Celsius, with integer values disabled, it reports 0.0ºC. Having it enabled outputs 0ºC. But if you click once on your applet, it becomes evident it is reading the correct temps. Please have a look: https://ibb.co/TTxs8VS I guess this applet could use a hotfix to address the 0ºC issue. Could you please have a look at it? TIA.
rdlf4
rdlf4-3 years ago
Actually, no. For temp in both Celsius and Fahrenheit, it displays 0ºC and 32ºF, respectively. Weird. No idea why it just won't display the readings it gets, which are correct. Something is forcing the temp counter to be 0 before doing that. I went through the Spices Update just once because I really don't want to mess with it. Is there anything else I can provide you to better understand this issue?
claudiux
claudiux-3 years ago
Thank you for your feedback. I'll try to solve this issue.
rdlf4
rdlf4-3 years ago
This applet works just fine on Linux Mint 19.1 Tessa and kernel v4.15.0-106, but after I upgraded the kernel to v5.4.0-37 it only shows 0ºC for my processor.
claudiux
claudiux-3 years ago
Here are different ways to try to solve this issue: - execute the command `sensors` then reboot the computer. - note the contents of the `/etc/modules` file, if it exists; execute the command `sudo sensors-detect`; for each question, select the default answer, except for the last question 'Do you want to add these lines automatically to /etc/modules?' (YES, if the detected modules are not in the `/etc/modules` file); reboot your computer. - re-install this applet, using the SpicesUpdate applet (in its menu: Configure -> Applets tab -> check both boxes for temperature@fevimu -> Refresh button).
claudiux
claudiux-3 years ago
This applet is now compatible with Cinnamon 4.6.
PapayaMedia
PapayaMedia-3 years ago
It works flawlessly on my Linux Mint 19.3. Thank you. Is there a way to use custom "High Temp" and "Crit. Temp" values. Now both are fixed to 100°C and I can't modify them.
claudiux
claudiux-3 years ago
These values can not be modified. Use the command `watch sensors` to display your computer temp values.
Fifis
Fifis-3 years ago
I tried @jesperloehr’s solution, and it did not work on Arch with Cinnamon 4.6.2, kernel 5.4.44-1-lts. Looking forward to getting an update.
jesperloehr
jesperloehr-3 years ago
Does not start on Cinnamon 4.6 (Cinnamon says it is not compatible). I updated ~/.local/share/cinnamon/applets/temperature@fevimu/metadata.json to include "4.6" and it seems to work.
Lloric Mayuga Garcia
Nice applet, thanks for this
scoobs22
scoobs22-3 years ago
Great applet! I've been running it ever since it first came out. Right now I'm running Mint 19.3 Cinnamon (4.4.8) with kernel 5.3.0-46-generic. If I click on the applet in the panel it reports from my single sensor correctly, but the number that displays directly on the panel always stays at freezing (0C or 32F). It's been some time since this started, and has self-resolved at least once. But it's been doing this consistently for several weeks now. Any tips?
TuxFrank
TuxFrank-3 years ago
Does not run under Mint 18.3 Cinnamon :-( After a new installation I couldn't get it to work anymore. Message: incompatible with the current version of Cinnamon
ムレメკΙ
ムレメკΙ-3 years ago
hello there, as Robbie said previously that'd be nice to get the option to add "CPU" or custom values to write what we want as a prefix. thanks for yer time. works perfect on LMDE Debbie
RobbieBL
RobbieBL-4 years ago
Linux Mint 19.3 Fanless NUC: Just the job to keep an eye on CPU temperature. Would like the option to prefix the temp display eg: "CPU temp 39.4 C" Otherwise an AbFab applet.
groschialeux
groschialeux-4 years ago
Nice applet. It works for me but only partially. Using Linux Mint 19.3 in French. When I set the applet to Farenheit it works perfectly but in Celcius, I only see the temperature in the window when I click on it, the icon always shows 0.0.
groschialeux
groschialeux-4 years ago
Actually it's all working fine this morning. I guess it just needed a reboot.
thunderamur
thunderamur-4 years ago
Works great. Thanks!
Mauricio López Coria
I'm using it with Manjaro Cinnamon and it works ok. Cool applet!
wordlessly
wordlessly-4 years ago
Just updated to Linux Mint 19.3 which comes with Cinnamon 4.4. This applet does not work anymore now :(
claudiux
claudiux-4 years ago
Chookiat J
Chookiat J-4 years ago
I just upgrade my Linux Mint and encounter the same. I did uninstall it and reinstall back. It works again.
claudiux
claudiux-4 years ago
Thank you.
wordlessly
wordlessly-4 years ago
Also works for me again after re-install. Very strange. I updated all applets. Isn't this the same as uninstall and re-install?
claudiux
claudiux-4 years ago
Did you do all of these updates using Spices Update? This applet ensures you download the latest version of your Spices.
Padre2
Padre2-4 years ago
Thanks for a useful applet and for fixing the problem with Cinnamon 4.4 on Arch. No more warnings and the applet loads normally. I have a 4-core AMD Phenom CPU and would like to ask about the displayed temperatures shown as follows: temp1: 70.5 temp1: 43.0 temp2: 40.0 temp3: 82.0 Why does it not show the first temperature as temp0?
claudiux
claudiux-4 years ago
This applet uses the names given to the sensors. Try the command: sensors and check if there are the same names, please.
Padre2
Padre2-4 years ago
Only shows three temperature readings: temp1: +44.0°C (low = +127.0°C, high = +127.0°C) sensor = thermistor temp2: +41.0°C (low = +127.0°C, high = +60.0°C) sensor = thermal diode temp3: +82.0°C (low = +127.0°C, high = +127.0°C) sensor = thermistor
Padre2
Padre2-4 years ago
Regarding my first list of temperatures, after checking further, I think the first temp1 70.5°C is from the GPU. The second temp1 is probably the CPU and temp2 is from the motherboard. Perhaps temp3 is from the power supply, or also from the GPU.
claudiux
claudiux-4 years ago
Maybe it is indicated in the manual of your motherboard? I will try to add an option in the settings to allow users to edit these labels.
Padre2
Padre2-4 years ago
sensor.log S,lmsensor it8720-isa-0228 temp1,101 S,lmsensor it8720-isa-0228 temp2,101 S,lmsensor it8720-isa-0228 temp3,101 S,lmsensor radeon-pci-0100 temp1,101
FlowXP
FlowXP-4 years ago
awesome
rdlf4
rdlf4-4 years ago
OK so the update I got before the one that's available today did a great job! I no longer saw that annoying message from Mint saying CPU Temperature Indicator could not be initialized. Now, I'm kinda on the fence as to whether I should download the one available today or not. I just don't want to break what's working. So for now I guess I will be turn a blind eye on further updates for this applet unless A) the applet breaks once again and that message comes up or B) @jaszhix says it's OK to do so.
claudiux
claudiux-4 years ago
You can test the latest version after saving your current version. To do that: - Open with nemo the folder '~/.local/share/cinnamon/applets'. - Copy the 'temperature@fevimu' sub-folder into another place (as your Desktop). - Update this applet using the Spices Update Applet, to make sure you get the latest version. - Test the latest version. If it does not the job, replace the 'temperature@fevimu' sub-folder by the previously saved one, then restart Cinnamon (and open an issue on Github, please). Regards.
Phil995511
Phil995511-4 years ago
Very good applet, very practical for the thermal optimization of laptops.
Vlad-Ver
Vlad-Ver-4 years ago
When you start the applet, it slows down the computer when watching youtube video
rdlf4
rdlf4-4 years ago
Sorry for double-posting (apparently I can't edit my previous comment), but after scrolling down the comments, I noticed the mention of lm-sensors, which I do have installed already on my Linux Mint 19.1 Cinnamon "Tara" 64-bit. But in the end, after booting, all CPU Temperature Indicator will do is trigger the error message I mentioned in my previous post. My laptop is an AMD-based Acer Aspire 5. Is anyone else struggling to find the reason and having cpu temp show an error message via notification popup?
rdlf4
rdlf4-4 years ago
Been keeping this applet up-to-date but still getting the error message where Cinnamon tells me it could not be loaded. Out of 10 times I turn on my laptop, the applet manages to run flawlessly for, like, 3 or 4 times, give or take, after my laptop has booted up: https://imgur.com/a/nco9d5R Anyone else running into the same issue?
Valyaev ilya
Valyaev ilya-4 years ago
It does not work :( "Last commit: [e8095840] [temperature@fevimu] Option added: Change color when the temperature becomes High or Critical (#2555)"
claudiux
claudiux-4 years ago
Why it does not work? It works very well for me. What are the High and Critical temperatures of your sensors? Please run the command 'sensors' in a terminal. One of the returned lines must be like: Package id 0: +58.0°C (high = +69.0°C, crit = +75.0°C) So, when the temperature (actually +58.0°C) becomes greater than +69.0°C, the applet becomes orange. (Red for temp greater than +75.0°C.)
Valyaev ilya
Valyaev ilya-4 years ago
now it works, thank you :) coretemp-isa-0000 Adapter: ISA adapter Package id 0: +63.0°C (high = +87.0°C, crit = +105.0°C) Core 0: +60.0°C (high = +87.0°C, crit = +105.0°C) Core 1: +61.0°C (high = +87.0°C, crit = +105.0°C) Core 2: +63.0°C (high = +87.0°C, crit = +105.0°C) Core 3: +60.0°C (high = +87.0°C, crit = +105.0°C) acpitz-virtual-0 Adapter: Virtual device temp1: +27.8°C (crit = +106.0°C) temp2: +66.0°C (crit = +104.0°C)
claudiux
claudiux-4 years ago
Hurray!!!
Valyaev ilya
Valyaev ilya-4 years ago
Thank you for "Last commit: [e8095840] [temperature@fevimu] Option added: Change color when the temperature becomes High or Critical (#2555)"
Fifis
Fifis-4 years ago
Unwanted behaviour: after reaching 80°, the taskbar (and all window indicators) starts dancing like crazy because of the ‘High’ text appearing and disappearing after every refresh during the fluctuation. It would be awfully nice to add *just two settings*: show ‘High’ if high and show ‘Crit’ if critical. A different (slightly more complicated) approach to consider would be adding ‘High’ or ‘Crit’ in yellow and red below or above the indicator (if such an option is enabled) because it would make the applet width fixed, which is the expected behaviour from applets. Thank you in advance for considering this easy addition.
claudiux
claudiux-4 years ago
Now an option allows you to disable text alerts!
rambojohn
rambojohn-4 years ago
i had same issue. was working in mint 19.1. after upgrading to 19.2, stopped working. also i kept getting authentication request for a flatpak on startup. so i decided to uninstall --purge flatpak. rebooted and everything is working fine. i had to remove and reistall the cpu temp applet. note, had read removing flatpak causes lots of problems for mintinstall, etc. i haven't had any such issues yet.
tethragon
tethragon-4 years ago
Was working fine (linux mint 19.1). Since I upgraded to 19.2, cpu temperature indicator is not working.
claudiux
claudiux-4 years ago
Please install the package lm-sensors.
chromer030
chromer030-4 years ago
this applet cause following message for a long span of time in my .xession-errors, spamming it to grow endlessly , Please fix this bug your applet is great. Cinnamon warning: Log level 128: posix_spawn avoided (fd close requested)
JoaoMachado
JoaoMachado-4 years ago
Many applets are no longer working with Cinnamon 4.2 update, but this one I really use, please update when possible.
sokoban
sokoban-4 years ago
Not working on Cinnamon 4.2
Eugene
Eugene-4 years ago
Hangs after exiting standby mode. Shows the last value and nothing else changes.
Phil995511
Phil995511-4 years ago
Just excellent for CPU temperature monitoring
Craig3010
Craig3010-4 years ago
[LM Cinnamon 19.1] Fresh install, it worked for a few days then stopped working (32F.) Any advice?
David Henzler
David Henzler-5 years ago
I have two systems (different motherboards) but both loaded recently with Mint 19 and all upgrades applied to both. Same software complement mostly. The cpu temp works flawlessly on my AMD 6300 but balks and displays 32F on the AMD 4100. I assume the kernel has to load some sensors... perhaps that is the difference. No big deal except trying to optimize case cooling for the system that's on 24/7. Anyone? Dave
Vlad-Ver
Vlad-Ver-5 years ago
Doesn't work on Mint 17.3 Cinnamon asus z99h. Where to find the reason?
Isaac Carter
Isaac Carter-5 years ago
Using Cinnamon 4.0.8 on Linux Mint 19.1 64bit. Verified applet is showing the CPU temps correctly.
CosmicTachyon
CosmicTachyon-5 years ago
After updating to Cinammon 4.0.0 (on Arch Linux), the CPU temperature applet wont run. Log message: [temperature@fevimu]: Extension is not compatible with current Cinnamon version
CosmicTachyon
CosmicTachyon-5 years ago
It's fixed now. Thanks!
pcolamar
pcolamar-5 years ago
Mint 18.3 64bits. Just like Richard said. Shows NaN but hovering the temperature is there
bradenfontaine
bradenfontaine-5 years ago
Ryzen 1700, fresh build, just like Richard said, just shows NaN
Richard Downing
Richard Downing-5 years ago
Doesn't work on Mint 19 beta Cinnamon. Shows NaN. Hover over and temperature is there, but that is not what is required.
Lee C Williams
Lee C Williams-5 years ago
Latest Mint; Kernal 15.0-22; NCT6755 controller; Ryzen 1700; Drop down is populated with correct values, but the one held inside the bar itself remains "NaN". If NCT6775 isn't loaded, the dropdown still contains Temp1, and Temp2 and the bar still has "NaN".
Mr MoovaShaka
Mr MoovaShaka-5 years ago
This seems to have caused an issue with cinnamon for me (Mint 17.2 Rafaela), after installing via the applets widget, my desktop was frozen other than mouse functionality. Now it boots into a black screen with just a mouse pointer, nothing else works. Booting into advanced options and using startx in the terminal gets me a cinnamon desktop (without my usual settings) in which I can use Terminal but nothing else. I can't see any reference to temperature applet in .local/share/cinnamon/applets - how do I completely remove all traces of this applet and restore my desktop?
wiserweb
wiserweb-5 years ago
You have to log in like normal into cinnamon. Once you are at the black screen please CRTL+ALT+F2. This will bring you to a console session. Then login at the command prompt with your regular user. Then remove the temperature applet files from these locations. cd ~/.local/share/cinnamon/applets rm -R temperature@fevimu cd ~/.cinnamon/configs/ rm -R temperature@fevimu Then reboot, you should be able to get into cinammon again.
basilky
basilky-5 years ago
Causes cinnamon to consume lot of memory.It was around 1.3 GB after few hours.
Sergedel
Sergedel-5 years ago
Last version of the applet (2018-03-30) cause a "NaN" display... Zero divide?
Jesus Eguiluz
Jesus Eguiluz-6 years ago
this applet cause that cinnamon process consume a lot of memory (1GB every 24 hours). The applet manager advertise that this applet uses bads functions. I remove the applet and cinnamon only uses 160 MB (24 after).
Numbat2913
Numbat2913-6 years ago
Great applet and have been using it for years but doesn't work with Mint 17.3 since the applet updated today to the new version. Here is the error log, tell me if you need more info to help fix this? Cheers error t=2018-01-18T09:46:57.549Z Initial settings schema file is not valid for temperature@fevimu error t=2018-01-18T09:46:57.550Z Problem initializing settings for temperature@fevimu error t=2018-01-18T09:46:57.550Z this.settings.bind is not a function trace t=2018-01-18T09:46:57.550Z <---------------- MyApplet.prototype._init@/home/kevin/.local/share/cinnamon/applets/temperature@fevimu/applet.js:31 MyApplet@/home/kevin/.local/share/cinnamon/applets/temperature@fevimu/applet.js:20 main@/home/kevin/.local/share/cinnamon/applets/temperature@fevimu/applet.js:402 createApplet@/usr/share/cinnamon/js/ui/appletManager.js:329 addAppletToPanels@/usr/share/cinnamon/js/ui/appletManager.js:256 finishExtensionLoad@/usr/share/cinnamon/js/ui/appletManager.js:59 loadExtension@/usr/share/cinnamon/js/ui/extension.js:451 onEnabledAppletsChanged@/usr/share/cinnamon/js/ui/appletManager.js:197 ----------------&gt; error t=2018-01-18T09:46:57.550Z [Applet "temperature@fevimu"]: Failed to evaluate 'main' function on applet: temperature@fevimu/42 error t=2018-01-18T09:46:57.551Z Could not load applet temperature@fevimu
NikoKrause
NikoKrause-6 years ago
Pushed a fix. Should work again on Mint 17.3.
Numbat2913
Numbat2913-6 years ago
Thanks will try it in a couple of days :-) Cheers
Larry Brievman
Larry Brievman-6 years ago
Doesn't work in Mint 18.3 with AMD Ryzen, even after run sensors detect as root.
savichev
savichev-6 years ago
On Mint 18.2 fails to init with: error t=2017-07-04T18:34:12.910Z No JS module 'panelMenu' found in search path trace t=2017-07-04T18:34:12.910Z <---------------- @/home/me/.local/share/cinnamon/applets/temperature@fevimu/applet.js:3:7 Extension.prototype._init@/usr/share/cinnamon/js/ui/extension.js:155:13 Extension@/usr/share/cinnamon/js/ui/extension.js:116:5 loadExtension@/usr/share/cinnamon/js/ui/extension.js:449:25 init@/usr/share/cinnamon/js/ui/appletManager.js:47:9 start@/usr/share/cinnamon/js/ui/main.js:454:5 @<main>:1:31 ----------------&gt; error t=2017-07-04T18:34:12.910Z [Applet "temperature@fevimu"]: Error importing applet.js from temperature@fevimu error t=2017-07-04T18:34:12.910Z Could not load applet temperature@fevimu FIX: nano /home/${username}/.local/share/cinnamon/applets/temperature@fevimu/applet.js const PanelMenu = imports.ui.panelMenu; replaced by : const PanelMenu = imports.ui.panel;
Dave Van De Cappelle
How do I make it display the temp in Fahrenheit?
NikoKrause
NikoKrause-6 years ago
An option was added in the applets settings.
Jamie Ariel Hollaway
How do I get to the Applet settings? Usually, you can just righ-click the applet in the panel, but all I get is "about..." and "remove".
NikoKrause
NikoKrause-6 years ago
Make sure your applet is up to date.
Johan J
Johan J-6 years ago
Manually installing it worked without any issues, thanks Bash64
EvilSupahFly
EvilSupahFly-6 years ago
I can confirm - manually install working fine after auto-install from Applet menu on Mint 18.2 failed. =)
bash64
bash64-6 years ago
See this website to download and manually install, then it works with mint 18.2: https://cinnamon-spices.linuxmint.com/applets
Dave Miller
Dave Miller-6 years ago
i have been running linux mint cinnamon on a test computer and so far the only thing not working is this applet. any idea when this will be made to work on 18.2 as its a great applet. Thankyou
Heinz-Juergen Kronemeyer
After Updating Linux Mint 18.1 to 18.2, the Applet causes little Hick ups, small Freezes every few seconds. Hardware is a Intel NUC7i3BNK (Kaby Lake). Disabling the Applet and after restarting Cinnemon, everything is running smooth again. With Mint 18.1, there was no problem with this Applet on the same Hardware.
amithiel
amithiel-6 years ago
confirming this also. is it fixable? running linuxmint 18.3 with kerel 4.14
David Price
David Price-6 years ago
Seconding this - it's happening on my--recv-keys 1C61A2656FB57B7E4DE0F4C1FC918B335044912E Dell Precision 5520 (Kaby Lake). Drove me nuts until I traced it back to this applet, I'd thought it was an issue with the graphics drivers.
M. Wiedmann
M. Wiedmann-6 years ago
It shows "error" on AMD Ryzen 7. it87-dkms-git is installed and sensors work, but the addon doesn't.
Coleman Benner
Coleman Benner-6 years ago
Thank you, commented out the line with "//" and it works!
Jon Rosenberger
Jon Rosenberger-6 years ago
This is already fixed in the applet source, but apparently the mint control panel is installing an older version...
Jakub Římal
Jakub Římal-6 years ago
Thanks, you are right, it works when you download it manually from this website.
bash64
bash64-6 years ago
How do I install manually?
Jon Rosenberger
Jon Rosenberger-6 years ago
I see this comment in the changelog: "remove panelMenu.js, which is unused but for 2 applets. There are a bunch of applets that import it but don't use it, all of which can be fixed now." To fix this applet, simply remove the line "const PanelMenu = imports.ui.panelMenu;" from ~/.local/share/cinnamon/applets/temperature@fevimu/applet.js
Jon Rosenberger
Jon Rosenberger-6 years ago
On Mint 18.2 fails to init with: error t=2017-07-04T18:34:12.910Z No JS module 'panelMenu' found in search path trace t=2017-07-04T18:34:12.910Z <---------------- @/home/me/.local/share/cinnamon/applets/temperature@fevimu/applet.js:3:7 Extension.prototype._init@/usr/share/cinnamon/js/ui/extension.js:155:13 Extension@/usr/share/cinnamon/js/ui/extension.js:116:5 loadExtension@/usr/share/cinnamon/js/ui/extension.js:449:25 init@/usr/share/cinnamon/js/ui/appletManager.js:47:9 start@/usr/share/cinnamon/js/ui/main.js:454:5 @<main>:1:31 ----------------&gt; error t=2017-07-04T18:34:12.910Z [Applet "temperature@fevimu"]: Error importing applet.js from temperature@fevimu error t=2017-07-04T18:34:12.910Z Could not load applet temperature@fevimu
Minessota Klei
Minessota Klei-6 years ago
Depois da atualização para Linux Mint 18.2 a aplicação parou de funcionar :( After the update to Linux Mint 18.2 the application stopped working :(
dobinator
dobinator-6 years ago
same here...doesn't work after 18.2 Sonya Upgrade
djarlaks
djarlaks-6 years ago
Linux Mint 18.2 Sonya not supported
It doesn't display temperature for Pentium-D cpu on HP 09f0h motherboard # Generated by sensors-detect ... # Chip drivers: smsc47b397
explaner
explaner-6 years ago
It does not display Ryzen 1700X CPU temperatute on ASUS Prime B 350M A motherboard. I installed the latest kernel I could find: 4.10.0-21-generic.
Nickolay Karnaukhov
Interesting. Need to check.
BenoitHage
BenoitHage-6 years ago
Great stuff! Some feedback: - How about some settings option where one can choose which adaptator to display? The one that appeared by default messed the indicator: I had a virtual device at 12 degrees (lower than the room temperature...) while my core temp was around 40 - 45. The end result was a display of 30 degrees, which doesn't make any sense for me. Commenting the line 267 in applet.js was my solution. - Also, instead of using "°C" (two character), I replace it with the proper symbol: "℃" (one character) so it displays exactly like the symbol of the weather applet of "weather@mockturtl". Tiny detail indeed but it yields a much better look.
Nickolay Karnaukhov
Using it since beginning of my Mint/Cinnamon life period
Reaw
Reaw-6 years ago
Simple and effective !