• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
  1. Home
  2. coernel
  3. Posts
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
C
Offline
  • Profile
  • Following 0
  • Followers 0
  • Topics 2
  • Posts 20
  • Groups 0

Posts

Recent Best Controversial
  • RE: MMM-Fritz-Box-Callmonitor: Notification formatting

    I tried to install it but the MagicMirror stays blank after that. I noticed that you don’t use a pyhton-3 shebang in your Python file. Could this be the cause? I will try later to add that!

    This is my config:

    {
    			module: 'MMM-FRITZ-Box-Callmonitor-py3',
    			position: 'bottom_left',	// This can be any of the regions. Best results in left or right regions.
    			header: "Verpasste Anrufe", // This is optional
    			config: {
    				username: "foo",
    				password: "bar",
    				reloadContactsInterval: 24*60,
    			}
    		},
    
    posted in Troubleshooting
    C
    coernel
    Feb 9, 2023, 10:14 AM
  • RE: MMM-Fritz-Box-Callmonitor: Notification formatting

    @Jan-0 I will have a look tomorrow!

    posted in Troubleshooting
    C
    coernel
    Feb 7, 2023, 9:22 PM
  • RE: MMM-Fritz-Box-Callmonitor: Notification formatting

    @Jan-0 Please publish your fork and I will have a look at the formatting!

    posted in Troubleshooting
    C
    coernel
    Feb 5, 2023, 12:21 PM
  • 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.

    posted in Troubleshooting
    C
    coernel
    Feb 5, 2023, 7:18 AM
  • RE: Default weather module: "hourly" with increments

    @karsten13 said in Default weather module: "hourly" with increments:

    @coernel

    can you open an issue on github for this? Thanks.

    Done! https://github.com/MichMich/MagicMirror/issues/2996

    posted in Requests
    C
    coernel
    Jan 8, 2023, 8:44 AM
  • 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 instance increments = 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!

    posted in Requests
    C
    coernel
    Jan 7, 2023, 2:13 PM
  • 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?

    posted in Utilities
    C
    coernel
    Jan 3, 2023, 6:40 PM
  • 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?

    posted in Troubleshooting
    C
    coernel
    Jan 3, 2023, 6:34 PM
  • 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 add

    defaults: {
    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.

    gas1.JPG

    gas2.JPG

    posted in Utilities
    C
    coernel
    Jan 3, 2023, 6:32 PM
  • 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.

    posted in Troubleshooting
    C
    coernel
    Jan 1, 2023, 10:27 AM
  • 1
  • 2
  • 2 / 2
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy