@j-e-f-f
Hey Jeff,
just a little update from my side:
I am using my MagicMirror in a Docker container on a Synology DS718+ NAS. On my physical Mirror is an RPi4 which shows the MagicMirror in fullscreen mode via Browser. It is incredibly hard to get log files this way.
When I open the log from Docker itself I see entries for the module, but they are all unspectacular.
I took the API key and put it into a Get command via Postman:
GET http://api.openweathermap.org/data/3.0/stations?appid=34a2f353f6933ab3b5deletedpart>
[
{
"id": "5ff1e82e09<deletedpart>",
"created_at": "2021-01-03T15:52:14.089Z",
"updated_at": "2021-01-03T15:52:14.089Z",
"external_id": "IKNVILIC5",
"name": "Neu-Vilich Bonn",
"longitude": 7.13,
"latitude": 50.74,
"altitude": 70,
"rank": 10
}
]
The result looks good, the API key seems to work.
I don’t have PM2 in my Docker container unfortunately, so I’ll have to see how to get the appropriate log files. I’ll get back to you when I have new findings on this.
Many greetings,
Nubi