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

    Posts

    Recent Best Controversial
    • RE: MMM-Globe

      I see in the latest code that it is appending the date & time to avoid caching.

      I’ve added a number of console log messages to the code, and it looks like it’s never refreshing. Can anyone confirm that MMM-Globe really does refresh for them, after the initial page load?

      I’ve temporarily switched my mirror to MMM-iFrameReloaded, which does indeed refresh, but doesn’t scale the image to the size I need.

      posted in Utilities
      FlatPepsiF
      FlatPepsi
    • RE: MMM-Globe picture do not update

      I see in the latest code that it appending the date & time to avoid caching.

      I’ve added a number of console log messages to the code, and it looks like it’s never refreshing. Can anyone confirm that it really does refresh for them?

      I’ve temporarily switched my mirror to MMM-iFrameReloaded, which does indeed refresh, but doesn’t scale the image to the size I need.

      posted in Troubleshooting
      FlatPepsiF
      FlatPepsi
    • RE: MMM-Globe picture do not update

      @sdetweil I just discovered that there are two totally different modules called “MMM-Globe”.

      One does a live, static satellite view of earth. That’s the one I’m using.

      There’s another one that does a rotating polygon globe, and yes, that one is resource intensive. Haven’t played with that one yet.

      posted in Troubleshooting
      FlatPepsiF
      FlatPepsi
    • RE: MMM-Globe picture do not update

      Bump.
      I’m having the same issue. It appears that it never refreshes, or stops after a few hours. Not sure which.

      posted in Troubleshooting
      FlatPepsiF
      FlatPepsi
    • Touch screen to hide modules?

      I have a basic, working magic mirror.
      I’m looking at upgrading my screen to a touch screen, which would basically give a mouse click when touched.

      What’s be best way to have the mouse click trigger modules to appear or disappear?

      My end goal is to have a regular mirror, then on a click switch back & forth to a slideshow mode. I see a few Slideshow modules out there, so that’s easy.

      posted in Troubleshooting
      FlatPepsiF
      FlatPepsi
    • RE: Disappearing module

      Same here - feels like the source web site timing out. My mirror only displays the radar about half the time. I’ve set the refresh interval to something very low (an hour, I think) on the chance I’m being throttled.

      Any updates on this issue?

      posted in Troubleshooting
      FlatPepsiF
      FlatPepsi
    • RE: Can't view MM page from PC after update [Fixed]

      Got it solved, but not sure what exactly fixed it.

      I changed my config lines:

          address: "0.0.0.0",
          ipWhitelist: [],
      

      And then rebooted. Didn’t fix it.
      Rebooted again later, and then it was fixed.
      Very odd - but fixed is fixed!

      posted in Troubleshooting
      FlatPepsiF
      FlatPepsi
    • RE: Can't view MM page from PC after update [Fixed]

      Made that change, and still can’t view the web page remotely.
      Odd, since I was able to before the MM update.

      I can VNC into the mirror, so I know the IP is right, and it’s got a good network connection.

      Anyone have tips on seeing logs on the mirror to start troubleshooting?

      posted in Troubleshooting
      FlatPepsiF
      FlatPepsi
    • Can't view MM page from PC after update [Fixed]

      I used to be able to view my Mirror’s web page from my phone & PC (nice when in the house, but not at the mirror). Yesterday I updated the MM core to the latest, and now the page won’t show remotely. Did something change in the MM core around this?

      My config.js includes:

      port: 8080,
      ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1", "192.168.1.14"
                , "192.168.1.199", "192.168.1.0"],
      
      posted in Troubleshooting
      FlatPepsiF
      FlatPepsi
    • RE: MMM-Globe

      For those seeking North American globe views, I have great news - GEOS-16 (aka GEOS-East) is now publishing live color (yes, COLOR) images!

      See web site here:
      https://www.star.nesdis.noaa.gov/GOES/GOES16_FullDisk.php

      There are a few links for the latest image, depending on the resolution you want. (Watch out -many of the web site’s URLs are date and time specific) I’m using: https://cdn.star.nesdis.noaa.gov/GOES16/ABI/FD/GEOCOLOR/678x678.jpg

      Until a proper GIT update is done on this module, you can edit your setup to get this new image. In the folder:
      /home/pi/MagicMirror/modules/MMM-Globe
      Edit the file: MMM-Globe.js

      Find the lines with ‘centralAmericaDiscNat’: , and put the new URL in there. In my case, I used:

      		'centralAmericaDiscNat': 'https://cdn.star.nesdis.noaa.gov/GOES16/ABI/FD/GEOCOLOR/678x678.jpg'
      

      Do note that the code has 2 sections for different resolutions- you may need to update both.

      Enjoy!

      posted in Utilities
      FlatPepsiF
      FlatPepsi
    • RE: MMM-forecast-io -- Localized up to the minute weather

      @jinjirosan - The temperature bars auto scale based upon the width of the rest of the module. I suspect some other changes you’ve made have caused the module to get wider, so you’re looking at a side effect and not a cause.

      It might also be a screen resolution – the crypto currency module underneath in your screenshot is wide as well. I’m using a crummy small monitor, and have very narrow margins.

      I love that someone else is picking this up and running with this module. Looks good!

      posted in Utilities
      FlatPepsiF
      FlatPepsi
    • RE: MMM-Traffic config

      @ironman_DK Not sure what my problem was, but rebooting once or twice seem to solve it. I’m wondering if there was some installed module that didn’t get initialized or something.

      When in doubt reboot.

      posted in Troubleshooting
      FlatPepsiF
      FlatPepsi
    • RE: MMM-Traffic config

      @ironman_DK Ever find a solution? I’m doing a fresh install, and only seeing “Loading commute…”

      posted in Troubleshooting
      FlatPepsiF
      FlatPepsi
    • UNMET PEER DEPENDENCY on upgrade. Should I worry?

      Just updated to latest MM, and got the following error:

      npm WARN grunt-yamllint@0.2.0 requires a peer of grunt@~0.4.0 but none was installed.
      

      Related error shown earlier in the install process:

      MagicMirror installation successful!
      magicmirror@2.1.1 /home/pi/MagicMirror
      \u251c\u2500\u252c chai@3.5.0
      \u2502 \u251c\u2500\u2500 assertion-error@1.0.2
      \u2502 \u251c\u2500\u252c deep-eql@0.1.3
      \u2502 \u2502 \u2514\u2500\u2500 type-detect@0.1.1
      \u2502 \u2514\u2500\u2500 type-detect@1.0.0
      \u251c\u2500\u252c chai-as-promised@6.0.0
      \u2502 \u2514\u2500\u2500 check-error@1.0.2
      \u251c\u2500\u2500 UNMET PEER DEPENDENCY grunt@1.0.1
      \u251c\u2500\u252c http-auth@3.1.3
      \u2502 \u251c\u2500\u252c apache-crypt@1.2.1
      \u2502 \u2502 \u2514\u2500\u2500 unix-crypt-td-js@1.0.0

      Should I be worried?

      posted in Troubleshooting
      FlatPepsiF
      FlatPepsi
    • RE: Magic Mirror and Kinect

      @dbaler

      Yes! Build notes would be nice- as I understand, they need a special adapter or wiring.

      If you have something cool going, a video might be cool too!

      posted in General Discussion
      FlatPepsiF
      FlatPepsi
    • RE: Time didn't change for DST

      @Mykle1 Yep, I’m an idiot. Wrong time zone.
      Fixed it, and back to normal.

      For the record, the weather apps act strange when you’re running an hour behind reality.

      posted in Hardware
      FlatPepsiF
      FlatPepsi
    • Time didn't change for DST

      Looks like my Pi 3b didn’t adjust for daylight saving time.

      Is there a setting I’m missing?

      posted in Hardware
      FlatPepsiF
      FlatPepsi
    • Precipitation accumulation forecast

      Is there a Weather module or source that shows forecasted Precipitation total accumulation by day?

      Dark Sky has hourly precip intensity- but that’s a different thing.

      I want to know if flurries are coming, or 3" of snow.

      posted in Requests
      FlatPepsiF
      FlatPepsi
    • RE: MMM-forecast-io -- Localized up to the minute weather

      I love the simplicity of MMM-Forecast.io, and yet wanted more from the graph. The default graph seems to be aimed at minutely weather for the near future.

      Earlier in this thread there was a graph example from dmcinnes’s mirror:
      https://github.com/jangellx/MagicMirror#important-installation-note
      Sadly, the code from that mirror’s graph is a totally different approach than the main branch of forecast.io. Stealing code was not an option, so I had to write a bunch from scratch.

      For my own use, I’ve rewritten a lot of the graph- and added in a few goodies, like:
      -Graph now shows 36 hours of forecast
      -Day/night shading in graph
      -Temperature line in graph with labels
      -Precip intensity graph is now blue.
      -Graph has freezing blue line, and hot 80 degree line.
      -Wind speed is an option to turn on/off
      -Sunrise/Sunset is an option to turn on/off
      -Included notes for easy color icons, via “Color-icons.md”

      my new weather graph

      Feel free to play with my branch:
      https://github.com/FlatPepsi17/MMM-forecast-io/tree/FlatPepsi17-GraphUpgrade

      Known limitation: non-Fahrenheit units will probably look funny, as the graph scaling & hot/cold lines are not unit aware.

      posted in Utilities
      FlatPepsiF
      FlatPepsi
    • 1 / 1