A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MMM-stib does not display, but data is on the start screen.

    Unsolved
    1
    0 Votes
    1 Posts
    889 Views
    L
    Re: STIB Brussels Transport Waiting time at stops MMM-stib does not display, but data is on the terminal screen: I start MM from a terminal and it display correctly the modules, but without stib data. Howerver, after aborting, the terminal show this, with block “STIB this.lines” repeated many times : Please tell if another info is necessary to document my problem ! What am I missing ? pi@raspberrypi3:~/MagicMirror $ npm start magicmirror@2.1.3 start /home/pi/MagicMirror sh run-start.sh Starting MagicMirror: v2.1.3 Loading config … Loading module helpers … No helper found for module: alert. Initializing new module helper … Module helper loaded: updatenotification No helper found for module: clock. Initializing new module helper … Module helper loaded: calendar No helper found for module: compliments. No helper found for module: currentweather. No helper found for module: weatherforecast. Initializing new module helper … Module helper loaded: newsfeed Initializing new module helper … Module helper loaded: stib All module helpers loaded. Starting server on port 8080 … Server started … Connecting socket for: updatenotification Connecting socket for: calendar Starting node helper for: calendar Connecting socket for: newsfeed Starting module: newsfeed Connecting socket for: stib Starting node helper for: stib Sockets connected & modules started … Launching application. Create new calendar fetcher for url: http://www.calendarlabs.com/templates/ical/US-Holidays.ics - Interval: 300000 Create new news fetcher for url: http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml - Interval: 300000 Create new waiting time fetcher for url: http://m.stib.be/api/getwaitingtimes.php?halt=5802 - Interval: 60000 Create new waiting time fetcher for url: http://m.stib.be/api/getwaitingtimes.php?halt=5714 - Interval: 60000 STIB this.lines {“stopname”:[“TILLEUL”],“position”:[{“latitude”:[“50.87593”],“longitude”:[“4.39285”]}],“waitingtime”:[{“line”:[“55”],“mode”:[“T”],“minutes”:[“1”],“destination”:[“ROGIER”],“message”:[“”]},{“line”:[“55”],“mode”:[“T”],“minutes”:[“5”],“destination”:[“ROGIER”],“message”:[“”]}]} STIB node helper {“stopname”:[“TILLEUL”],“position”:[{“latitude”:[“50.87593”],“longitude”:[“4.39285”]}],“waitingtime”:[{“line”:[“55”],“mode”:[“T”],“minutes”:[“1”],“destination”:[“ROGIER”],“message”:[“”]},{“line”:[“55”],“mode”:[“T”],“minutes”:[“5”],“destination”:[“ROGIER”],“message”:[“”]}]} EDIT: After a good night and some search, if found this site [https://forum.magicmirror.builders/topic/151/stib-brussels-transport-waiting-time-at-stops/3](link url) and it solve my problem. Thanks for reading !
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    6 Views
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
  • I need help for module Trafic

    1
    1
    0 Votes
    1 Posts
    1k Views
    G
    Hello, I can not get the traffic module to work. Is it possible to switch to French? My config : { module: 'MMM-Traffic', position: 'top_left', classes: 'dimmed medium', //optional, default is 'bright medium', only applies to commute info not route_name config: { api_key: 'MyApiKey', mode: 'driving', language: "fr", origin: '75013 Paris, France', destination: '76000 Rouen, France', arrival_time: '0825', //optional, but needs to be in 24 hour time if used. route_name: 'Maison vers le bureau', changeColor: true, showGreen: false, limitYellow: 5, //Greater than 5% of journey time due to traffic limitRed: 20, //Greater than 20% of journey time due to traffic traffic_model: 'pessimistic', interval: 120000, //2 minutes showWeekend: false, allTime: false } }, My Mirror [image: 1502554431364-screen.jpg] Thank you for your help.
  • 0 Votes
    2 Posts
    2k Views
    R
    Version 1.3.0 Fixes typo (app_key vs api_key) so now you won’t hit the API limit. Sorry about that. Thanks to flick116 for opening the issue.
  • 1 Votes
    1 Posts
    1k Views
    J
    [card:jclarke0000/MMM-MyNextBus] This is a generic version of my TTC module to work with any of the transit agencies supported by the NextBus API. Seems to be all North American transit agencies only.
  • MMM-SG-Transport - Bus Arrival Times for Singapore

    6
    0 Votes
    6 Posts
    3k Views
    S
    @xuanyou Hey. I was looking for some one way acrylic here in SG too. I can’t seem to find it on the self-fix website. Can you link me to it. Also you mentioned you had some extra. I can buy that from you if that seems of with you. Thanks a ton :)
  • How can i toggle various destinations via transport module?

    10
    0 Votes
    10 Posts
    4k Views
    M
    @Anhalter42 said in How can i toggle various destinations via transport module?: @mirror.master ah, so you got it to display two different instances of the module? Just Carousel doesn’t let you input those two instances because it requires a name?! Then I recommend using MMM-ProfileSwitcher + MMM-Remote-Control and/or MMM-ModuleScheduler. Instead of having to provide a list of modules which form one “page”, you can assign every module a list of “pages” it should be displayed on. This eliminates the problem of modules being named the same / being duplicates. Just install ProfileSwitcher and RemoteControl, assign some “classes” (think of it as pages) to modules (e.g. “transport1” and “transport2” to the transport instances) and switch between them using URLs like here. I guess ModuleScheduler isn’t necessary since ProfileSwitcher already comes with timing functionalities. Just mentioned for completeness. ill try my best with all the info provided. thank you, im honestly loving this mess i call my mirror
  • MMM-pekavm - Bus and tram arrivals for Poznań, Poland

    1
    0 Votes
    1 Posts
    2k Views
    Y
    Description MMM-pekavm shows real arrival times (not schedule) of buses and trams in the Poznań area in Poland. It is heavily based on MMM-KVV module by yo-less. Download MMM-pekavm
  • MMM-Rocketlaunch - Lists scheduled rocket launches

    2
    1
    1 Votes
    2 Posts
    2k Views
    J
    That looks amazing. I will definitely use it. Thanks for pointing me here. ;)
  • MRX-Work-Traffic - Shows the time you need to get to work

    9
    1
    0 Votes
    9 Posts
    6k Views
    J
    @domsen123 A bit more hacking on this and I got it to work. I changed how the date comparison is done: var now = moment(); var startTimeSplit = this.config.startTime.split(":"); var endTimeSplit = this.config.endTime.split(":"); var startTime = moment().hour(startTimeSplit[0]).minute(startTimeSplit[1]); var endTime = moment().hour(endTimeSplit[0]).minute(endTimeSplit[1]); if( now.isSameOrAfter(startTime) && now.isSameOrBefore(endTime) ){ I had to do this in three places: in the start() function in the getDom() function in the getHeader() function I’m no seasoned programmer, so I’m sure there is a better way to do this, but this at least works for me, and I can verify that Canadian addresses seem to work fine. Any chance you can add a configuration to each destination for the travel mode? i.e.: Driving, Transit, Biking, Walking. I have two destinations currently configured, my wife’s commute, which she drives, and mine, for which I take transit. I’d like mine to show transit time, not driving time.
  • MMM-MVG-LocalTransport (Munich, Germany)

    1
    0 Votes
    1 Posts
    2k Views
    T
    https://github.com/trgraglia/MMM-MVG-LocalTransport
  • MMM-Gino (Besançon - France)

    2
    0 Votes
    2 Posts
    3k Views
    T
    Description My first module for my first mirror. It is a transit module for Ginko system in Besançon, France, to get the schedule of the next bus/tramway at selected stations fro selected lines. Screenshot [image: example.jpg] [image: example2.jpg] Version v1.0.0 Initial release ##Download [card:TexGG/MMM-Ginko]
  • MMM-Ratp (transit all around Paris (France))

    Moved paris train tramway bus ratp
    18
    0 Votes
    18 Posts
    12k Views
    N
    He is doing all the job, and I’m trying to support to be honest ! ;)
  • MMM-Departures - Public transport departures based on Oeffi data

    24
    1
    1 Votes
    24 Posts
    16k Views
    B
    Glad you found it. German users maybe can get answers for a provider in the FHEM post concerning the FHEM Departure module: https://forum.fhem.de/index.php?topic=60046.0 since this module has been in use for some time already.
  • MMM-MTA - Display Long Island Rail Road delays

    1
    0 Votes
    1 Posts
    2k Views
    yawnsY
    Description: This module is a re-write of an existing MagicMirror1 module, upon request from @ooom416354. The original request is found here: https://forum.magicmirror.builders/topic/1599/converting-an-old-js-file-into-a-module/16 Screenshot: will be added later Download: [card:yawnsde/MMM-MTA] Version 1 Initial release, I expect some bugs and of course some tweaking of layout
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
  • 0 Votes
    1 Posts
    3k Views
    P
    [image: screenshot.JPG?raw=true] Clock module for scale. Full list of supported cities below. Github : https://github.com/Poutrathor/mmm_velib Enjoy Amiens (France) Besançon (France) Brussels (Belgium) Brisbane (Australia) Cergy-Pontoise (France) Créteil (France) Cordoba (Spain) Dublin (Ireland) Gijon (Spain) Gothenburg (Sweden) Kazan (Russia) Lillestrøm (Norway) Ljubljana (Slovenia) Luxembourg (Luxembourg) Lyon (France) Marseille (France) Mulhouse (France) Namur (Belgium) Nancy (France) Nantes (France) Paris (France) Rouen (France) Santander (Spain) Seville (Spain) Toulouse (France) Toyama (Japan) Valencia (Spain) Vienna (Austria) Vilnius (Lithuania)
  • MMM-Tube-Status (London Underground)

    25
    1 Votes
    25 Posts
    21k Views
    yawnsY
    @djbenny07 enter the MMM-Tube-Status folder and run git pull, that should pull all changes from github If you run the clone command again it will tell you the target directory already exists
  • MMM-nextbike - Are any bikes available at your local nextbike station?

    Moved
    1
    1 Votes
    1 Posts
    1k Views
    yo-lessY
    [card:yo-less/MMM-nextbike] If, like me, you love the idea of using a bike-sharing service, you might appreciate this module :). It shows the amount of available bikes at any given “nextbike” station and lists the bike numbers of up to five available bikes. [image: 1472140806345-screenshot_en.png]