MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. mischag
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    M
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 20
    • Groups 0

    mischag

    @mischag

    2
    Reputation
    4
    Profile views
    20
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    mischag Unfollow Follow

    Best posts made by mischag

    • RE: Lost Swipe functionality

      @rkorell
      ok. So I have fixed it. It was a system function that wasn’t reading the USB touch interface I’d plugged in anymore. Have managed to get that sorted now after having to rotate screen and then rotate X and Y axis commands. Swipe working again. Thanks

      posted in Troubleshooting
      M
      mischag

    Latest posts made by mischag

    • RE: MMM-Chores - Manage and keep track of your household Chores

      my MMM-Chores is playing up big time now…
      after the last update, not the most recent one, but the one before that, my chores list now is just a long list of everything coming up for ever…
      it’s not just displaying the next days chores, but every chore. and if you tick off a chore being completed, it then just add’s that next time the chore is due to the bottom of the list. and there’s no end in sight on my magic mirror, but also no end in sight for the admin page. I’ll ‘complete’ a job, but then it just adds it to the bottom of the page…
      anyone else having major issues with it? was working great before… and I worked out that the magic mirror needs to be running to get into the admin portal page. but now my mirror just looks like this…
      Screen Shot 2025-08-05 at 11.01.17 am.png

      Any help much appreciated as the kids can’t tick off when completed anymore…
      Thanks

      posted in Utilities
      M
      mischag
    • RE: MMM-Chores - Manage and keep track of your household Chores

      @plainbroke
      Yeah ok. I might have to try another way… but it’s definitely not working at the moment for me…
      The port doesn’t bring anything up for me other than the page saying it does not exist.
      I was hoping not to have it setup through the config folder but it was the only way I could find the admin interface. But then I couldn’t add people or tasks to it…

      posted in Utilities
      M
      mischag
    • RE: MMM-Chores - Manage and keep track of your household Chores

      @JohnGalt
      Hi,
      Yeah, I am. But I’m wondering if it’s because I am remoting in on a different port, that I can’t then access that port? I’ve checked the documentation heaps and can’t work it out. I even tried opening the html admin file within the ‘public’ folder, and I can open it but I can’t edit it. I can write the names and click on dates and everything, but when I press ‘add’ nothing happens. I’ve updated and it says it’s all up to date.
      Thanks

      posted in Utilities
      M
      mischag
    • RE: MMM-Chores - Manage and keep track of your household Chores

      @PierreGode
      Hi there,
      I’m loving the idea behind this module.
      But, I can’t work out how to open the admin interface??
      I’ve tried the ip address that I’m using to remote into the raspberry pi, but it’s not working? I’m trying using tigervnc on a mac, do I need to physically do it on the raspberry pi? I thought I could do it whilst on the same network?
      Any ideas at all?
      Just keeps saying can’t connect to the server…
      Thanks heaps,

      Mischa

      posted in Utilities
      M
      mischag
    • RE: no font on ext3timeline

      @sdetweil
      Yeah, ok. I’ve clicked on that span line with the text…
      Then down in the ‘style’ section this is what’s showing…

      Screen Shot 2025-05-23 at 10.22.56 am.png

      I’ve changed the font size in the custom css but it’s still not showing anything…
      Thanks again. It’s really got me stumped.

      posted in Troubleshooting
      M
      mischag
    • RE: no font on ext3timeline

      @sdetweil
      mine looks like this…
      Screen Shot 2025-05-23 at 1.06.42 am.png Screen Shot 2025-05-23 at 1.06.31 am.png

      posted in Troubleshooting
      M
      mischag
    • RE: no font on ext3timeline

      @sdetweil
      guessing you’re busy as can’t see any suggestions…
      I’ve looked everywhere within the developers side…
      I can see the text in different points: inner text, outer text. so it’s getting the text from somewhere…
      I just feel like somewhere, the eventTitle is not being allowed to be ‘shown’ or ‘displayed’…
      should i be editing the custom css and editing this section…
      .CX3T .eventTitle {
      padding-left: 3px;
      }

      is there something I can add in that that may override something else and display the eventTitle somehow??
      Thanks

      posted in Troubleshooting
      M
      mischag
    • RE: no font on ext3timeline

      @sdetweil

      under this specific event

      .CX3T .event {
      position: absolute;
      top: 0;
      left: var(–startPosition);
      right: calc(var(–endPosition) + 1px);
      background-color: var(–calendarColor);
      color: var(–oppositeColor);
      text-align: left;
      font-size: 14px;
      height: 20px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      border-radius: 6px;
      padding-left: 4px;
      }

      posted in Troubleshooting
      M
      mischag
    • RE: no font on ext3timeline

      @sdetweil yeah, I understand that part. I can’t see the ‘words’ that should be getting displayed in that styles section. It should really be saying Calendar Upgrade in that green box. With white writing, like the iPhone calendar it is getting the information from. But it’s not saying anything.
      I can’t see anywhere in that ‘styles’ section where it says title display: false or something like that… it says what I think it should say… if there’s not enough ‘room’ in that bar to fit the text when it is font size: 14 or something, will it not display anything? or will it just fit something in there? in the style it does say overflow: hidden… will that mean it doesn’t show? Thanks…

      posted in Troubleshooting
      M
      mischag
    • RE: no font on ext3timeline

      @sdetweil
      I’m not sure where the text needs to be present? I’ve got it open in elements tab, and can see the words for the text under the
      div class=“event calendar_iPhone current singleday” etc data-description data-title=“Calendar upgrade” etc style="–calendarColor: green; --oppositeColor: white; --startPosition: 9.38%; --endPosition: 78.13%

      where else am I looking? Thanks

      posted in Troubleshooting
      M
      mischag