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

    Posts

    Recent Best Controversial
    • RE: My first MagicMirror

      @sdetweil After doing more reading, I found the modified .js file on GitHub. Replace original ~/MagicMirror/modules/calendar_monthly/calendar_monthly.js with this one (not mine) and edit ~/MagicMirror/config/config.js to load the module as follows:

      {
           disabled: false,
           module: 'calendar_monthly',
           position: "top_left",
           config: {
                  showHeader: true,
                  // cssStyle: "",
                  monthOffset: 0,
           }
      },
      

      That will show the current month. If you want the previous month, then add the module again before the current month and change monthOffset to -1. For the next month, add the module again after the current month and change monthOffset to 1.

      If you want current month plus the next two months, then add the module three times with monthOffset set to 0, 1, and 2.

      posted in Show your Mirror
      S
      sonicgoose
    • RE: Screen rotation and resizing

      @Thgj0842 I did this just yesterday with a new install of Raspbian and MagicMirror. I put

      display_rotate=3
      

      at the very end of /boot/config.txt after rotating my monitor 90º counter-clockwise. You may need to try

      display_rotate=1
      

      if you’ve rotated 90º clockwise.

      That’s all I had to do.

      posted in Troubleshooting
      S
      sonicgoose
    • RE: My first MagicMirror

      @sdetweil As the actual README.md doesn’t list a configuration option to change in config.js, I was hoping for more specific direction on how to do this. The css has styles for previous and next month, but nowhere can I find where I would activate that option.

      posted in Show your Mirror
      S
      sonicgoose
    • RE: My first MagicMirror

      @MadsChaves How did you tweek the calendar_monthly module? I’ve been racking my brain looking at the js and I’m too much of a newbie to even know where to start!

      posted in Show your Mirror
      S
      sonicgoose
    • RE: MMM-AVStock not returning prices

      @sonicgoose A complete system reboot seems to have fixed whatever issue existed.

      posted in Troubleshooting
      S
      sonicgoose
    • RE: MMM-AVStock not returning prices

      @sdetweil I always forget about that developer window. Anyway: 5 errors, all from a different module that is actually working just fine. No errors from MMM-AVStocks.

      posted in Troubleshooting
      S
      sonicgoose
    • MMM-AVStock not returning prices

      I’m running MM 2.9.0 in Docker on a Mac (OS 10.11.6) and most modules work really well, but MMM-AVStock isn’t in that list. My config:

                      {
                              disbaled: false,
                              module: "MMM-AVStock",
                              position: "bottom_center",
                              config: {
                                      apiKey: "XXXXXXXXXXXXXXXXXXXXXXXX",
                                      symbols: ["AAPL", "GOOGL"],
                                      alias: ["APPLE","GOOGLE"],
                                      tickerDuration: 300,
                                      chartDays: 90,
                                      mode: "table", //"table", "ticker", "series"
                                      decimals: 4,
                              },
                      },
      

      and the result is just an empty table:
      0_1572620335122_Screen Shot 2019-11-01 at 10.58.12 AM.png

      Any ideas where I might be going wrong?

      posted in Troubleshooting
      S
      sonicgoose
    • RE: In case anyone missed this . . .

      And it only comes in black…?

      posted in General Discussion
      S
      sonicgoose
    • RE: Issue when I start the mirror

      @sdetweil @Vit73520 Do the same for MMM-Hotword if you’re using it, with the snowboy node module.

      posted in Troubleshooting
      S
      sonicgoose
    • RE: Default calendar and fading

      @vinp Ugh. You know how sometimes you can’t see the forest for the trees? This is one of those times. Thanks for pointing out the obvious—I completely missed that.

      posted in Troubleshooting
      S
      sonicgoose
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 6 / 9