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

    Posts

    Recent Best Controversial
    • RE: Struggling with Weather... module

      This “issue” is fixed.

      Advised by Sam, I ran these 2 commands to find modified files that differ from a “clean install/default” of MM.

      git status
      git diff
      

      Any that varied… I ran:

      git checkout <dir-tree>/file.extension
      

      Rebuilt my config.js and found that apiBase HAS to be commented out.

      On reflection DO NOT CHANGE ANY FILE aside from “config.js”
      I had 3 causes for this issue.

      • (edit) i had longitude set in config.js to “long:”… it should be “lon:” and the lat/lon do not have to be surrounded by any quote marks.
      • I’d modified other *.js files, that didn’t need to be modified.
      • the “apiBase” argument listed in (MagicMirror Documentation > Modules > Weather Module > Configuration Options) was, in my case, not “REQUIRED”.
        c82b60b1-1dd9-43bb-a09a-94a3009810bb-image.png

      @sdetweil … Sam, publically, I cant thank you enough for your help with this. Sorry for being a n00b, your insight and help was invaluable, and you taught me some stuff, which is great!!

      posted in Troubleshooting
      D
      D3dl3g
    • 1 / 1