Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. Brenj
    MagicMirror² v2.15.0 is available! For more information about this release, check out this topic.
    B
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 4
    • Best 0
    • Groups 0

    Brenj

    @Brenj

    0
    Reputation
    459
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Brenj Follow

    Latest posts made by Brenj

    • Modules again.....

      Hello everyone again. Like i said in my last post, this is a school project. I am trying to add the “MagicMirror-QuoteCatalog” but of course I have 1 simple mistake that I cannot find. This is what I have:

      {
                            module: "MagicMirror-QuoteCatalog",
                            header: "The Quote Catalog",
                            position: "bottom_left",
                            config: {
                                    timeFormat: int 60
                                    fadeSpeed: int 5
                            }
                    },
      

      If anyone could help me out again, that would be great, thank you!


      Note from admin: Please use Markdown on code snippets for easier reading!

      posted in Development
      B
      Brenj
    • RE: I cant load 3rd party modules to my smart mirror.

      I did that and still nothing. I’ve been trying to figure out this for the past few days this is making me mad, lol. But thanks for your guys’ help. I might just start over, it would probably make it easier. Do you guys by chance know how to start the coding over? Again thanks for your help, I feel like im asking too much, sorry.

      posted in Troubleshooting
      B
      Brenj
    • RE: I cant load 3rd party modules to my smart mirror.

      @yawns thanks so much for responding. I copied exactly what you said but it still wont work UGH.

      I think it has something to do with the ending of the coding.

            {
                          module: 'MMM-NFL',
                          header: 'NFL Scores',
                          position: 'bottom_right',
                          config: {
                                  colored true,
                                  reloadInterval 1800000
                          }
                  },
          ]
      

      };
      /*************** DO NOT EDIT THE LINE BELOW ***************/
      if (typeof module !== “undefined”) {module.exports = config;)

      I literally dont know whats wrong with this, I may just have to start the whole thing over.

      Thanks again,
      Brenj

      posted in Troubleshooting
      B
      Brenj
    • I cant load 3rd party modules to my smart mirror.

      So to be clear, I am not the greatest at coding software and stuff like that. Im doing this for my senior project. I am trying to add MMM-NFL by fewieden to my smart mirror. Its just the formatting wont work and I am so frustrated with it.

                  {
                          module: 'MMM-NFL',
                          header: 'NFL Scores',
                          position: 'bottom_right',
                          config: {
                                       colored true
                                       reloadInterval 1800000
                          }
      

      I tried my best with the coding it just wont work. I dont know if I accidentally edited other parts of the ‘nano config/config.js’. If anyone could help that would be greatly appreciated.

      Thank you,
      Brenj

      posted in Troubleshooting
      B
      Brenj