• 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. jhillairet
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
J
Offline
  • Profile
  • Following 0
  • Followers 0
  • Topics 3
  • Posts 7
  • Groups 0

jhillairet

@jhillairet

0
Reputation
400
Profile views
7
Posts
0
Followers
0
Following
Joined Nov 17, 2016, 8:41 PM
Last Online Sep 2, 2024, 8:14 PM

jhillairet Unfollow Follow

Latest 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
    May 22, 2022, 7:00 PM
  • 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
    May 7, 2022, 5:30 PM
  • RE: Plot data from a local CSV file

    thank you

    posted in Requests
    J
    jhillairet
    Nov 14, 2020, 4:00 PM
  • RE: Plot data from a local CSV file

    Is your work available online?

    posted in Requests
    J
    jhillairet
    Nov 14, 2020, 3:42 PM
  • 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
    Nov 14, 2020, 2:20 PM
  • 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
    Nov 14, 2020, 1:41 PM
  • 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
    Nov 20, 2016, 8:11 PM
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