A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • PSA: DarkSky shuts down Jan 1st. expect broken weather

    Pinned Unsolved
    14
    1 Votes
    14 Posts
    8k Views
    karsten13K
    @FlatPepsi openweathermap is already a provider of the default weather module. Pirate Weather will come as replacement for Dark Sky with next mm release.
  • Default Calendar & Nextcloud Calendar - CERT_HAS_EXPIRED

    Pinned Unsolved
    19
    0 Votes
    19 Posts
    9k Views
    S
    @ldwvii https uses encryption to protect your data while traveling across the internet. to do this, the receiving host must have registered to support that encryption. it does this by recording it’s url and encryption type with a certificate authority ( not just anybody can be an authority), they give back a file with a key, with a specific lifetime. ( so u can’t have old sites with bad security hanging around forever) well the authorities also have expiring rights. in this case the authority’s certificate expired. (it’s a chain ) … and there was a bug in electron that didn’t handle it correctly now, in your case u use an unprotected url ( no longer allowed as a standard) http://kalender.link/ical/best no ‘s’ on http and it was redirected to secure (https)… maybe the redirect sent to the wrong place…
  • MMM-Anylist

    Unsolved
    2
    0 Votes
    2 Posts
    164 Views
    S
    @bjowave welcome to the world of css, cascading style sheet This allows you to style a/some elements on the web page (MagicMirror page is presented in a browser) This is a huge topic area, I looked at the anylist module provided css, and it doesn’t provide any direct styling on the text elements So you will have to discover what they are. See the second link in my signature below for a short intro to the browser developers window, elements tab The content for CSS styles is HUGE I would use your favorite search engine on how to set an element style the way you want, this will at least give you the names of the styles you want to set. Then the example will teach you how to find the element you want to style Watch out for opaque, if you later decide on pictures in the background, you will have a black rectangle showing.
  • MMM-EmbedURL move page / hide embedded website page header

    Unsolved
    1
    0 Votes
    1 Posts
    150 Views
    N
    Hi there, I’m trying to move an embedded website up a little, to the page header is hidden and I can show more effective data. I’ve tried it using the beneath option in custom.css, but that does not seem to do the trick. Any other suggestions? Also, is there an option to do this with different values for each embedded url, since it might differ per page? .MMM-EmbedURL .embed .embeded { top: -100px; }
  • MMM-Letterboxd Dependencies FYI

    Solved
    5
    0 Votes
    5 Posts
    616 Views
    S
    @KristjanESPERANTO or fix the package.json
  • CalEXT3 not showing events after adding a new page

    Solved
    6
    1
    0 Votes
    6 Posts
    590 Views
    S
    @kkmirr04 ah, that’s why I dont use the calenderSet list in ext3 config. Show all Glad you found it!! ( it is there in the config you posted) Thx for the feedback
  • Electron Error

    Solved
    15
    0 Votes
    15 Posts
    2k Views
    S
    @FrostByte cool… we try to stay in sync with electron, because there is a scenario for some modules, where mm running npm run server generates one binary version, need node rebuild to match current node binary and npm run start:… requires a different binary , fixed with electron rebuild (which we don’t ship, but I add in the scripted install AND when the module ships from the author, it may have a DIFFERENT binary than BOTH those choices… (SOOOOO much fun) anyhow, we have tried to keep from having that problem rear is head all the time… also, starting with node 24, there are no more 32 bit nodejs pre-compiled binaries… which means it won’t run on older 32 bit (smaller memory footprint) systems…
  • MMM-GoogleCalendar reports 2 commits behind but I can't resolve them.

    Unsolved
    8
    3
    0 Votes
    8 Posts
    727 Views
    S
    @reilley insufficient permissions on git Sounds like you might have used sudo git clone Otherwise, this is a sign of sd card troubles coming soon this permissions trouble could also explain the module update problems
  • MMM-Fuel

    Unsolved
    1
    0 Votes
    1 Posts
    272 Views
    R
    I have seen a number of posts stating that this module no longer works. Can someone confirm this? I have set up the module but no data is showing so I assume it’s not able to pull data from gasbuddy.
  • MMM-CounterEvents "days" not showing

    Unsolved
    5
    2
    0 Votes
    5 Posts
    497 Views
    R
    Apologies for the delay in responding. I gave up and switched to MMM-HolidayCountdown which installed and is working without any issues.
  • MMM-TeslaLogger stopped working

    Unsolved
    2
    0 Votes
    2 Posts
    289 Views
    S
    @leonids best thing is to post an issue to the module GitHub page to engage the author
  • Problems with KristjanESPERANTO/MMM-PublicTransportHafas

    Solved
    13
    0 Votes
    13 Posts
    2k Views
    V
    @KristjanESPERANTO I used Sam´s update-script and now it works again. Thanks for your help!! @KristjanESPERANTO @KristjanESPERANTO
  • MMM-FRITZ-Box-Callmonitor-py3 + MMM-Callmonitor-Current-Call Window

    Unsolved
    10
    0 Votes
    10 Posts
    1k Views
    R
    Dear @wuermchen - you’re welcome. Great that you’ve identified some additional issues and now have a working solution! Congratulations! Warm regards, Ralf
  • Weather module with openmeteo sends wrong Data

    Solved
    11
    0 Votes
    11 Posts
    981 Views
    S
    @TiLow awesome! As moderator here, I think my job is to help users make and keep their mirrors running. Watch for trouble and find ways to resolve it. Your clear description of the problem helped identify a good resolution. I didn’t do any of the work. Just connected the dots.
  • MMM-MonthlyCalendar not showing all events

    Solved
    7
    0 Votes
    7 Posts
    644 Views
    S
    @Drunkenkun yes, calendarweek does need the config, it fetches the events itself too
  • MMM-CalendarExt3Agenda not showing updates

    Solved
    4
    0 Votes
    4 Posts
    501 Views
    S
    @MarNog one thing about the ext3 family of modules. They get the events from the default calendar module. But the events are broadcast by url separately. Some will take longer than others. Ext3 doesn’t want to flash the screen every time it receives a block of events. It doesn’t know when the events will come. So, it has its own refreshInterval time (10 mins default), then it draws whatever it has, and then waits again But, you don’t want to wait 10 minutes for the first display , so it has a second timer waitFetch:5000, 5 second wait before drawing any events If the events arrive after 5 seconds, they dont get displayed til refreshInterval time. So, you can adjust those two to improve your viewing experience Note that longer waitFetch means more time after start before any events are displayed If you use pm2 to launch MagicMirror, it captures the log messages about startup and events being broadcast. You could examine those time stamps to determine how long each cal Might take, and use that as a guide to waitFetch time The longer waitFetch means no events are displayed after startup til waitFetch expires
  • Default Calendar Not Loading Events After New MM Update

    Solved
    69
    0 Votes
    69 Posts
    10k Views
    S
    @angeliKITTYx awesome. Thanks for the feedback
  • MMM-CalendarExt3Agenda - Event Transforming not working - Mirror 2.35.0

    Solved
    9
    1
    0 Votes
    9 Posts
    862 Views
    BKeyportB
    @KristjanESPERANTO Finally got time to fix things up and move forward (Complete reinstall, honestly) Everything is working as I desire now.
  • MMM-CalendarExt3 - Timed events color change

    Unsolved
    2
    0 Votes
    2 Posts
    396 Views
    S
    @Cybex999 all you should have to do is set the color in the default calendar for each url Make sure you set coloredText:true, Before the url list
  • Too many API calls in default weather module after update

    Solved
    14
    0 Votes
    14 Posts
    2k Views
    S
    @Megawaldi it is fixed in the develop branch for next release You can get the develop branch, Currently we only release 4 times a year January ,April, July, October See https://forum.magicmirror.builders/topic/14327/testing-new-fixes-or-solving-current-problems-with-next-release-code