@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.
Read the statement by Michael Teeuw here.
Posts
-
RE: Trash schedule module
-
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”
-
RE: MMM-GoogleTasks errors out randomly
~/MagicMirror/modules/MMM-GoogleTasks $ git remote -v origin https://github.com/themox/MMM-GoogleTasks.git (fetch) origin https://github.com/themox/MMM-GoogleTasks.git (push)How do I switch? Thank you so much for your help
-
MMM-GoogleTasks errors out randomly
It used to be about once a week, but now it’s happening much more frequently. If I restart MM, the error goes away and the module displays correctly until it errors out again. Does anyone know a solution to this? SS of the error (I blocked out my list ID)
-
MMM-OnThisDayWikiApi - Change font size
can someone help me with custom css to change the font size of this module? This is what it currently looks like…
-
RE: [MMM-OnThisDayWikiApi] - Get Wikipedia's OnThisDay using the Wikimedia API
Is there any way to make the font bigger? It looks so tiny compared to the rest of my display
-
RE: [MMM-OnThisDayWikiApi] - Get Wikipedia's OnThisDay using the Wikimedia API
{ module: "MMM-OnThisDayWikiApi", position: "bottom_bar", config: { type: "all", }