A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • New MMM-CTA Module for Chicago Transit

    1
    1 Votes
    1 Posts
    430 Views
    J
    I created a new MMM-CTA for Chicago Transit. I was inspired by the one from NateDee, but it had not been updated in a while. The big difference in my version is that you can pass an array of stops instead of just a single train or bus stop, so you can display as many stops as you want in a single widget. I plan on continuing work and maintenance on this, it is set up with a test suite & CI tooling to make it easy to accept contributions and continue maintaining. Please let me know if there is anything you’d like to see or if you run into any problems!
  • PIR-sensor control

    1
    0 Votes
    1 Posts
    408 Views
    F
    Re: MMM-ResRobot - Public transport information for Sweden Hello, I am wondering if it’s possible to control the updateInterval variable with signals from another module? I am using MMM-PIR-Sensor and would like’s to have one minute updateInterval when user presence is detected and one hour when it’s not. This is to minimise the API requests when the mirror isn’t used. Or do you have a better way of achieving this? Thank you for a grate module, Gott nytt år, F
  • MMM-BMWConnected (BMW Connected Drive data)

    32
    3 Votes
    32 Posts
    13k Views
    M
    Hello, Is this module totally buried because BMW did something to their API ?
  • MMM-Tronity - multi-manufacturer EV data via Tronity Platform

    2
    1
    2 Votes
    2 Posts
    541 Views
    C
    @robotfish Nice module, if I could get it working. The module stays in the ‘initialisation’-stage. Why?
  • 0 Votes
    10 Posts
    3k Views
    V
    Excellent, It works now . thanks a lot ,
  • 2 Votes
    1 Posts
    1k Views
    PierreGodeP
    Show Zaptec charger information on your Mirror. supports status for multiple chargers and your charging history. https://github.com/PierreGode/MMM-ZAPTEC 18 languages supported [image: 1687787463672-b67e546e-42ed-4e29-9dea-222d848781d1-image.png] { module: "MMM-ZAPTEC", position: "bottom_right", header: "Zaptec", config: { username: "YOUR_USERNAME", password: "YOUR_PASSWORD", updateInterval: 30000, lang: "sv", enableChargeHistory: true, charger: "all", showHistoryEntries: 5 } },
  • MMM-TrainTimesRTT

    1
    1 Votes
    1 Posts
    1k Views
    T
    Train times in the UK using the RTT.io API. Install instructions are found within the README.md file. This module will only work for stations within the UK but will provide details such as bus replacement services, expected and actual arrival / departure times, as well as the current train status. Github repo: https://github.com/tticehurst/MMM-TrainTimesRTT Example [image: image.png]
  • MMM-transitfeed - upcoming departure board for most transit agencies

    9
    1 Votes
    9 Posts
    2k Views
    N
    @bnitkin Thank you, I’ll do as you instructed and will be pruning the GTFS in order to lighten it. You’re right, except for road work, timetable don’t change a week to another. Sadly individual GTFS source don’t exist anymore as the autority that manage transport in Paris has decided to centralize everything (for the best and the worst). Thank you again :)
  • MMM-aviationwx (Aviation weather)

    111
    0 Votes
    111 Posts
    125k Views
    S
    @hawkeyepilot69 I have u a link to the instructions on how to deal w that problem. as there are multiple libraries that cause the problem, I am trying to teach you how to find the problem by yourself and how to fix it. vs just giving u the answer and having you come back for the next same failure
  • MMM-Rejseplanen - A departure board for Danish train and bus stations

    19
    1
    2 Votes
    19 Posts
    11k Views
    KristjanESPERANTOK
    The module has not been updated for a long time and has very old dependencies. There is a module that can also use a Rejseplanen API and is actively developed by me: https://github.com/KristjanESPERANTO/MMM-PublicTransportHafas It looks like this:[image: 1678552312118-kolding.png] This is the configuration of it: { module: "MMM-PublicTransportHafas", position: "top_left", config: { hafasProfile: "rejseplanen", stationID: "8600083", stationName: "Kolding St.", timeToStation: 5, showAbsoluteTime: false } },
  • MMM-VolvoOnCall upgrade get wrong

    2
    1
    0 Votes
    2 Posts
    317 Views
    JerryPJ
    @JerryP oke… The problem is solved. First I dit the install of sudo pip install aiohttp Then sudo pip install docopt And last cd volvooncall git pull sudo python3 setup.py install voc list And the data was back. So I think in the upgrade to Bullseye the python3.9 was not complete After the 2 extra install the module was running again.
  • MMM-GoogleMapsTraffic module stops MMM-MySportsboard from working

    4
    0 Votes
    4 Posts
    1k Views
    D
    @TheGeekfather Absolute hero!!! I was having the exact same issue with it stopping MMM-TFL-Status Used your updated version and worked straight away.
  • MMM-MyTTC (Toronto Transit)

    27
    1
    0 Votes
    27 Posts
    13k Views
    S
    @Lvl15_Gazebo cool. if u get stuck ask away
  • 0 Votes
    33 Posts
    20k Views
    S
    @Bungle68 what shows for showPlatform:true?? says - if no platform info
  • Adding Arrivals to MMM-UKNationalRail

    1
    0 Votes
    1 Posts
    207 Views
    B
    Re: MMM-UKNationalRail - Rail departure info for specific UK Railway stations I’m trying to see where I can have both arrivals and departures from the same station. It’s working perfectly for Departures, just can’t see where I change the type to “arrival,departure” Also the station name is missing for some reason too?
  • MMM-Fuel: Faded Display Box

    4
    0 Votes
    4 Posts
    873 Views
    M
    Sorry for beeing late w| my reply - was on business trip for a week. Thanks a lot for this very helpful hint - works fine, even if I may face some issues when the module is being updated. We’ll see. But btw: does anyone know how the “stationIds” thing is working? My attempt to set a specific list of gas stations failed whatever I set up. It always reduces the shown gas stations to a default area of x km but gives a sh*t what I put into the stationIds field. { module: "MMM-Fuel", position: "bottom_center", config: { api_key: "xxx-xxx-xxx-xxx-xxx", lat: XX.261100, lng: XX.086829, max: 4, showAddress: false, showOpenOnly: true, types: ["diesel"], updateInterval: 900000, rotate: false, open: true, stationIds: ["5cef9466-ccff-46fc-ab7c-1a94a807f961", "89c023c3-b028-468c8107-7987d3b62c02" ], }, }, I have no idea what to change to refer to the stationIds list. Thanks again for helping - Greets
  • 1 Votes
    24 Posts
    14k Views
    J
    @Neji Bonjour, Est-ce qu’une alternative a été créée ? Merci par avance ;)
  • MMM-TransporteCABA new module

    1
    2 Votes
    1 Posts
    268 Views
    S
    Hello everybody. A couple of students of my class have done a module for transport of CABA (Ciudad Autónoma de Buenos Aires), Argentina. It presents information about buses and subway of the entire city. It tooks the info from the city API in real time. Everybody can use it, I hope you enjoy it. Sebastian
  • MMM-BingRouting - using Bing Maps API for transport

    4
    1
    1 Votes
    4 Posts
    1k Views
    M
    Any progress with this?
  • MMM-SNCF

    1
    0 Votes
    1 Posts
    424 Views
    D
    Re: MMM-SNCF J’avais un peu abandonné la configuration de ce module. Je retente mais je n’arrive toujours pas à le faire fonctionner ! j’ai le message : “Chargement des prochains trains…” mais rien d’autre. Dans mon fichier config : { module: 'MMM-SNCF', position: 'top_left', header: 'Le Mans - Tours', config:{ departureStationUIC: "stop_area:STE:SA:OCE87396002", arrivalStationUIC: "stop_area:STE:SA:OCE87571000", apiKey: " MON API KEY obtenu sur https://www.digital.sncf.com/startup/api/token-developpeur", numberDays: 2, dateFormat: 'dddd HH:mm', displayName: true, displayCo2: false, coverage: "fr-nw", } },