Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module stops refreshing, if there was an error #2

Closed
jalibu opened this issue Sep 11, 2021 · 2 comments
Closed

Module stops refreshing, if there was an error #2

jalibu opened this issue Sep 11, 2021 · 2 comments

Comments

@jalibu
Copy link

jalibu commented Sep 11, 2021

Servus Julian,
tolles Modul.

Kleines Fehlerchen:
Wenn im node_helper der Client Request in den Catch Block in Zeile 166 läuft (z.B. weil es ein Connection Timeout gab), dann stellt das Modul leider seine Arbeit ein, weil das setTimeout nicht mehr durchlaufen wird.

@jupadin
Copy link
Owner

jupadin commented Oct 21, 2021

Hey,
ja, das ist eigentlich so beabsichtigt, weil dann keine credentials gegeben sind, sondern nur ein aktuell funktionierender API-Key.
Nachdem dieser nicht mehr gültig ist, kann, aufgrund der fehlenden credentials kein neuer API-Key mehr generiert werden und daraufhin soll der user darüber benachrichtigt werden.

@HeisemerBub
Copy link

HeisemerBub commented Dec 25, 2021

Hallo Julian, ich wollte dein Modul für Magic Mirror nutzen...habe es über console in den module ordner installiert wie beschrieben mit npm install....danach habe ich in der Magicmirror config datei folgendes eingetragen:

{
module: 'MMM-RNV',
header: 'RNV Abfahrstmonitor',
position: 'top_right',
config: {
apiKey: 'Enter your apiKey here',
// or
clientID: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
tenantID: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
clientSecret: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
resourceID: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
},
header: "RNV Abfahrtsmonitor",
stationId: "1585",
numJourneys: "10",
updateInterval: "60000",
animationSpeed: "2000",
coloredLines: "true",
showLineIcons: "true",
useColorForRealTimeInfo: "true",
showTableHeader: "true",
},
API direkt hat mir die RNV nicht zugesendet...nur die ID´s!!

nach einem Start des MM kommt aber nur Lade......

Was mache ich falsch?
Über ne kurze Rückinfo herzlichen Dank

Gruss
Kussel

muss ich da den GraphQL API eintragen oder den gtfs-rt Endpoint?

@jupadin jupadin closed this as completed Dec 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants