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

Can´t see anything in MagicMirror #3

Closed
HeisemerBub opened this issue Dec 25, 2021 · 2 comments
Closed

Can´t see anything in MagicMirror #3

HeisemerBub opened this issue Dec 25, 2021 · 2 comments

Comments

@HeisemerBub
Copy link

HeisemerBub commented Dec 25, 2021

Hallo Jan, 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",
position: "top_left",
config: {
animationSpeedMs: 2 * 1000, // 2 seconds
credentials: {
clientId: "",
clientSecret: "",
resourceId: "",
tenantId: "",
},
excludeLines: [5], // example ["N1", "5"]
excludePlatforms: [], // example ["A"]
highlightLines: [], // example ["1"]
maxResults: 10,
showLineColors: true,
showPlatform: false,
showTableHeadersAsSymbols: false,
stationId: '1585',
timeformat: 'HH:mm',
updateIntervalMs: 1 * 60 * 1000, // every 1 minute
walkingTimeMs: 3 * 60 * 1000 // 3 minutes footwalk
}
},
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??

@jalibu
Copy link
Owner

jalibu commented Dec 26, 2021

Was genau meinst du mit "API hat dir die RNV nicht zugesendet"?

Ohne ClientId, ClientSecret, resourceId und tenantId wird es nicht funktionieren

@HeisemerBub
Copy link
Author

Halt hab mich falsch ausgedrückt..ich habe die ID bekommen ..passt schon..

@jalibu jalibu closed this as completed Dec 26, 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

2 participants