Read the statement by Michael Teeuw here.
I cant seem to insall 3rd party modules correctly, what am i doing wrong?
-
@jiggly said in I cant seem to insall 3rd party modules correctly, what am i doing wrong?:
Would the clock problem have anything to do with the fact that i keep getting undervoltage warning??
Sure. The under-voltage issue is likely because of your power supply for the Pi being inadequate. I would get the proper power for your Pi.
Have you tried adding a module other than the MMM-CoinMarketCap module? If another successfully loads then your problem lies with MMM-CoinMarketCap.
-
@jiggly the picture of your file tree shows that your module folder is called
MMM-Coinmarketcap
instead ofMMM-CoinMarketCap
. You should change that otherwise magicmirror can’t find the module -
@jiggly I have had the same undervoltage issue when trying to access 5V from the monitors power supply, which just supplied to less power. Switching to a 2A 5V power supply solved the issue
-
I am NO expert and I could be 100% incorrect, but in your pic of your modules you dont have a return wrapper. you need this }, and you just have this }
-
@strawberry-3-141 said in I cant seem to insall 3rd party modules correctly, what am i doing wrong?:
@jiggly the picture of your file tree shows that your module folder is called
MMM-Coinmarketcap
instead ofMMM-CoinMarketCap
. You should change that otherwise magicmirror can’t find the moduleThis should definitely fix it!
-