06.04.2018, 06:32
It's an issue with your scripts/libraries. In Lua every variable is global unless prefixed with "local". If you override json global in any script library you cannot use it anywhere else. Another solution is to require library like this:
As for weather forecast not loading, check that you have valid gateway and dns settings in network config.
Code:
local json = require('json')
As for weather forecast not loading, check that you have valid gateway and dns settings in network config.