Someone already had that problem with the local JSON File, but I cannot fix it for me. It always says Awaiting for json data...
The file is located in the folder MMM-JsonTable as a test.json- file and url in the config.js is 'file:///home/pi/MagicMirror/modules/MMM-JsonTable/test.json'. Does anyobdy have a solution?
Someone already had that problem with the local JSON File, but I cannot fix it for me. It always says Awaiting for json data... The file is located in the folder MMM-JsonTable as a test.json- file and url in the config.js is 'file:///home/pi/MagicMirror/modules/MMM-JsonTable/test.json'. Does anyobdy have a solution?
My test.json-file looks by the way
{ "items": [ { "name": "Watt", "value": "234.6" }, { "name": "Test", "value": "3 kwH" } ] }