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

    Topics

    • msimon360M

      Anyone download iCloud Photos to your Pi?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Entertainment
      2
      0 Votes
      2 Posts
      20 Views
      msimon360M
      So I made a new module for this MMM-iCloudPhotos. That is me and Claude. It downloads any new photos from the iCloud Album you specify and deletes any photos that are no longer in the album. I am using it with MMM-ImagesPhotos but you can specify any directory to put the images in and use any display module.
    • msimon360M

      Default weather ignoring fade false ?

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      4
      0 Votes
      4 Posts
      197 Views
      S
      @msimon360 glad you got it. One other thing, forum related, if you paste stuff with quotes, " or ’ , and its NOT in a code block, the content is considered text like in a word processor, and the quote marks are word processor quotes (slanted, curved) … this is WRONG for javascript… it needs TEXT quote marks. vertical " or ' (If someone copies the non-codeblock content, they will get the curved quotes, see my content in the post above… ) anyone trying to USE that will get errors… SO, please use code block for any config info (it will also save your indentation). (and debug log info) open the message editor, paste the text, with a blank line above and below select the text you just pasted, and click the code block button in the editor ribbon bar, </>
    • msimon360M

      MMM-PWSWeather updated for MM v2.35.0+

      Watching Ignoring Scheduled Pinned Locked Moved Utilities
      2
      1 Votes
      2 Posts
      200 Views
      KristjanESPERANTOK
      We already have one other weather station as a provider in the core. So I think we are open to add another one. You could create a PR to add your provider to the core. So you don’t have to do this hack: cp ~/MagicMirror/modules/MMM-PWSWeather/pws.js \ ~/MagicMirror/defaultmodules/weather/providers/
    • msimon360M

      MMM-BracketEngine even better than MMM-FIFAWorldCup

      Watching Ignoring Scheduled Pinned Locked Moved Sport
      1
      2 Votes
      1 Posts
      743 Views
      msimon360M
      New module MMM-BracketEngine displays a mirrored knockout tournament bracket for any sport. I took the MMM-FIFAWorldCup module and generalized it for any Bracket style Tournament. Providers fetch data from external APIs and normalize it into a common format; the engine renders it with a CSS Grid layout. You can also use a static bracket that you edit so you can display a tournament that has no online data (chess club, little league, etc.) . Providers for FIFA World Cup and Wimbledon are included.
    • msimon360M

      MMM-PWSWeather - A module and Provider for Weather Underground

      Watching Ignoring Scheduled Pinned Locked Moved Utilities
      3
      1 Votes
      3 Posts
      1k Views
      msimon360M
      @KristjanESPERANTO Thanks I edited my post. Also it is now in the 3rd Party Modules page.
    • msimon360M

      FIFA World Cup Bracket on your mirror - LIVE data

      Watching Ignoring Scheduled Pinned Locked Moved Showcase
      2
      2 Votes
      2 Posts
      1k Views
      msimon360M
      I just posted an update on GitHub that adds the Finals and 3rd Place boxes to the grid.
    • msimon360M

      World Cup page

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Requests
      6
      1 Votes
      6 Posts
      2k Views
      msimon360M
      @slosticlai If you want to see the brackets I made a module MMM-BracketEngine that will display any single elimination sport bracket. There is a provider for the FIFA World Cup. Other provider can be added for other tournaments.
    • msimon360M

      New Module MMM-PWSWeather

      Watching Ignoring Scheduled Pinned Locked Moved Showcase module weather new
      8
      0 Votes
      8 Posts
      3k Views
      S
      @msimon360 in linux, environment variables are not inherited by default. you have to use export variable_name=value in the shell script before the launch of MM variable_name=value will not be passed to the next program
    • msimon360M

      MMM-Carousel extra text

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      2
      0 Votes
      2 Posts
      790 Views
      msimon360M
      I found the simple fix. I removed the position option from the Carousel module in the config.js file. Doh! I thought it said required but it said “NOT Required”.
    • msimon360M

      MMM-DailyDilbert no longer works

      Watching Ignoring Scheduled Pinned Locked Moved Entertainment
      1
      0 Votes
      1 Posts
      899 Views
      msimon360M
      Since Scott Adams has moved his comic to a pay wall you can no longer download it. Too bad, I love Dilbert.
    • msimon360M

      MMM-Jast - Loading and no data SOLVED

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      1
      1 Votes
      1 Posts
      750 Views
      msimon360M
      I installed MMM-Jast v2.9.5 on a fresh Install of MagicMirror2 on my Raspberry Pi 5. All I was getting was the word “Loading”. The problem was fixed when I downgraded yahoo-finance2 from 2.14.0 to 2.11.3 as in the Jast package.json. cd ~/MagicMirror/modules/MMM-Jast rm -rf node_modules package-lock.json npm install yahoo-finance2@2.11.3 --save-exact
    • 1 / 1