@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!
Read the statement by Michael Teeuw here.
Posts made by BerkSmash1984
-
RE: MMM-OLYMPIC-MEDALS
-
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!
-
RE: MMM-Carousel Pagination Icons
@BerkSmash1984 Thanks @sdetweil I just shot you a DM in Discord as well.
I am attempting to do what you referenced in your reply but am having an issue IDing what exactly to spell out in my custom.css.
For example, here is what dev mode shows for the circle icons/buttons for page-indicator. The exact icons being used are shown, but it is not clear on where to change them:
The icons I want to use for the 10 pages of my MM in the exact order are:
<i class="fa-regular fa-calendar-days"></i> <i class="fa-solid fa-temperature-half"></i> <i class="fa-solid fa-car"></i> <i class="fa-solid fa-person-running"></i> <i class="fa-solid fa-user-graduate"></i> <i class="fa-regular fa-newspaper"></i> <i class="fa-solid fa-film"></i> <i class="fa-brands fa-space-awesome"></i> <i class="fa-solid fa-compass-drafting"></i> <i class="fa-solid fa-gear"></i>
How do I spell out icons in my custom.css so each page has the corresponding icon from the list above? Thanks for your help!
-
RE: MMM-Carousel Pagination Icons
Does MMM-Carousel replace both MMM-pages and MMM-page-indicator? I currently use both of these and would love to replace the circle touch button icons used with MMM-page-indicator with icons more meaningful to what is actually being displayed on each page/slide.
-
RE: My custom mirror
@greedyvegan very cool! Which module are you using for the word clock?