MagicMirror Forum

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

    justdreambig

    @justdreambig

    1
    Reputation
    2
    Profile views
    8
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    justdreambig Unfollow Follow

    Best posts made by justdreambig

    • RE: Mirror not using my custom.css

      @sdetweil Oh man great directions… I made some tweaks to my code and I can now see that the browser is using the custom.css and it is working.

      Thanks for teaching me something new.

      posted in Custom CSS
      J
      justdreambig

    Latest posts made by justdreambig

    • RE: Mirror not using my custom.css

      @sdetweil I will check it out… Thanks!

      posted in Custom CSS
      J
      justdreambig
    • RE: Mirror not using my custom.css

      @sdetweil Oh man great directions… I made some tweaks to my code and I can now see that the browser is using the custom.css and it is working.

      Thanks for teaching me something new.

      posted in Custom CSS
      J
      justdreambig
    • RE: Mirror not using my custom.css

      @sdetweil Thanks for your reply… I made the change and it didn’t work.

      posted in Custom CSS
      J
      justdreambig
    • Mirror not using my custom.css

      So I have been working on this for a while and tried to google all the stuff and it got me really far but I am stuck on what i like to call the final yard…

      I am trying to change the font weight on .mmm-homeassistant-sensors . The module is running correctly but I can’t seem to get the mirror to see my custom changes.

      What I am working with:
      Synolgy NAS - Docker
      Image - bastilimbach/docker-magicmirror

      Here is what I have done so far: (Thank you to the forums for this)

      1. created a custom.css file and mounted the file with docker compose
      2. Checked the custom.css with docker exec cat and it returns what is in my custom.css file so I know it is avaiable to my mirror
      3. rebooted and rebuilt the container many times

      I inspeced the module with Chrome and it only shows main.css as the source so The only thing I can think of is my code is wrong. I tried reading the CSS 101 - Getting started with CSS and understanding how CSS works but man my head is spinning. Below is my code

      .mmm-homeassistant-sensors {
          font-weight:bold;
      
        }
      

      Any help is appreciated… Thanks

      homeassistantsensors.jpg

      posted in Custom CSS
      J
      justdreambig
    • RE: MMM-Scoreboard - Module Working but no Data

      Did some more searching and it looks like the source link changed

      https://github.com/jclarke0000/MMM-MyScoreboard/issues/60

      This fixed my issue

      posted in Troubleshooting
      J
      justdreambig
    • RE: MMM-Scoreboard - Module Working but no Data

      @sdetweil Yea I think it is source problem also… it’s too bad I really like the scoreboard. I hope something is just down

      posted in Troubleshooting
      J
      justdreambig
    • MMM-Scoreboard - Module Working but no Data

      Hello,

      Very new to posting so please be kind.

      The MMM-MyScoreboard module has stopped showing data. It was working yesterday but didn’t show the scores just the games and then today it is blank.

      When I go into he log it says:

      [MMM-MyScoreboard] 13-Aug-22 07:35 ** ERROR ** Couldn’t retrieve data for provider SNET: null stdout

      It shows the word loading but then goes blank. I have it showing scores for MLB and MLS and both are not shwoing up.

      I have deleted, updated and pulled the image again the module but it still doesn’t work. All other modules are working fine.

      It seems like the module is working but the source has dissappeared. Not sure what to do next.

      Stats: Docker bastilimbach MagicMirror: v2.15.0 Synology Nas

      Thank you in advance for any ideas.

      posted in Troubleshooting
      J
      justdreambig
    • RE: MMM-OlympicGames

      @strawberry-3-141

      Hello,

      I hope you can help me… This is my first time posting in the message board so please excuse any formatting mistakes.

      the module is on my MM but just says loading…

      Here is the error

      [03.02.2022 12:44.24.245] [ERROR] Error getting olympic game medals FetchError: invalid json response body at https://www.bloomberg.com/tosv2.html?vid=&uuid=12216a4d-8532-11ec-99d5-6f52634e6775&url=L2dyYXBoaWNzL2JlaWppbmctMjAyMi1vbHltcGljcy1kYXRhL2N1cnJlbnQuanNvbg== reason: Unexpected token < in JSON at position 0

      I have clicked on the link and it takes you to a page that if you hold on the button it unlocks the data. I know someone else was dealing with that so I hope they found and answer

      Here is some info about what I have done so far

      MM version MagicMirror: v2.15.0
      Synology Docker v20.10.3-1239

      First I cloned the MMM-OlympicGames to my modules folder
      then added to my config file (see below)
      ]MM-Olympics.png )

          {
              module: 'MMM-OlympicGames',
              position: 'bottom_left',
              config: {
      
      
            }
        },
      

      then I ran npm install --production in ~/MagicMirror/modules/MMM-OlympicGames directory.

      added Locale to the default settings

      locale: "en-US",
      

      then I restarted the MM and it still says loading…

      I even tried removing it and staring over step by step this morning and still have loading…

      Any ideas to point me in the right direction would be most helpful. I really like this module and would like to use it

      Thanks

      posted in Sport
      J
      justdreambig