It’s your config. The things you have outside should actually be inside the config:{} section. So starting from maximumNumberOfDays all of those items should go similar to where you have colored and coloredSymbolOnly etc
Read the statement by Michael Teeuw here.
Posts
-
RE: Default calendar and fading
-
RE: Custom.css Codes appears to break MagicMirror
It’s the animated icons and Electron that ramps the CPU usage really high. https://forum.magicmirror.builders/topic/7227/changing-icons-of-the-modules-current-weather-and-weather-forecast/42
-
RE: Changing icons of the modules Current Weather and Weather Forecast
@j-e-f-f I also tried out your module for the weather. Looks neat! I also noticed that any animated image in any MM module spikes the CPU. I tried my best at looking at the Electron github project to see if there were any open or closed issues on it. I did not find much. I even tried upgrading my Electron to the latest stable version and that did not help much either.
-
RE: Changing icons of the modules Current Weather and Weather Forecast
My CPU goes through the roof when I tried these animated icons last night. Anyone else seeing high CPU usage with them ?
-
RE: 55" LED TV Cr4z33 Mirror
That looks amazing. Nice job on the glass and making it look clean! How thick is the frame of the wood (how much does it stick from the wall) And love seeing it in Italian… complimenti !
-
RE: MMM-MyScoreboard
This makes me so happy!!! Cannot wait to check it out and move away from my forked code. Welcome to the world of football!!
-
RE: Considering taking donations to support the MagicMirror project. Interested in your thoughts!
I use patreon for another techy thing that I like to support. Its neat because you can set goals and once you reach the goals, you can set higher and better ones. I’m not sure if you can do a one-time donation with them. Otherwise Paypal would be my votes.
-
RE: Contribute to a module. Volunteers wanted! Easy!
n64 - Central Time zone USA (Chicago)
-
RE: MMM-MyScoreboard
@cyberphox can you try getting to your MM via URL in a remote browser http://yourPi-IPaddress:8080 ? You can then look at Developer Tools in Chrome/Firefox etc and dig into the image element that should be showing for each team. My fork works fine for images of the NFL. It takes the image URL via the ESPN feed for the logo. The original code, has local images for each team.
-
RE: MMM-MyScoreboard
@bkeyport Good! Always neat to try it on your own. I’ve seen and learned a lot from different MM devs. I’ve made changes to mine to show a “No scores to display” message if there are NO sports to display at all. All you need to do, if you use my fork is to add showNoSportsText: true in the config for the module. git pull of course too :) I do agree with @j-e-f-f, to try to keep the module as small as possible.
-
RE: MMM-MyScoreboard
Yeah that’s a good one. I also use the carousel and see this happening. I can take a look maybe this weekend.
-
RE: MMM-MyScoreboard
@homerj99 I just realized that the logos for NHL can be taken right from the ESPN feed. I have updated my code to include that change (VGS should show up next time they play) To get latest: do a “git pull” after you CD into the MMM-MyScoreboard directory. thanks!
-
RE: MMM-MyScoreboard
@wedee thanks for the corrected steps. I will look on Thanksgiving if mine shows NFL. Nothing major should have changed. Rams were updated to to be LAR. Outside that my fork was primairly to add more soccer leagues. I do have NHL and NBA on my setup at home
-
RE: MMM-MyScoreboard
@bkeyport ssh into your Pi and then “cd” into where you have MagicMirror/modules then run:
rmdir MMM-MyScoreboard
while you are still in the /modules folder, do a clone of my repository : git clone https://github.com/vincep5/MMM-MyScoreboard.git
Lastly run:
cd MMM-MyScoreboard
npm install -
RE: Strange issue
If previous suggestions dont help, try removing the MMM-WatchDog module and see if it crashes anymore.
-
RE: MMM-MyScoreboard
I’ve updated my fork to have the code use ESPN for those broken sports. Something is up with the sportsnet.ca json where it does not give the results for some of the sports. https://github.com/vincep5/MMM-MyScoreboard
-
RE: Fifa World Cup overview
I’ve updated my fork of MMM-MyScoreboard to update scores and game statuses for the World Cup games. Lots of Overtime / Shootouts to handle :) I also added a few other leagues. https://github.com/vincep5/MMM-MyScoreboard/tree/add_more_soccer
-
RE: Electron CPU usage
MM 2.4.1 - if anyone is trying to look for it while searching for forums. Apologies if it has already been stated
So i’ve done it both ways:
dtoverlay=vc4-kms-v3d
I noticed that my CPU temp is well into the 60-70 degree Celsius with CPU loads mostly in the 1.x, 2.x, and sometimes 3.x rangesWhen i try the other way :
dtoverlay=vc4-fkms-v3d
CPU is much lower in temp under 50 degrees Celsius and CPU load rarely goes above 1.x
and i am able to use the tvservice -o and tvservice -p to schedule my monitor to go on and off at certain timesHopefully this helps anyone searching for this issue on new installs like myself
-
RE: MMM-MyScoreboard
The module has been so awesome for the World Cup ! I’m on the add_more_soccer branch.