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

    Topics

    • ankonaskiff17A

      CalendarEXT2 and Calendar (default)

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      17
      0 Votes
      17 Posts
      3k Views
      AlvingerA
      @ankonaskiff17 In most cases the default values are set so that you do not need to change more than a few values to adjust to your needs. It makes no sense copying the entire config just to set the values to the default ones. That said, yes, you can copy the default block and change it to “config”, just remember to set the other module options appropriately. @sdetweil has put significant effort into the calendar module and done a great job of fixing all the quirks so expect the default calendar module to be really great in the next MM version! Just be sure to move all your config stuff to config.js so you can upgrade without issues.
    • ankonaskiff17A

      VSCode Question

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      1
      0 Votes
      1 Posts
      240 Views
      ankonaskiff17A
      I’m using VSCode to make changes to css and js. Make a change, save, move on or undo depending on results. I noticed this morning something about “Staged Changes” and Commit on Master. I want to 1) make sure that “master” is the local file when I did git clone abcfile.git and not something that is tied back to file I cloned from. 2) What/Why did this show up today since I have been using for a bit now and the number of staged changes is significantly less than the changes I’ve made AND two of the staged changes are for some package-lock.json files I certainly haven’t even looked at. Only thing I did beteen yesterday & today was to do that update to Pi OS that was flagged in my notifications
    • ankonaskiff17A

      MMM-WeatherChart use of Chartjs

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      7
      1
      0 Votes
      7 Posts
      936 Views
      S
      @ankonaskiff17 see https://forum.magicmirror.builders/topic/6808/css-101-getting-started-with-css-and-understanding-how-css-works?_=1606945574374 the chartjs styles are not exposed as css elements They have attributes on the chart object to do the same
    • ankonaskiff17A

      Weather Module struggles

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      3
      0 Votes
      3 Posts
      492 Views
      S
      @jamaces as i recall, there is a different apikey for 5 day…
    • ankonaskiff17A

      showPeriodUpper

      Watching Ignoring Scheduled Pinned Locked Moved Custom CSS
      1
      0 Votes
      1 Posts
      259 Views
      ankonaskiff17A
      This refers to upper or lower case am/pm? I checked CSS case and it refers to text-transform. I’ve seen this in multiple modules and want to make sure.
    • ankonaskiff17A

      Fault on WeatherForcast default module.

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      1
      1
      0 Votes
      1 Posts
      147 Views
      ankonaskiff17A
      I keep seeing this fault on the developer Tools console. I am using the Openweathermap free tier and it has a limit on the number of calls that can be made per day. I sent Openweathermaps a question regarding the fault and their reply was as follows. "I would recommend you to contact the software developer for details. If the software tries to use the Daily API endpoint, it will not get access, since it is not available for free users. Any ideas on how to clear this error? Or best to ignore until the new default weather module is ready for general usage. Here is screen capture of fault.[image: 1606826893126-error.jpg]
    • ankonaskiff17A

      HTTP vs HTTPS

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests
      2
      0 Votes
      2 Posts
      337 Views
      S
      @ankonaskiff17 the MM code needs to be updated (and every module)
    • ankonaskiff17A

      Custom.css file

      Watching Ignoring Scheduled Pinned Locked Moved Custom CSS
      5
      0 Votes
      5 Posts
      1k Views
      ankonaskiff17A
      I could have phrased that better. It doesn’t say that you need to create the custom.css file from scratch if you use the official manual install.
    • ankonaskiff17A

      Purpose of Depth=1

      Watching Ignoring Scheduled Pinned Locked Moved Development
      2
      0 Votes
      2 Posts
      347 Views
      mumblebajM
      @ankonaskiff17 The --depth=1 means the following. Git shallow clone lets you pull down just the latest commits, not the entire repo history. So if your project has years of history, or history from thousands of commits, you can select a particular depth to pull.
    • ankonaskiff17A

      Default Calendar Module

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      9
      0 Votes
      9 Posts
      2k Views
      ankonaskiff17A
      I don’t understand why but neither the CalendarExt2 or the default calendar will show a Google calendar with JUST holidays. They both accept Google’s http://yadaada.ics link that Google provides in settings. The default MM calendar spits out a message saying no upcoming events. Ext2 is just a void on screen. Additionally the Ext2 calendar, when I use my Google calendar (that works in Ext2) it strips out the holidays some kind of way. Neither Christmas or New Years show yet appointments past those two holidays do show. I need to go read some more on Ext2 calendar.
    • ankonaskiff17A

      Getting Loss of Signal fault on large monitor.

      Watching Ignoring Scheduled Pinned Locked Moved Hardware
      8
      0 Votes
      8 Posts
      771 Views
      ankonaskiff17A
      Turning off screen blanking appears to have resolved that issue.
    • ankonaskiff17A

      Symbolic Link fault Question

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      3
      0 Votes
      3 Posts
      496 Views
      S
      @sdetweil i also wouldn’t copy the node_modules folder, but redo npm install. Or zip the whole thing and unzip on target, instead of copy
    • ankonaskiff17A

      My Look Ahead board

      Watching Ignoring Scheduled Pinned Locked Moved Show your Mirror
      16
      1
      1 Votes
      16 Posts
      5k Views
      G
      @sdetweil can you share what you did? I am also doing a 4k setup and love it, but trying to figure out some font sizes
    • ankonaskiff17A

      How to create border around MMM-iFrame displaying YouTube stream

      Watching Ignoring Scheduled Pinned Locked Moved Custom CSS
      3
      0 Votes
      3 Posts
      625 Views
      S
      @ankonaskiff17 because the author doesn’t give you a specific class tag to modify, you need a css entry for that module that targets the iframe tag in MagicMirror/css/custom.css .modulename iframe { ... } then use the css attributes
    • 1
    • 2
    • 3
    • 4
    • 4 / 4