@sdetweil Successfully replaced Darksky with Piratesky.
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-NOAA3 - Revived
-
MMM-NOAA3 - Revived
Hi all,
I have been using MMM-NOAA3 by @cowboysdude for a few years now. I like the display of it and did not want to go for a different module to replace it. Recently it stopped working and has for a while been throwing lots of errors.
I have forked the module and have started updating it and trying to bring it back to life. I have managed to update a few things.
- Removed
requestand replaced with internalfetch - Updated
MMM-NOAA3.jsto cater for the new response structures.
Supported Providers:
- weatherbit
- piratesky
- accuweather
- openweather
- msn
I have not had a chance yet to look at the other providers and am not sure if anybody would like them included. Honestly I do not want to create accounts for all of them just to update the provider list but can if I have to. However, I do believe that
darkskyhas been taken over by Apple and it may not work so, I may be removing that from the list of providers.However, I am happy to say that the module now works fine for
weatherbitandopenweatherand no longer is throwing any errors.I will be pushing a PR to @cowboysdude when I am done making all the changes with the other providers.
For now, if anybody is interested in using it for either
openweatherorweatherbityou can use my fork for now.Can be found below:
MMM-NOAA3 - Removed
-
RE: MMM-Growatt
@nowayto Yes, you can add your own dimensions in the
~/MagicMirror/css/custom.css.I have noticed an error in the module css. I have corrected it. Please do a
git pullbefore attempting the below changes.You could set it as follows:
.growatt-table { font-weight: bold; color: orangered; font-size: 0.5rem; } -
RE: MMM-Growatt
@nowayto Hi. I will fix the README when I get some time. Unfortunately you cannot add exportedPower as that is not defined in the module when it gets the text and icons etc.
-
RE: MMM-Growatt
@nowayto yes, do
rm -rf MMM-Growattin the~/MagicMorror/modulesfolder to remove the other module. Then just git clone my one and configure accordingly in the config.js. -
RE: MMM-Growatt
@nowayto Changes made. Please review the Github README for details of how to implement.
Don’t forget to like and or Star the module on Github.
-
RE: MMM-Growatt
@nowayto Those features are not there. Will need to see if I can include it. A little late this side now and I have an early morning. Will look at it afterward.
-
RE: MMM-Growatt
@nowayto I have managed to create a table view which should give a view as can be seen in the picture below. I am still busy testing this on my dev branch.

-
RE: MMM-Growatt
@nowayto No bother. If you raise a request on my Github page I will look at creating a minimalistic version when i have a bit of time.
-
RE: MMM-Growatt
@nowayto Hi. As it stands it is probably not possible. Am I right that you are looking for a scaled down version? There is another MMM-Growatt module out there that does that. You can check it out. I can build a smaller version that would give a similar tabular view but will take some time.
-
RE: MMM-BibleVerseClock
@Tydyrium Nice. Can you add some pictures to the module?
-
RE: How Can I Display Live Qibla Direction on My MagicMirror Without Lag?
@sdetweil How do you get the coordinates if the Pi does not have location services for Google Maps to determine your location? It will give it if you tell it where you are.
-
RE: How Can I Display Live Qibla Direction on My MagicMirror Without Lag?
@Munya-Pualani Without location services this would be near impossible. You can get a GPS module and add that onto the PI and maybe integrate that. As the Raspberry Pi does not have built-in location services you will not be able to auto determine the position of the mirror. If you change the location of the mirror, you will have to manually update the module with the new facing direction. You can possibly use your location, lat and lon but that would not 100% determine direction either. Using the Embedded URL module will not work either as the page relies on location services running.
The only way I can see is to get a GPS module and add that onto the PI.
-
RE: Default clock module accuracy?
@plainbroke Out of interest and to see if you get the same issue, can you try my MMM-SweepClock and see if it has the same issue? Just want to see if it may be the module that is loosing time?
-
RE: MMM-RUGBY
@manu85340 It seems like apiSport has made some changes to their API plan.
{ "get": "standings", "parameters": { "league": "16", "season": "2024" }, "errors": { "plan": "Free plans do not have access to this season, try from 2021 to 2023." }, "results": 0, "paging": { "current": 1, "total": 1 }, "response": [] }Unfortunately nothing I can do about that unless you want to upgrade to the paid plan?
-
RE: MMM-RUGBY
@manu85340 Hi. Mine is working. Can you check for any errors and advise?
-
RE: MMM-Rugby
@manu85340 Hi. Not normal behavior. Please check if you have any errors in the logs, either PM2 or the terminal if you started the mirror with npm.
-
RE: Stop and Start MM on a schedule
@DarrenO-0 I would suggest having a look at the following post I created. I use it to turn my monitor on and off at scheduled times. Not restarting the Pi though.
-
RE: scaling gone wonky
@cyclonej Seems like a default screen resolution issue for me as some of the other modules are overlapping as well and they look unusually big. Suggest you try a different resolution setting and see if that resolves?