MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Qthulhu
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Q Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: MMM-Letterboxd Dependencies FYI

      @sdetweil even better, thank you! :)

      posted in Troubleshooting
      Q
      Qthulhu
    • MMM-Letterboxd Dependencies FYI

      Just an FYI on anyone wanting to load the Letterboxd module you will need to manually update Node fetch to Version 2 at least, and install the cheerio as these are not included on the initial npm install of the modules dependencies.

      cd /MagicMirror/modules/MMM-Letterboxd
      
      npm install node-fetch@2
      

      once installed, head back to

      cd MagicMirror/modules/MMM-Letterboxd
      
      npm install cheerio
      

      restart magic mirror and it should work :)

      posted in Troubleshooting
      Q
      Qthulhu
    • 1 / 1