@Grey Interestingly, MMM-Lunartic uses that same website to pull in data and its also down. I wonder if something is going on with that website that is causing problems, especially since those are done by two different module authors.
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-Astro Down
-
RE: MMM-CalendarExt3
@chadjohn2 Try removing the }, before your event transformer text (it closes that config section but you need the event transformer in that config section). Also, per the github, your code for the event transformer needs to be something like:
eventTransformer: (ev) => { if (ev.title.search('Daycare') > -1) ev.color = '#FF69B4' return ev }
-
RE: MMM College top 25
@sdetweil And to add on to this because it can’t be said enough. You don’t make changes to any file within the module folder itself, you have a config.sys file in the root folder of your MagicMirror install and that config.sys is what is modified. The module’s readme would give you what different variables can be set for it to work how you want it to.
-
RE: Do I need an umbrella?
@mrgingerg Would something like MMM-WeatherDependentClothes work for you?
-
RE: MMM-MyScoreboard
@j-e-f-f This can definitely be a future improvement but is there a way to get support for some of the relatively recent expansion MLS teams or if I use their codes, would it just work without additional code (especially with the ESPN update)?
-
RE: MMM-CalendarExt3Agenda
@MMRIZE I did! Except I have like 6 calendars defined and I’ve long been used to telling them apart by color on my Google calendar.
-
RE: MMM-CalendarExt3Agenda
@BKeyport I appreciate you posting your CSS, it gave me a good base to tweak to make my layout work for me (especially getting each event in the calendar’s color but still dimming when that event is in the past.
-
RE: MMM-CalendarExt3Agenda
@hogedir Try setting the max entries for your calendar higher than the default of 100.
-
RE: MMM-CalendarExt3Agenda
@MMRIZE Just going to throw my thanks out here now and I know what my weekend project is going to be. CalExt3 looked interesting to me and a nice upgrade to the fussing I did to get my calendar working (mostly) how I want but having an agenda view is 100% necessary for my brain.
-
RE: Updated Olympics module?
@kristjanesperanto Yeah, this came up looking for an updated module for the Summer Games and the MMM-OlympicGames module wasn’t updated for it. Its great that its updated now though.