MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. Dom1n1c
    D
    • Profile
    • Following 0
    • Followers 0
    • Topics 7
    • Posts 40
    • Best 2
    • Controversial 0
    • Groups 0

    Dom1n1c

    @Dom1n1c

    2
    Reputation
    1720
    Profile views
    40
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Dom1n1c Unfollow Follow

    Best posts made by Dom1n1c

    • Formatting the MMM-EFA Module

      There are a few who want to use the MMM-EFA Module (a local Transport departure Monitor, including real-time data)
      https://github.com/Dom1n1c/MMM-EFA-departures

      Maybe there is someone who can help me to avoid the overwritten section:
      0_1491654593772_1488184566581-efa.png

      posted in Troubleshooting
      D
      Dom1n1c
    • RE: Formatting the MMM-EFA Module

      Thanks to @joda92
      Now the indentation works as expected.

      Feel free to pull the Module from GitHub:
      https://github.com/Dom1n1c/MMM-EFA-departures

      posted in Troubleshooting
      D
      Dom1n1c

    Latest posts made by Dom1n1c

    • Show notification and hide compliments

      In the early days of MagicMirror,
      i got a module, that was able to fetch data from OpenHAB and displays it in place (instead of the compliment section)
      If the string is empty, the comments won’t be hided.

      Is it possible to bring this to the current version of MagicMirror?

      https://raw.githubusercontent.com/Dom1n1c/Smartmirror/master/js/openhab/openhab.js

      posted in Development
      D
      Dom1n1c
    • RE: Black screen after MM v2.4.0 update.

      mine is also freezing after the update.
      No difference if i connect via vnc or using the monitor.

      The only thing that does work, is opening the mirror in another browser (http://magicmirror:8080)

      posted in Troubleshooting
      D
      Dom1n1c
    • RE: Electron CPU usage

      @Hein-Jan I got the same issue.
      A few minutes, the monitor could be controlled, but then “tvservice -p” fails to power on the monitor.

      posted in Troubleshooting
      D
      Dom1n1c
    • RE: Accessing the Mirror from a browser from Intranet

      @lavolp3 i missed the most recent MMM-Updated.
      I did a backup and reinstalled MagicMirror.
      It’s working again.

      posted in Troubleshooting
      D
      Dom1n1c
    • Accessing the Mirror from a browser from Intranet

      Hey,

      Some time ago, I was able to access the Mirror from my local Intranet by calling http://10.0.0.10:8080
      The mirror itself is still showing content. But this refers to the localhost.

      How can I adjust the ipWhiteList in order to access the mirror?

      posted in Troubleshooting
      D
      Dom1n1c
    • RE: Formatting the MMM-EFA Module

      Maybe you can get in touch with the MVV developers. They might be able to tell you, which api endpoint you can use.
      Using the vrr endpoint might be a workaround since vrr and mvv worked together with mentz in the past.
      Regarding the mvv, there were some changes on the webpage. Changing the URL parameter to the one used by vrr will redirect you to the ‘mobile’ homepage of the mvv.
      Regarding the invisible stop ID:
      mvv seems to work with cookies, so you are not able to find your stop id, since the conversion is done in the background.
      I’m not sure if the mvv offers real time data, so if you are happy with the scheduled departures, you can consider using the vrr endpoint.

      posted in Troubleshooting
      D
      Dom1n1c
    • RE: Formatting the MMM-EFA Module

      @Hawking I Think, that the API Endpoint is not correct.
      You can try using:
      http://efa.mvv-muenchen.de/mobile/XSLT_DM_REQUEST //seems to be wrong
      http://efa-alt.mvv-muenchen.de/mvv/XSLT_DM_REQUEST

      I can find the following stop-ID and line-IDs when using the VRR endpoint.

      80000760
      

      lines:

      DDB:92M01: :H
      DDB:92M01: :R
      DDB:92M02: :H
      DDB:92M02: :R
      DDB:92M03: :H
      DDB:92M03: :R
      DDB:92M04: :H
      DDB:92M04: :R
      DDB:92M06: :H
      DDB:92M06: :R
      DDB:92M08: :H
      DDB:92M08: :R
      
      posted in Troubleshooting
      D
      Dom1n1c
    • RE: Formatting the MMM-EFA Module

      @Hawking I run the EFA departure monitor in the browser and then have a look in the source, this could easily be done with chrome (view-source:url)

      Then you have the station and line ids, without running the crawler.

      posted in Troubleshooting
      D
      Dom1n1c
    • RE: Station Monitor VRR (Wuppertal)

      @Klizzy i modified the Code and now the EFA system seems to work for several locations.
      This includes delays and changes to the schedule.

      You might have a look on:

      https://github.com/Dom1n1c/MMM-EFA-departures

      Feel free to participate.

      posted in Requests
      D
      Dom1n1c
    • MMM-EFA development

      Hey All,

      As you might have seen, i added MMM-EFA-departures to the module overview.
      I can display real-time data and is now well formatted.
      But, i need your help to improve it.

      -replace the Destination name using key/value pairs in config.js, so everyone could use it, depending on their scenario.
      -change the default view, when toogling is disable. (switch between absolute and relative time)
      -display delay in a seperate column (realtime-departure is nice, but some might prefer to display the scheduled departure and the delay)

      https://github.com/Dom1n1c/MMM-EFA-departures/issues

      Thanks 😄

      posted in Development
      D
      Dom1n1c