MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. jhillairet
    3. Posts
    MagicMirror² v2.20.0 is available! For more information about this release, check out this topic.
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 7
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by jhillairet

    • RE: Incompatible modules using chart.js

      I repost my message since it appears it never been posted…

      @sdetweil thank you for your help! Unfortunately, no issue are produced, so I don’t know how to progress on that.

      posted in Troubleshooting
      J
      jhillairet
    • Incompatible modules using chart.js

      Dear all,

      I’d like to use two different modules, namely MMM-WeatherChart and the no more maintained MMM-Chart.

      If my config defines these two modules such like:

                        {
      			"module": "MMM-WeatherChart",
      			"position": "top_center",
      			"config": {
                                     ...
      			}
      		},
      		 {
      		 	module: 'MMM-Chart',
      		 	position: 'bottom_center',
      		 	header: 'Production Solaire',
      		 	config: {
                                       ...
                            },
                        },
      

      then only the second one (MMM-Chart) is visible (at the bottom):
      7dd01d7d-5e18-4d04-a104-ffe5a90ccd7a-image.png

      • If I switch the order of the first and the second modules in the config file, then the WeatherChart would be visible instead (at the top of the screen):

      f8e7a94c-1fce-4b91-8d94-f55ef60ce610-image.png

      • If I comment one of these two modules in the config file, then the uncommented module gets visible.

      So it seems only the last module defined in the config file is visible.

      Is there a known incompatibility issue for 2 modules that are using chart.js (as both are)? If not, what could be the reason for this behaviour?

      Any help would be appreciated,

      Best regards,

      posted in Troubleshooting
      J
      jhillairet
    • RE: Plot data from a local CSV file

      thank you

      posted in Requests
      J
      jhillairet
    • RE: Plot data from a local CSV file

      Is your work available online?

      posted in Requests
      J
      jhillairet
    • RE: Plot data from a local CSV file

      Thank you. However, most (all?) appear not being developed any more (or only support bar graph), unless I’m missing something?.

      posted in Requests
      J
      jhillairet
    • Plot data from a local CSV file

      Dear all,

      I’m storing locally on my raspberry some data fetched from other sources every minutes, and I would like to plot them dynamically on a magic mirror module. These data are like:

      date1 time1 values1
      date2 time2 values2
      date3 time3 values3
      

      While I’m OK in Python, I know nothing to Javascript. So I can format the .csv file to something else if needed, but I don’t know what module I can use to do the job.

      Is anyone could indicate me how I could do that ? Many thanks in advance

      Best regards,

      posted in Requests
      J
      jhillairet
    • Tips for a module showing graphs from HTML scraping

      Dear all,

      I would like to develop a module which would display graphs created from webpage scraping. I’m totally able to code such a thing in Python, but I have no clue with Javascript (yet, but I’m willing to learn). So I wonder which solution would be the best to your opinion :
      i) a all javascript module
      ii) some javascript which would launch a Python script behind the hood (possible?)
      or something else?

      Please let me know any advise or comment which could help me on how and where to begin.

      Thanks in advance,

      posted in Development
      J
      jhillairet
    • 1 / 1