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

    msimon360

    @msimon360

    1
    Reputation
    1
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    msimon360 Unfollow Follow

    Best posts made by msimon360

    • MMM-Jast - Loading and no data SOLVED

      I installed MMM-Jast v2.9.5 on a fresh Install of MagicMirror2 on my Raspberry Pi 5.
      All I was getting was the word “Loading”. The problem was fixed when I downgraded yahoo-finance2 from 2.14.0 to 2.11.3 as in the Jast package.json.

      cd ~/MagicMirror/modules/MMM-Jast
      rm -rf node_modules package-lock.json
      npm install yahoo-finance2@2.11.3 --save-exact

      posted in Troubleshooting
      M
      msimon360

    Latest posts made by msimon360

    • MMM-Jast - Loading and no data SOLVED

      I installed MMM-Jast v2.9.5 on a fresh Install of MagicMirror2 on my Raspberry Pi 5.
      All I was getting was the word “Loading”. The problem was fixed when I downgraded yahoo-finance2 from 2.14.0 to 2.11.3 as in the Jast package.json.

      cd ~/MagicMirror/modules/MMM-Jast
      rm -rf node_modules package-lock.json
      npm install yahoo-finance2@2.11.3 --save-exact

      posted in Troubleshooting
      M
      msimon360