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

Dom1n1c

@Dom1n1c

2
Reputation
1.7k
Profile views
40
Posts
0
Followers
0
Following
Joined Oct 4, 2016, 9:04 PM
Last Online Jan 22, 2023, 7:25 PM

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
    Apr 8, 2017, 12:31 PM
  • 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
    Apr 8, 2017, 7:25 PM

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 openhab rest api
    D
    Dom1n1c
    Aug 20, 2018, 6:36 PM
  • 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
    Jul 9, 2018, 8:04 AM
  • 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
    May 24, 2018, 6:13 AM
  • 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
    Oct 26, 2017, 11:16 AM
  • 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 intranet browser whitelist
    D
    Dom1n1c
    Oct 23, 2017, 7:37 AM
  • 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
    May 11, 2017, 8:35 PM
  • 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
    May 11, 2017, 4:59 AM
  • 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
    May 10, 2017, 12:13 PM
  • 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
    May 9, 2017, 8:43 PM
  • 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 :smile:

    posted in Development
    D
    Dom1n1c
    May 5, 2017, 5:21 PM
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy