@KristjanESPERANTO
I hate to jump on the bandwagon, but I am also having an issue with it saying undefined. I did do the git pull and npm install on MMM-Jast since it is the only one of 48 modules that stopped working… Kind of amazing, Since some of them are getting to be old modules… Running Trixie and latest MM. Pi4 8gb fully up to date…
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-JAST stopped updating a couple of days ago.
-
Where's waldo?
rotationTime: 60 * 1000, // rotate every 60 seconds modules: [ ["MMM-CalendarExt3", "clock", "compliments"], ["calendar", "clock", "compliments"], ["iFrame", "clock"], ["MMM-ATM", "clock", "compliments"], ["MMM-BirdOfTheDay", "clock"], ["MMM-CalvinAndHobbes"], ["MMM-Chores", "clock", "compliments"], ["MMM-CloneWarsQuotes", "clock", "compliments"], ["MMM-Cocktails", "clock", "compliments"], ["MMM-Confucius-say", "clock", "compliments"], ["MMM-CountDown", "clock", "compliments"], // Our Sons Passing. ["MMM-CountUP", "clock", "compliments"], //House move in. ["MMM-CoupleDays", "clock", "compliments"], // Us Married ["MMM-CustomText", "clock", "compliments"], //I love You MORE ["MMM-DateCounter", "clock", "compliments"], //Retirement ["MMM-Dogs", "clock", "compliments"], ["MMM-EmbedURL"], // Dakboard ["MMM-Evil", "clock", "compliments"], ["MMM-EyeCandy", "clock", "compliments"], //Running Dogs ["MMM-Facts", "clock", "compliments"], ["MMM-Globe", "clock", "compliments"], ["MMM-GmailFeed", "clock", "compliments"], ["MMM-History", "clock", "compliments"], ["MMM-icanhazdadjoke", "clock", "compliments"], ["MMM-iFrameReload", "clock", "compliments"], //When God Made Me! ["MMM-ImagesPhotos", "clock", "compliments"], ["MMM-Jast", "clock", "compliments"], ["MMM-MoonPhase", "clock", "compliments"], ["MMM-MyWordOfTheDay", "clock", "compliments"], ["MMM-NetworkScanner", "clock", "compliments"], ["MMM-NFL", "clock", "compliments"], ["MMM-nixie-clock", "clock", "compliments"], ["MMM-OnlineImagesViewer", "clock", "compliments"], //MyQueen ["MMM-parrot-or-gif", "clock", "compliments"], ["MMM-Pinfo", "clock", "compliments"], ["MMM-PirateSkyForecast", "clock", "compliments"], ["MMM-quote-of-the-day", "clock", "compliments"], ["MMM-RAIN-MAP"], ["MMM-rfacts", "clock", "compliments"], ["MMM-SimpleLogo", "clock", "compliments"], ["MMM-SimpleText", "clock", "compliments"], ["MMM-SmartWebDisplay"], ["MMM-TrivialAbyss", "clock", "compliments"], ["MMM-UselessFacts", "clock", "compliments"], ["MMM-WebView"], ["MMM-WOTD", "clock", "compliments"], ["random_quotes", "clock", "compliments"] ], fixed: [ // modules that are always shown "MMM-DynamicWeather", ],Is this too many modules for MMM-pages?
I really want a where’s waldo module but way out of my “pay scale” [abilities].
-
RE: MMM-Pages module all showing on one page
@sdetweil
I think I found my answer, I was on version 1.0.0 of MMM-pages.
We will see what happens with Version 1.3.0 in the morning.
I did the git pull. -
RE: MMM-Pages module all showing on one page
@sdetweil
Sam,
MMM-Adventskalendar, causes Your Pages to load all 50 of my modules on one page. I removed it and installed MMM-MyTeams-Adventskalendar and it works fine, now… Could not figure out what was actually causing it. Something about picture not having naming text. Didn’t know that would cause it to freak out. -
RE: MMM-SantaTracker
@bhepler
Following for updates on if your module, will be even better in 2025.??? -
RE: MMM-WindyV2 Layer Rotating
@MikeTheYeti
So V3 works with the free api aka test api? -
RE: installing MagicMirror on my Raspberry Pi 0 w2
That pi zero will run Pi-Hole pretty well on diet pi 32 bit…
-
RE: MagicMirror on Trixie
@sdetweil
No error message, just black screen on some modules. I am still having some issues with modules just not showing up… Putting that space in, now I get webview and 2 of the iframe modules working. Nixie clock is fighting me for some reason. I just have not had any time to really dig into it the last week or so… -
RE: Calvin and Hobbs - Adjust screen size?
@guitartoys
Try these settings.
You will probably have to adjust the sizes…
It fits my 42" TV full screen all directions…Custom.css:
.MMM-CalvinAndHobbes .module-content { Margin-top: 10px; Margin-left: 10px; max-width: 1810px; max-height: 1025px; width: 1810px; height: 1025px; overflow: hidden; } #cahcomiccontent { width: 1810px; height: 1025px; }Config.js:
{ module: "MMM-CalvinAndHobbes", position: "middle_center", config: { invertColors: false, grayScale: false, updateInterval: 7200000, limitComicHeight: -1, maxHeight: "98%" } }, -
RE: MMM-AmbientWeather Module for personal weather stations
@hearter
Does it cost to use the api?
Do I need any hardware to attach to the Pi or does it pull the information from that website.?