@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.
@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.
@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.
@sdetweil Thanks for your reply… I made the change and it didn’t work.
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)
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
Did some more searching and it looks like the source link changed
https://github.com/jclarke0000/MMM-MyScoreboard/issues/60
This fixed my issue
@sdetweil Yea I think it is source problem also… it’s too bad I really like the scoreboard. I hope something is just down
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.
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)
] )
{
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