A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • problem with module MMM-Pollen-FR on github

    Unsolved
    7
    0 Votes
    7 Posts
    714 Views
    B
    @sdetweil thank you it’s ok
  • MMM-Navigate cannot be installed

    Solved
    26
    0 Votes
    26 Posts
    4k Views
    S
    @Klaleu you do. find the message which gives the best answer, click the 3 dots in the lower right and select the option Mark this post …
  • MMM-CalendarExt3 show description instead of title in event

    Solved
    4
    0 Votes
    4 Posts
    411 Views
    M
    Perfect, works excellent! Thanks
  • Having issues with MMM-MktIndex, again

    Unsolved
    4
    0 Votes
    4 Posts
    615 Views
    L
    @KristjanESPERANTO Yes, I have
  • MMM-MyScoreboard Is it possible to change the font size of the Game Time?

    Unsolved
    1
    0 Votes
    1 Posts
    436 Views
    W
    I would like to make the game time font larger but keeping everything else the same. I’m using Large Logos.
  • MMM-WetterOnline does not load

    Unsolved
    4
    0 Votes
    4 Posts
    865 Views
    S
    @lavolp3 I have a question about the module: until yesterday everything was working without any problems, but since this morning nothing is displayed to me (the screen area where the module is placed remains black) - I did an MM update to the latest version 5 minutes ago, too That didn’t bring any improvement. Has anything changed in the meantime? 16.06: now run the module - thx
  • MMM-Pages - possible to change module config?

    Solved
    7
    0 Votes
    7 Posts
    1k Views
    S
    @WallysWellies good work! changing code is always an option in an open source world. most users don’t have that skill.
  • MMM-CalendarExt3Agenda only showing a few days of items

    Solved
    6
    0 Votes
    6 Posts
    921 Views
    C
    @MMRIZE Thanks for your work on this MMRIZE! @schwarem , my temp solution was to use an older copy of the MMM-CalendarExt3Agenda config file I happened to have backed up. For the sake of completeness (and those who may have to troubleshoot in the future) I just saw the notification of an update for the module today and installed it. Unfortunately, the module would not display at all. Luckily, I had also saved the module config file from when I initially had issues with the module updating (i.e. from a week ago when I first noticed issues). I replaced the very old module config file with this more recent config file and everything is working great!
  • MMM-CalendarExt3Agenda Stopped Showing Events

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    M
    @geronimodupree There was a bug. I updated.
  • MMM-RTSPtoWeb fresh install

    Unsolved
    6
    0 Votes
    6 Posts
    1k Views
    S
    @sdetweil thanks for sharing it then!
  • MMM-Bored

    Solved
    8
    0 Votes
    8 Posts
    1k Views
    S
    @plainbroke weird indeed
  • Transport for London - domain change and widget decommissioning - INFORMATION

    Unsolved
    1
    0 Votes
    1 Posts
    271 Views
    N
    I have just received an email from the TfL Open Data and am sharing it for every bodies information, etc: =========================================================================== As a registered user on our Open Data portal, there is a possibility you may be using some of our open data resources that we will need to change. Important: if you are using the TfL Open Data feeds mentioned below, you will need to make updates to apps using these: Legacy Trackernet and ESUI feeds - re-platforming (hosted on cloud.tfl.gov.uk) An ‘ALERT’ post on our Tech Forum containing full details about this change/timescales, is available here. Tube Status Widget - to be decommissioned on Thursday 4 July 2024 An ‘ALERT’ post on our Tech Forum containing full details about this change/alternative options, is available here. If you have any questions or comments about either of these TfL Open Data changes, please add a comment to a relevant Tech Forum post and we will try to help. Yours sincerely, TfL Open Data Team ============================================================================ Hopefully the form links have copied through ok. Best regards N
  • MMM-Scenes2

    Unsolved
    31
    0 Votes
    31 Posts
    9k Views
    M
    @Babene1 Congrat. Happy to hear that. (Mine is not guilty! :D)
  • Default calendar module with iCloud calendar fetch error

    Solved
    6
    0 Votes
    6 Posts
    357 Views
    S
    @autistiii what is ip_address? localhost? if NOT then you have to open up access permissions by changing the config.js address and ipWhitelist properties
  • MMM-Remote-Control - direct start custom menu

    Unsolved
    2
    1
    0 Votes
    2 Posts
    300 Views
    S
    @Babene1 I would expect that custom menus only work when launched from the app remote-control app webpage
  • MMM-CalendarExt3 multiple instance display

    Solved
    6
    0 Votes
    6 Posts
    1k Views
    ?
    @MMRIZE I was able to force it to work by re-naming the .js and .css files as seen in many posts. I also changed everything in the .css file from CX3 to CXN (for Next), and had to rename the popoverSupported and animationSupported constants at the beginning of the .js file. Maybe a little over the top, but it worked. I presume the smarter way would be to have a branch in github, but I haven’t started dabbling in that yet.
  • MMM-CalendarExt3 BST Timezone issue

    Solved
    26
    0 Votes
    26 Posts
    8k Views
    S
    I have managed to fix my issue, it seems the event transformer I was using (to colour mt events) may have been contradicting the fix. I removed the following from my event transformer which fixed the issue! e.startDate = new Date(e.start?.date || e.start?.dateTime).valueOf() e.endDate = new Date(e.end?.date || e.end?.dateTime).valueOf()
  • 0 Votes
    6 Posts
    1k Views
    BKeyportB
    @atltiger81 In that case, I’d use something like MMM-ProfileSwitcher and switch between two configs of the module on a timed basis. I currently have that set up with my cameras so that I can cycle through the cameras.
  • Remove I frame border

    11
    0 Votes
    11 Posts
    3k Views
    S
    @stephanvdplas please be careful… the selector clause WILL ALWAYS select ALL elements that match across the entire web page… so, you should focus on THIS module .MMM-iFrame iframe{ border:0 ; } that means ALL iframe tags <iframe inside class .MMM-iFrame but not any OTHER module
  • PiHole-Info Modul

    Unsolved
    6
    4
    0 Votes
    6 Posts
    1k Views
    D
    @KristjanESPERANTO hi, sorry for answering first… So I set up the MMM-pihole-stats but it doesn’t show me all the information, see picture (it just says loading):$ [image: 1715771140763-mm-2.png] [image: 1715771271126-mm-1.png] does port 8000 have to go in there too?? I also tried without a port and it doesn’t work either