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

    fuzz

    @fuzz

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

    fuzz Unfollow Follow

    Latest posts made by fuzz

    • RE: Trying to add a 3rd party module

      @cowboysdude I was able to get it to work. Thanks for the help.

      posted in Troubleshooting
      F
      fuzz
    • Trying to add a 3rd party module

      Hello all, I am new to this Magic Mirror. I got it up and running fine. I was able to change the weather info for my area. But I can not get any module to work, that I want to add. I tried putting in different spots in the config file. But that didn’t work.

      I tried different ones with no luck. I was trying to add the RSS and Stock ticker module.

      modules: [
          {
              module: 'stocks',
              position: 'bottom_bar',
              config: {
                  stocks: '.DJI,MSFT,AAPL,GOOG,INTC,CICS,TSLA,FB', // stock symbols
                  updateInterval: 37000 // update interval in milliseconds
              }
          }
      ]
      

      Can anyone help me where to put this at? thanks.

      posted in Troubleshooting
      F
      fuzz