@sdetweil thanks sam that worked
Read the statement by Michael Teeuw here.
Posts
-
RE: 'DISPLAY' is not recognized... on Windows 10
-
RE: 'DISPLAY' is not recognized... on Windows 10
@sdetweil there is not a node_modules folder
-
RE: 'DISPLAY' is not recognized... on Windows 10
@sdetweil yea I ran the 3 npm scripts. Never had to change the path on prior so I assumed that would still be the case. You mean c:user etc?
-
RE: 'DISPLAY' is not recognized... on Windows 10
Upgraded on windows 10 using sam script. Changed the package.json but I am getting the below error. Any ideas
> magicmirror@2.28.0 start > .\node_modules\.bin\electron js\electron.js The system cannot find the path specified.Below are the start lines per documentation
"start": ".\\node_modules\\.bin\\electron js\\electron.js", "start:dev": ".\\node_modules\\.bin\\electron js\\electron.js dev", -
RE: MMM-NewsAPI
The news source footer, how do I make that display in the bottom right in css?
-
RE: How to add more items per line in weather or any other module?
@Socrates said in How to add more items per line in weather or any other module?:
A lot of you have great looking dashboards, I love your dedication in how you set them up. I have been able to create my MM dashboard and add few modules, there are a few things i have no clue about how to go about it.
Here in one of the dashboard a user had posted, has more days/icons in his weather dashboard, the default is 3 icons per line, thats what i have. I presume you are able to resize your module and add more items per line.Example see below.

You see how the user has 5 days worth if icons on his dashboard in the weather module, and all the other modules the items displayed are much better organized.
The default modules i have has only 3 icons, and are larger size fonts and icons etc.

How can i achieve similar results as above?
You don’t need to resize. Look at the modules config options on GitHub site and change yours accordingly.
-
RE: MMM-PGA
@mumblebaj No worries bro appreciate the time let me know if I can be of help
-
RE: MMM-PGA
@mumblebaj said in MMM-PGA:
tournament.defendingChamp = event.defendingChampion ? event.defendingChampion.displayName : “”
changed it but still stuck on loading
-
RE: MMM-PGA
@mumblebaj said in MMM-PGA:
tournament.defendingChamp = event.defendingChampion ? event.defendingChampion.displayName :
tournament.defendingChamp = event.defendingChampion ? event.defendingChampion.athlete.displayName : "" -
RE: Default Calendar
@sdetweil that worked error was syntax, got it working thanks sam
-
RE: Default Calendar
@sdetweil it wont let me i have to end task cause it wont let me exit mirror
-
RE: Default Calendar
@sdetweil Just goes to a black screen and throws a bunch of red errors in the cmd window, cant even run dev, one at a time works fine
-
RE: Default Calendar
@sdetweil This is what I have but crashes the mirror…its the same as you put
calendars: [ { symbol: "calendar-check", url: "" }, { symbol: "calendar-check", url: "" }, ] } -
RE: Default Calendar
I setup two different calendars in the config with url: “”, and url:“” however only one displays, am I missing something?
-
RE: MMM-PGA
@mumblebaj any easy way for me to figure this out, if I comment out that line it works.
[18.04.2023 11:31.09.632] [LOG] MMM-PGA retrieving Tournament Data [18.04.2023 11:31.09.633] [ERROR] Whoops! There was an uncaught exception... [18.04.2023 11:31.09.633] [ERROR] TypeError: Cannot read properties of undefined (reading 'displayName') at Request._callback (C:\Users\CCU Forensic Machine\MagicMirror\modules\MMM-PGA\ESPN.js:49:99) at self.callback (C:\Users\CCU Forensic Machine\MagicMirror\modules\MMM-PGA\node_modules\request\request.js:185:22) at Request.emit (node:events:513:28) [18.04.2023 11:38.48.117] [LOG] MMM-PGA retrieving FedEx Cup Standings [18.04.2023 11:38.48.185] [ERROR] Whoops! There was an uncaught exception... [18.04.2023 11:38.48.185] [ERROR] TypeError: Cannot read properties of undefined (reading 'querySelectorAll') at Request._callback (C:\Users\CCU Forensic Machine\MagicMirror\modules\MMM-PGA\FEDEXCUP.js:33:38)