Toxblh/MTMR

cpu widget shows "unknown"

albertodeago opened this issue ยท 4 comments

Hi, thanks for the amazing tool, i'm trying a custom setup and the cpu widget is showing me "unknown" (I've tried to update the software but I've the latest version)

image

config file below

[
  {
    "type": "timeButton",
    "formatTemplate": "HH:mm",
    "align": "left",
    "bordered": false,
    "longAction": "shellScript",
    "longExecutablePath": "/usr/bin/pmset",
    "longShellArguments": ["sleepnow"]
  },
  {
    "type": "battery",
    "align": "left",
    "bordered": true
  },
  {
    "type": "cpu",
    "refreshInterval": 3,
    "bordered": true,
    "width": 80,
    "align": "left"
  },
  {
    "type": "network",
    "flip": true,
    "align": "left"
  },
  {
    "type": "timeButton",
    "formatTemplate": "HH:mm",
    "locale": "it_IT",
    "timeZone": "UTC",
    "bordered": true,
    "align": "left"
  },
  {
    "type": "pomodoro",
    "workTime": 1500,
    "restTime": 300,
    "align": "left"
  },
  {
    "type": "upnext",
    "from": 0,
    "to": 12,
    "maxToShow": 3,
    "autoResize": false
  },
  {
    "type": "brightnessDown",
    "bordered": true,
    "width": 50,
    "align": "right"
  },
  {
    "type": "brightnessUp",
    "bordered": true,
    "width": 50,
    "align": "right"
  },
  {
    "type": "mute",
    "align": "right",
    "bordered": true
  },
  {
    "type": "volumeDown",
    "bordered": true,
    "align": "right",
    "width": 50
  },
  {
    "type": "volumeUp",
    "bordered": true,
    "align": "right",
    "width": 50
  }
]

Am I doing something wrong?

fedya commented

+1 same for me too

I think this is because the most recent release, 0.27.0, was made before the commit that introduced the CPU widget. So the CPU widget is not in version 0.27.0

@Toxblh can you help in creating a release for the recent commits which also includes the above cpu widget? Thanks!

Has this been fixed? Still showing the same issue.