@Niggich Awesome! I hope you enjoy the module!
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-DailyJuice
@Niggich Hmm not seeing that on mine. It looks like you are using some custom css for your display? Did you check the dev console to see what it shows for that text? I am sure you can add a custom css entry to the MagicMirror/css/custom.css file to get it corrected on your mirror to match your wider layout.
-
MMM-Strava Module Fork - Running Shoe Milage and Annual Mileage Goal Tracking
Hello fellow MagicMirror and fitness enthusiasts! I have made a fork of the popular MMM-Strava module created by @ianperrin that does the following:
-
Added shoe mileage tracker functionality with the mode: “shoes” config parameter
-
Added annual running goal mileage progress tracker with miles ahead/behind pace with the mode: “goal”, config parameter.


Full details at my Github below:
https://github.com/BerkSmash1984/MMM-Strava/
Let me know what you think!
-
-
MMM-DailyJuice
Do you juice? Do you have a hard time figuring out what juice to make on a given day? No worries, let the Daily Juice MagicMirror module decide for you!
https://github.com/BerkSmash1984/MMM-DailyJuice
This module scrapes a random juice recipe from https://juicerecipes.com and displays it on your MagicMirror. It also includes a clickable link (if using a touch screen) that opens your default browser to show detailed ingredient information, nutrition facts, reviews and how to make the juice being displayed.



Now go get your juice on and reap the benefits!
If you have any suggestions for improvements or features, let me know!
-
RE: MMM-MovieListings
I did the update using @sdetweil upgrade script
-
RE: MMM-MovieListings
@mumblebaj
Just hesitant that the update will break other modules my MM is using. Sounds like Node updates could be more hassle than they are worth if your MM is functioning, minus a model or 2 ;)What is the safest way to update Node to 20.9.0? Node Version Manager?
-
RE: MMM-MovieListings
@sdetweil said in MMM-MovieListings:
Here is what mine shows:
Do you think it is worth updating to Node 22.9.0? What is the safest way to do so?
-
RE: MMM-MovieListings
@BerkSmash1984 updated to latest MM version via @sdetweil upgrade script but looks like it did not touch the Node version. All modules function post update with the exception of the of the MMM-MovieListings module.
Also, it states a Node update is not necessary:

-
RE: MMM-MovieListings
@mumblebaj
I am assuming @sdetweil’s MM update script will also update node? I am happy to give that a go if so. I can easily make a backup for my MM to my local machine just in case. -
RE: MMM-MovieListings
@mumblebaj I am on v2.25.0, not the latest, but the one before the latest, I think.
All other modules are working great.
I can update to the latest, just don’t want any modules to break. I have 10 unique pages showing multiple modules
-
RE: MMM-MovieListings
@mumblebaj Thanks for the response and sorry for the delay on my side.
I am in fact using the latest version:

-
RE: MMM-MovieListings
@mumblebaj Thanks for creating this fork! I cannot seem to get the module to work, however. Here is what I am seeing in the dev console:


Here is my config:

Any ideas? I am using the API Read Access Token instead of the API Key from TMBD, as required per your GitHub.
-
RE: MMM-OLYMPIC-MEDALS
@taylornoss Very cool! Just added it to my MM with the 2024 Summer config. Will report on any issues once the games kick off! Thanks for creating this!
-
RE: MMM-OpenWeatherMapForecast Not Working With New OneCall API 3.0 Subscription
shoot, I fixed it… I had accidently downloaded a different module, MMM-OpenWeatherMapForecast instead of MMM-OpenWeatherForecast .
Once I removed the wrong module and installed the correct one, and updated the node helper with “https://api.openweathermap.org/data/3.0/onecall”
it worked. Thanks for your help!
-
MMM-OpenWeatherMapForecast Not Working With New OneCall API 3.0 Subscription
Hello all. I have subscribed to the Open Weather One Call API 3.0 base plan, generated a new API ke, installed the latest version of MMM-OpenWeatherMapForecast on my MM and updated the config with the new key, but now, the module is not loading. In the dev console, I see the following errors

On the OpenWeather website, I do not see any API call usage.
In the js file for the module, I do see the update 3.0 API endpoint, so not sure why it is giving the 404 not found error.
Also interesting, I can browse to the endpoint URL manually with same latitude and longitude specified in my config, as well as new API key, and it works:

Any ideas? Thanks for your help!
-
RE: MMM-Carousel Pagination Icons
@sdetweil Yup!
That is correct, I have 10 unique pages on my MM display. Happy to share more info of my config if anyone needs it.
I did share a lot of info on my display (some small things have changed since then) in my post below:
https://forum.magicmirror.builders/topic/18513/my-magic-mirror-desk-display?_=1721136289198
-
RE: MMM-Carousel Pagination Icons
Just to show what the final edits look like in my custom.css and how that looks on my mirror, for the good of the group:

The content entries are the unicodes for the respective icons found on Font Awesome’s website (https://fontawesome.com).
For example, F073 in the first entry (for nth-child(1)) is for a calendar-days Font Awesome icon:

You can see this icon, and all others used on my MagicMirror display to change pages, in the red box of the screenshot below:

Thank you @sdetweil for your help, as always!
I hope this helps others looking to accomplish the same thing!
