ive reinstalled and now im only getting NZ graph showing and no world or spain or ireland, its solved the rise in cpu usage… hers my config code:
// Covid-19
{
module: "MMM-COVID-19",
header: "COVID-19",
position: "bottom_right",
config:{
scanInterval: 1000 * 60 * 60 * 12,
rotateInterval: 0,
detailProvince: true,
pinned: ["Ireland"],
pinned: ["Spain"],
pinned: ["New Zealand"],
myPosition: {latitude:-43.5523955, longitude:172.6328479, metric:"km",}, //or null. // reserved for later.
logProvinceCountry: false,
logOnce: true,
sortOrder: null,
reportTimeFormat: "YYYY.MM.DD hh a",
drawGraph: true,
}
},
any ideas?