@RonR said:
http://192.168.1.41/observationscurrent?stationId=FOSHKplug1n&format=json&units=e&apiKey=MMM
Hi!
Sorry for the delay - I somehow missed your message here. Sorry!
Your FOSHKplugin appears to be running on 192.168.1.122:8081 – so the apiBase in the MMM configuration must also be set accordingly:
apiBase: 'http://192.168.1.122:8081/observations/',
Beside that, pws and apiKey should remain unchanged in order to receive additional data from FOSHKplugin:
pws: 'FOSHKplugin',
apikey: 'MMM',
The URL in apiBase must be entered with the correct case and the correct placement of the slashes ‘/’.
Otherwise, the MMM plugin will not receive any data from FOSHKplugin and continuously says: “Loading”.
Regards, Oliver