did you copy all the node_modules directories? if so this is propably the issue go to the module remove the directories and run npm install
Read the statement by Michael Teeuw here.
Posts
-
RE: DHT22 Sensor
-
RE: DHT22 Sensor
@Bangee never had such an issue before, did a clean install instead of copying images on sdcard, is there a reason why you copied an old image?
-
RE: DHT22 Sensor
@Bangee depending on your other post about this problem in a different thread I assume you have a newer node version installed as you had on your old sd card, so maybe this will help you https://docs.npmjs.com/cli/rebuild
-
RE: Fade-in/Fade-out with Electron
especially have a look at the following lines https://github.com/fewieden/MMM-soccer/blob/046346597ca7b1429b0a1f6e6c55c8f0624373a7/MMM-soccer.js#L169
-
RE: Fade-in/Fade-out with Electron
@Beh do you want something like this?

then you can have a look in here, credits go to @ianperrin
-
RE: DHT22 Sensor
@Bangee go into the directory of your new module e.g.
~/MagicMirror/modules/MMM-Temperature/and typenpm initand follow the instructions, after that typenpm install --save node-dht-sensor -
RE: MMM-Soccer - Standings, Schedules and Top Scorers
@MichMich I was thinking about doing this, but couldn’t find a proper free api yet :(
-
RE: Space between 2 modules
you can just put
.module { margin-top: 10px;}in the custom.css this should work -
RE: Strava widget
@d3r https://github.com/MichMich/MagicMirror/tree/master/modules
if you have questions you can ask here, there several people who can help if you’re facing problems