MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. Spankythemusical
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 13
    • Best 0
    • Controversial 0
    • Groups 0

    Spankythemusical

    @Spankythemusical

    0
    Reputation
    723
    Profile views
    13
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Spankythemusical Unfollow Follow

    Latest posts made by Spankythemusical

    • RE: MMM-MyScoreboard

      @j.e.f.f You are the best! I simply cannot thank you enough!

      posted in Sport
      S
      Spankythemusical
    • RE: MMM-MyScoreboard

      Thank you very much for all your work. I’m sure that you have much more important things to do. I can always wait for live games in order to test. In the mean time I can parse things with python. No biggie.

      posted in Sport
      S
      Spankythemusical
    • RE: MMM-MyScoreboard

      @j.e.f.f just FYI, that is the site I’ve been using, minus the date and limit items.

      posted in Sport
      S
      Spankythemusical
    • RE: MMM-MyScoreboard

      @j.e.f.f Code written for FBS, but also having FCS logos in the folder (for overlapping game types), should work for 99.9% of the people. If that’s possible.

      I’ll have to look in morning to see if that’s the website that I’ve been using. It does seem about right.

      posted in Sport
      S
      Spankythemusical
    • RE: MMM-MyScoreboard

      @j.e.f.f I believe that division 1 is the one that’s followed by the most people. I don’t even know f it’s possible to get info from the other divisions through the major sites.

      Thank you for doing this. I’m curious to see how far off my attempt is from what you come up with.

      posted in Sport
      S
      Spankythemusical
    • RE: MMM-MyScoreboard

      @j.e.f.f I actually used the MBA section as the template. Unfortunately, I do not have close to enough experience with js to ensure that it is correct. Is there a section of code that controls if the section is hidden or showing? If I could make the section how even without an upcoming game, then I could see if what I’ve done so far is successful.

      posted in Sport
      S
      Spankythemusical
    • RE: MMM-MyScoreboard

      @j.e.f.f Thank you. Like I said, it’s not a big thing that needs immediate attention. The feed is a public JSON feed from ESPN.

      posted in Sport
      S
      Spankythemusical
    • RE: MMM-MyScoreboard

      Jeff,

      I have a question/huge favor. I’m trying to add NCAAF to this module. Unfortunately, I have exactly 0.2% experience with js. I can parse the website with Python and get the information I’m looking for, but I do not know how to translate that to js. I have taken your NBA.js and changed it in an attempt to make it work, but I’m sure I’m not even close to where I need to be. When you have a few free moments (i.e. this is not at all an important endeavor), could you look over where I am and point me closer to the right direction? I cannot tell you how much I would appreciate it. (I’ve realized that I cannot upload the text file, but I can copy/paste the code here)

      posted in Sport
      S
      Spankythemusical
    • RE: MMM-QuotesFromReddit

      @bthuilot It’s no big deal. I honestly don’t know if the issue I was having was the same for anyone else. Just glad I was able to find a workaround so that I could use your module. Thank you for the work!

      posted in Entertainment
      S
      Spankythemusical
    • RE: MMM-QuotesFromReddit

      No problem. I was sure it was something that I was doing wrong. So in my MMM-QuotesFromReddit.js file I added:

       },
      
              getStyles: function () {
                      return ["MMM-QuotesFromReddit.css"];
              },
      

      Then I created a MMM-QuotesFromReddit.css file and put in the line that you wrote. Still no change. I’m going to continue messing with it, but any additional help would be unbelievably appreciated.

      EDIT: I figured it out. I changed the line:

      wrapper.className = "thin xlarge bright";
      

      to:

      wrapper.className = "small";
      

      Works like a charm!

      posted in Entertainment
      S
      Spankythemusical