bogenpirat / MMM-WetterOnline

MagicMirror module to display weather data from WetterOnline
GNU General Public License v3.0
8 stars 3 forks source link

Module won't start #7

Closed Cl0udbuster closed 3 months ago

Cl0udbuster commented 3 months ago

Hello ^^ I followed the instructions and as far as I understand it, everything looks fine but the module is not displayed. The config looks like that:

{ module: 'MMM-WetterOnline', position: "top_right", config: { city: "koeln", width: "400px", daysTrend: 4, updateIntervalMins: 5,

            }
        },

Did I miss something or enter it incorrectly? It would be great if you could help me.

bogenpirat commented 3 months ago

looks about right at first glance. did you install the module correctly (i.e. in the correct folders, followed all the steps etc.)?

Cl0udbuster commented 3 months ago

Followed all steps and installed it under

/home/"User"/MagicMirror/modules

Looks like it's not a problem with the module itself. I installed some more Modules and every module which using internet connection doesn't pop up or shows only loading.

Any idea where or what I can best look for?

bogenpirat commented 3 months ago

MagicMirror writes logs, your best bet would be looking at those. good luck!