MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. angeliKITTYx
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    A
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 10
    • Posts 70
    • Groups 0

    Posts

    Recent Best Controversial
    • Calendar is showing a day late

      calendar

      Every color on here is a different Google calendar. For some reason, my two newest calendars, trash and recycling schedule (🗑️&♻️) are showing up a day late.

      On Google, they’re on Tuesdays. They originally showed on Tuesdays, but around DST, they started showing up on Wednesday. I don’t know if it messed up exactly on DST. I just noticed it a few days after.

      I checked my calendar settings and the time zone is set the same as all of my other calendars that are behaving correctly. All of my other repetitive all-day events are showing correctly.

      Any idea what’s causing this?

      posted in Troubleshooting calendar
      A
      angeliKITTYx
    • None of my additional modules are working

      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?

      posted in Troubleshooting
      A
      angeliKITTYx
    • 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!

      posted in Show your Mirror
      A
      angeliKITTYx
    • RE: Trash schedule module

      @mumblebaj ill try out that first one. The second link looks like it only works for a Toronto database.

      posted in Requests
      A
      angeliKITTYx
    • 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.

      posted in Requests
      A
      angeliKITTYx
    • 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”.

      posted in Requests
      A
      angeliKITTYx
    • 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.

      posted in Requests
      A
      angeliKITTYx
    • 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.

      posted in Requests
      A
      angeliKITTYx
    • 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 name

      My 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?

      posted in Troubleshooting
      A
      angeliKITTYx
    • 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.

      posted in Troubleshooting
      A
      angeliKITTYx
    • 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”

      posted in Troubleshooting
      A
      angeliKITTYx
    • RE: MMM-GoogleTasks errors out randomly

      @KristjanESPERANTO

      ~/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

      posted in Troubleshooting
      A
      angeliKITTYx
    • 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)
      alt text

      posted in Troubleshooting
      A
      angeliKITTYx
    • 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… it's so tiny I can't read it!

      posted in Custom CSS
      A
      angeliKITTYx
    • 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

      posted in Showcase
      A
      angeliKITTYx
    • RE: [MMM-OnThisDayWikiApi] - Get Wikipedia's OnThisDay using the Wikimedia API

      @KristjanESPERANTO

      		{
      			module: "MMM-OnThisDayWikiApi",
      			position: "bottom_bar",
      			config: {
      				type: "all",
      			}
      
      posted in Showcase
      A
      angeliKITTYx
    • RE: [MMM-OnThisDayWikiApi] - Get Wikipedia's OnThisDay using the Wikimedia API

      @KristjanESPERANTO i just reinstalled it and I’m getting the same error

      posted in Showcase
      A
      angeliKITTYx
    • RE: [MMM-OnThisDayWikiApi] - Get Wikipedia's OnThisDay using the Wikimedia API

      c764f2ca-8432-4408-8dc6-242b81257f13-image.png

      I’m getting an error message. Is this something that will fix itself?

      posted in Showcase
      A
      angeliKITTYx
    • RE: MMM-CalendarExt3 formatting help

      @MMRIZE that worked! weird - the css the module author offered didn’t work.

      Thanks!
      Is there an easy way to make the font color match the calendar color? Right now all my timed events are written white for every calendar. I didn’t realize the calendar color setting only applied to “all day” events and the symbols.

      posted in Troubleshooting
      A
      angeliKITTYx
    • RE: Default Weather Module (Weathergov) stuck on loading

      @karsten13 oh! i didn’t know you could look at the URLs like that. Thanks!

      posted in Troubleshooting
      A
      angeliKITTYx
    • 1
    • 2
    • 3
    • 4
    • 3 / 4