@Jan-0 Please publish your fork and I will have a look at the formatting!
Read the statement by Michael Teeuw here.
Posts made by coernel
-
RE: MMM-Fritz-Box-Callmonitor: Notification formatting
-
RE: MMM-Fritz-Box-Callmonitor: Notification formatting
@Jan-0 Can you please fork the updated module? I also tried to make it run under Python3 but failed.
I will then install and have a look at the formatting - though I am no expert either I will give my best.
-
RE: Default weather module: "hourly" with increments
@karsten13 said in Default weather module: "hourly" with increments:
can you open an issue on github for this? Thanks.
-
Default weather module: "hourly" with increments
It would be very great if the default weather module would be able to show the
hourly
weather with for instanceincrements = 2
resulting in:- 12:00
- 14:00
- 16:00
increments = 3
resulting in:- 12:00
- 15:00
- 18:00
and so on…
as on smaller screens hourly clutters the screen very much.I’d be very happy about this option!
-
RE: MMM-Gas-storage-EU
@sdetweil as I am really still a noob would you be so friendly to give me the exact line of code? If I do it it will take either a minute if my first guess is right or even half an hour.
The main problem is that I do not know, when Gas Infrastructure Europe updates the values. Are they live? Set at midnight or maybe at six in the morning? I will try to find that out. So for now a 2 hour update interval will be a good compromise.
So defining
reloadInterval
is enough to trigger a reload? -
RE: MMM-FRITZ-Box-Callmonitor
@sdetweil Hey thanks, that is exactly what I understood. And that arises the question: With an older version of python isn’t there the danger of other modules being broken? So would there be the possibility to force an older python version for the specific module only?
-
MMM-Gas-storage-EU
I just programmed my first JavaScript program ever. It is no big thing but it works (thanks to ChatGPT)…
So the module shows a battery icon and the amount of stored gas for a specified EU country (according to country codes such as
DE
,IT
,FR
etc.
The size of the font and battery change according to the amount. The lesser gas, the bigger the icon (as it is more important now).
For now I am still testing if the module updates as wished. Is it enough to adddefaults: { reloadInterval: 1000 * 60 * 60 * 2, // all 2 hours - really should be enough once a day but who knows when this time will be? },
??? or is there more to do?
I will think about my module a bit longer if there are other things to consider.Do you have any specific wished I could implement?
I will publish a beta soon. -
RE: MMM-FRITZ-Box-Callmonitor
I have the same problem. What do you mean by “I uninstalled Python?” So if I uninstall Python many other things won’t work.