@qu1que said in MMM-Lunartic:
Thanks! but I didn’t do it just now. I did it a few weeks ago,
I thank you! Would you like to test it? Do a git pull in the MMM-Lunartic directory.
@qu1que said in MMM-Lunartic:
Thanks! but I didn’t do it just now. I did it a few weeks ago,
I thank you! Would you like to test it? Do a git pull in the MMM-Lunartic directory.
@qu1que said in MMM-Lunartic:
I’ve made a translation for Lunartic module to galician language too. How can I make to submit it to you?
That’s fantastic!
If you know how to submit a pull request with the translation file you can do it that way. You will added as a contributor to the module on the github repo.
Or
You can edit the RIGHT side of this file and post it here
{
"Distance from Earth's core = ": "Distància desde la Terra: ",
"Distance from sun = ": "Distància desde el Sol: ",
"The next full moon is ": "Pròxima Lluna plena ",
"The next new moon is ": "Pòxima Lluna nova: ",
"The current moon is ": "La fase actual porta ",
"The moon is ": "Aquesta Lluna està ",
"% illuminated": "% il.luminada",
" days old": " dies transcorreguts",
"New Moon Phase": "Lluna Nova",
"Waxing Crescent Moon": "Lluna Creixent",
"First Quarter Half Moon": "Primer quart de mitja Lluna",
"Waxing Gibbous Moon": "Lluna creixent Gibosa",
"Full Moon": "Lluna Plena",
"Waning Gibbous Moon": "Lluna Gibosa menguant",
"Third Quarter Half Moon": "Tercer quart de mitja Lluna",
"Waning Crescent Moon": "Lluna creixent menguant",
"When the Moon hits your eye . . .": "Quan la Lluna il.lumina els teus ulls . . ."
}
Good luck mate. Let me know how you make out
Well, if you’re willing to retire it then you might not mind wiping it clean and installing ubuntu on it, Then install MM. Just a thought.
EDIT:
In other words, JUST ubuntu as your os
@blake_north
What OS are you running on that laptop? I’ve gotten single core laptops to run MM under ubuntu.
For what it’s worth:
https://forum.magicmirror.builders/topic/6994/mm-and-ubuntu-made-for-each-other
Understood, but as I said in a previous post, this is an iframe module, and as such cannot be modified conventionally. There are no elements to target for css manipulation.
Some other very useful key commands for MagicMirror
It’s hard to know what’s going on there by your descriptions. However, when you were getting the error “the file is missing and i need to create one” your MM was working EXCEPT for the config.js needing to be created. In your config folder, there should be a file named config.js.sample. This file should not be edited. You have to copy this file and paste it in the same folder, renaming it to config.js. You now should have config.js.sample file and the config.js file in the same folder (the config folder of MagicMirror). Unless you’ve made some other changes this will allow the mirror to run.
Post your config entry for that module using a code block so others can have a look at it for you