@sangroma Out of curiosity: How come you used a browser version from 4 years ago?
Posts made by KristjanESPERANTO
-
RE: Mirror showing not all modules on all devices
-
RE: MMM-DBF suddenly does not work
@Volkae I was able to get the ID easily. I’ll write you a direct message as it doesn’t belong here with this module.
-
RE: MMM-DBF suddenly does not work
Are you sure that the problem is not the data stream from DB?
No, I’m not sure. You could contact the operator of the API and ask if he sees anything suspicious at the station.
How long did you test the stations?
Only 10 hours. At the moment I don’t have the possibility for longer tests.
It would be nice if we could find and eliminate the cause of the problem. I just don’t have the capacity to delve deeper into this at the moment. An alternative would be to switch to the following module for this station: https://github.com/KristjanESPERANTO/MMM-PublicTransportHafas
-
RE: MMM-MoonPhase
@Anthony Contrary to the instructions, you do not need to run
npm install
for this module. This would only install packages for development, these are not necessary for you to use the module. -
RE: MMM-Rejseplanen - A departure board for Danish train and bus stations
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:
This is the configuration of it:
{ module: "MMM-PublicTransportHafas", position: "top_left", config: { hafasProfile: "rejseplanen", stationID: "8600083", stationName: "Kolding St.", timeToStation: 5, showAbsoluteTime: false } },
-
RE: MMM-DBF suddenly does not work
A shot in the blue: Update your npm. I have version 9.6.1.
-
RE: MMM-DBF suddenly does not work
I have now run “Hamburg Elbgaustraße” for two hours without any problems.
Which version of MagicMirror, which of node (
node -v
) and which of npm (npm -v
) do you use? -
RE: MMM-DBF suddenly does not work
@Volkae Please try my fork:
git clone https://github.com/KristjanESPERANTO/MMM-DBF
Let me know if it runs more stable.