@rkorell
@sdetweil
Never mind I am stupid.
I figured out that I had removed several sections of the config file that was in his readme. Then went and re numbered the lines.
Which really upset the apple cart.
I did have to change the parts you said @rkorell.
But the rest was my doing. Compare the first Config i posted and this one and you will see what I did.
{
module: "MMM-Pinfo",
position: "middle_center",
config: {
debug: false,
refresh: 5000,
itemAlign: "left",
labelAlign: "left",
valueAlign: "right",
labelSize: 400,
containerSize: 500,
DEVICE: {
labelModel: "Model",
displayModel: true,
orderModel: 1,
labelSerial: "Serial",
displaySerial: true,
orderSerial: 2
},
OS: {
labelOs: "OS",
displayOs: true,
orderOs: 3
},
NETWORK: {
labelType: "NET Type",
displayType: true,
orderType: 4,
labelIPv4: "IPv4",
displayIPv4: true,
orderIPv4: 5,
labelIPv6: "IPv6",
I deleted these 2 lines and then changed orderMac: 6 and so on down the
List..
DISPLAYIPV6: FALSE,
ORDERIPV6: 6,
labelMac: "MAC",
displayMac: true,
orderMac: 7
},
RAM: {
labelRam: "RAM",
displayRam: true,
orderRam: 8
},
STORAGE: {
labelStorage: "Storage",
displayStorage: true,
orderStorage: 9,
},
CPU: {
labelType: "CPU Type",
displayType: true,
orderType: 10,
labelUsage: "CPU Usage",
displayUsage: true,
orderUsage: 11,
labelTemp: "CPU Temp",
displayTemp: true,
orderTemp: 12
},
UPTIME: {
labelUptime: "Uptime",
displayUptime: true,
orderUptime: 13
},
WARNING: {
enable: true,
interval: 1000 * 60 * 5,
check: {
CPU_TEMP: 65,
CPU_USAGE: 75,
RAM_USED: 80,
STORAGE_USED: 80
}
},
}
},