Hello -
The only modules that are loading on my MM right now are the default ones (clock & calendar). Any extras that I have were frozen. When I restarted MM, they’re just stuck on “LOADING…” now. Any ideas how to fix it?
Read the statement by Michael Teeuw here.
Latest posts made by angeliKITTYx
-
None of my additional modules are working
-
RE: Added Module -snille/ MMM-homeassistant-sensor
@earnestrichards this is so cool! I have an enphase pv system too. I would love to add this module!
-
RE: Trash schedule module
@mumblebaj ill try out that first one. The second link looks like it only works for a Toronto database.
-
RE: Trash schedule module
@BKeyport yes, as I explained in my original post, that was my back-up plan. I was hoping for a separate module if possible.
-
RE: Trash schedule module
@sdetweil Just tried this out and unfortunately MMM-SimpleTrashDay won’t work.
Our trash is every week, and recycling is every other week, so it’s not consistently “the 1st and 3rd week of the month”.
-
RE: Trash schedule module
@sdetweil weird - first time I searched, the only ones that came up were specific city databases. I see the locally customizable one now. Thanks! I’ll try that out.
-
Trash schedule module
Hello reader,
I want to add some type of module to my screen that tells me if it’s a “trash only” week, or a “trash and recycling” week.I have a month calendar module up already, so I thought I could create two separate calendars and code them green/blue on pick-up days.
Ideally, I would prefer a separate part of my screen to show on Mondays and Tuesdays “take the trash out!” or “take both cans out!”
Does such a module exist? I looked through different forums and scheduling modules, but didn’t see any that I could manipulate into what I need.
-
MMM-GoogleTasks (spydersoft) Install Question
I’m trying to install this module
I got to step 5 of Authentication setup - but it says to follow the instructions to generate tokens. No instructions were provided.
I ran this command:
node index.js -c C:\Users\xxx\MagicMirror\modules\MMM-GoogleTasks\credentials.json -t C:\Users\xxx\MagicMirror\modules\MMM-GoogleTasks\token.json Task lists: To-do (abcdefg)
The OAuth screen popped up, I signed in, and it produced my list ID.
But when I go to do the config.js edits, the parameters say that i need a list nameMy token list does not name a “name” or “included lists” section. The only things I see are
- type
- client_id
- client_secret
- refresh_token
How do I generate tokens?
-
RE: MMM-GoogleTasks errors out randomly
@kayakbabe I have Google calendar and Google photos working on my MM just fine. Both used similar oauth api credential file instructions, but this one seems a little more complicated.
-
RE: MMM-GoogleTasks errors out randomly
@KristjanESPERANTO thank you!! I’m trying to set it up and I’m stuck on step 4 of Authentication Setup
When I run the command, I get an error, and my token.js doesn’t provide any account names or list names to use in the [account] section of the config.
node authenticate.mjs -c /home/xxxx/MagicMirror/modules/MMM-GoogleTasks/credentials.json -t /home/xxxx/MagicMirror/modules/MMM-GoogleTasks/token.json file:///home/burgess/MagicMirror/modules/MMM-GoogleTasks/authenticate.mjs:26 currentTokens.forEach(element => { ^ TypeError: currentTokens.forEach is not a function at file:///home/xxxx/MagicMirror/modules/MMM-GoogleTasks/authenticate.mjs:26:19 at FSReqCallback.readFileAfterClose [as oncomplete] (node:internal/fs/read/context:68:3) Node.js v20.10.0
(replaced my account name with “xxxx”