@Volkae Looks like you don’t use my fork. I recommend deleting the module and install this: https://github.com/KristjanESPERANTO/MMM-PublicTransportHafas
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-PublicTransportHafas: Service Temporarily Unavailable
-
RE: Undefined / Loading
@plainbroke
MMM-DailyQuoteis trying to get the quotes from forismatic.com but that site is obviously down. I suggest opening an issue in the repository, maybe the developer has an idea how to solve this (like using another API). -
RE: Undefined / Loading
There is a PR for
MMM-quote-of-the-daywhich seems to fix the problem soon: https://github.com/Sispheor/MMM-quote-of-the-day/pull/18MMM-DailyQuoteis not on the official module list. Do you have an URL of the repository? -
RE: MMM-PublicTransportHafas: Service Temporarily Unavailable
@evroom said in MMM-PublicTransportHafas: Service Temporarily Unavailable:
The +1.0333333333333334 is a bit too much :-)
I just released version 3.0.1 to fix this 😀
-
RE: MMM-PublicTransportHafas: Service Temporarily Unavailable
@MZ-BER How did you do the update?
cd ~/MagicMirror/modules/MMM-PublicTransportHafas git pull npm ci -
RE: Cannot find module 'node-fetch' error with multiple MM modules
@myayo001 Just remove the the line
const fetch = require("fetch");in the filenode-helper.jsin the module’s directory. -
RE: MMM-PublicTransportHafas: Service Temporarily Unavailable
New release 3.0.0 is out 👩💻. Please update the module and test it 🚊⏰😀
-
RE: MMM-PublicTransportHafas: Service Temporarily Unavailable
@othomys I have a solution, just need a bit time to implement it properly. I’ll try to bring out a new release at the weekend :-)
-
RE: MMM-octoprint
@xIExodusIx Try this: Remove this line
const fetch = require("fetch");fromnode_helper.jsin the module directory. If it doesn’t work, show us the log output. -
RE: Magic mirror for windows
@lucifer6669 said in Magic mirror for windows:
Re: Complete Walkthrough - Install MagicMirror on a PC - Windows 7/10
Why did you decide to follow a 7 year old forum post instead of the official documentation?