@dsmith76
If I remember correctly the calendar needs to be public and not solely shared with users.
Read the statement by Michael Teeuw here.
Posts
-
RE: Shared Google Calendar Access
-
RE: Mirror turning black after a while
I agree with others that the problem is most likely related to Electron and not module-specific but rather related to which module dependencies it has.
-
RE: Mirror turning black after a while
@retroflex
I will dig up another respberry pi and try it out. My test environment is a dietpi vm which runs on a pc so I wouldn’t expect the cpu load to be representative of the load on the pi. -
RE: Mirror turning black after a while
@binog @FredJ @cyberdie @schlachtkreuzer6
Looking through the unirest dependencies it looks like it relies on express which may or may not make it sus eptible to the issues with electron.
To resolve this I replaced unirest with node-fetch and pushed the new version of MMM-ResRobot to github.
To upgrade cd to your MagicMirror directory and run the following commands:
git pull npm remove unirest npm installPlease post results in this thread!
Hope this resolves the issue. -
RE: Mirror turning black after a while
@retroflex I can’t think of anythong off hand.
I am running an older version of MM myself so haven’t researched the electron issues.
Can anyone confirm that the issue started with the new MM version?As I am running my magic mirror on an original Pi 1 with 256MB RAM with no issues whatsoever I am a bit surprised that the module should cause this.
Edit: MMM-ResRobot has but one dependency and that is the unirest module.
Which version of ResRobot are you running? I did a rewrite to reduce the number of updates w while ago.
-
RE: Problem with MMM-ResRobot, it wont start(?)
@ayeball
Bra att det funkar.
Du ska bara behöva ändra i den config.js som ligger i MagicMirror-mappen, inte i de andra.För att ange flera rutter lägger du bara till en ny rad med:
{from:“”, to:“”},På din config ser det ut som att fu använger en gammal version. Gör en git pull för att uppdatera. En av ändringarna är just formatet för att ange flera rutter. Se README.md för dokumentation.
-
RE: Problem with MMM-ResRobot, it wont start(?)
@ayeball
Klipp in den relevanta delen av config.js så kan vi kolla på den.
Please post the appropriate part of config.js -
RE: Problem with MMM-ResRobot, it wont start(?)
@Gailby
Great to hear! (Jag dokumenterade på engelska så alla kunde förstå men då blir ju svenskar lite förvirrade! :-)
Maybe I should add the swedish name of the API key to the documentation as well. -
RE: Problem with MMM-ResRobot, it wont start(?)
@Gailby I copied your first config but used my API key and it worked with no issues at all.
Verify that you are using the correct API key.
The 400 status code is usually because you are using the wrong key. -
RE: MMM-ResRobot - Public transport information for Sweden
@nn1mda I copied your config above and fixed the comma. It does indeed show “fetching departures”/Inga avgångar which isn’t a big surprise as the API-key is masked. Using my API key it works as expected, see output below. You probably used an invalid API key, double check that it is correct.
