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

    jghansen09

    @jghansen09

    0
    Reputation
    373
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    jghansen09 Unfollow Follow

    Latest posts made by jghansen09

    • RE: Weather Underground Forecast (wuforecast)

      @RedNax
      That was not my entire config file, just the part inserting the wuforecast module. However I deleted and cloned the wuforecast files again without changing my config file and it works fine now. Any idea as to why that might have been?

      Thank you for the reply!

      posted in Troubleshooting
      J
      jghansen09
    • RE: Weather Underground Forecast (wuforecast)

      Hi,

      I am very new to this (only have experience with VBA, simple C+ from using MATLAB, you get the point).

      I used git clone https://github.com/MattLugar/wuforecast to download the files to my modules directory then changed the default weather module to the wuforecast module in the config.js file. However, when I run the Mirror program I get a completely black screen.

      All of the files appear to have been downloaded correctly to the directory and I cant find any syntax errors in the config.js file. I wrote everything exactly as follows:

      modules: [
          {
              module: 'wuforecast',
              position: 'top_right',  // This can be any of the regions.
                                          // Best results in left or right regions.
              config: {
                  // See 'Configuration options' for more information.
                  location: 'France/Paris',
                  appid: 'abcde12345abcde12345abcde12345ab' //wunderground.com API key.
              }
          }
      ]
      

      Any help?

      Thank you!

      posted in Troubleshooting
      J
      jghansen09