@Athlon
Very cool. I like that ! Then it already was worth it.
Yeah, feel free to edit the language part.
Maybe i’ll try to add a language feature.
@Athlon
Very cool. I like that ! Then it already was worth it.
Yeah, feel free to edit the language part.
Maybe i’ll try to add a language feature.
please do not use this thread for a complete other module and problem
I’m going to attempt to create a lite version of this module for Pi users when I get the opportunity. In actuality, I’d like to rebuild the module entirely as there’s a lot of code cleanup I’d like to do. Although Rob S was the original creator of the globe, he assisted me in making heavy changes to the code, and I had to make some additions to make it compatible with the MM framework. Unbelievably, this was actually heavier on processing prior to release. Performance improvements are at the top of my list, as are a few other things.
How is it ongoing with the lite module?
I would love to see your module on my mirror. Sadly nothing else then a RPi3 is possible at the moment.
Hi all,
what are your top3 modules you can’t live without?
Beside the very useful standard calendar and weather forecast module i love this three ones:
Please share your most important modules and strip it down to only 3.
too late. now i feel bad
;)
Already tested it on my Notebook, to see it in real. Very very nice. Thats why i asked.
i like the moving eye! (~30sec)
can i have that as a small module. please ;)
But i only have a Pi3.
Guess its a classical Copy&paste error.
One line above:
Get your free API key here
[https://newsapi.org/)
Wunderground would make no sense here, you are right.
I will give it a try. Looks nice.
great tutorial. Will give it a try later on.
I made the complicated way around it and created a VirtualMaschine with Debian, with a standalone MM installation.
This natively running thing is way better. Thanks
Thanks. I already fixed it at my mirror with
(config was already in 24hours mode)
changeing this line
// time = time.toLocaleString('en-US', { hour: 'numeric',minute:'numeric', hour12: true });
time = time.toLocaleString('de-DE', { hour: 'numeric',minute:'numeric', hour24: true });
which did the job
And for the sunset and sunrise i just changed to
H:mm
Ugly and hardcoded but worked for me. with my low programming skills.
How is the correct way to update the repository via git? I’m kind of new to this stuff.