This is the big initial spike i dont know how to get rid of. Sorry last attachment wouldnt work.
Read the statement by Michael Teeuw here.
Posts
-
RE: covid bell curve line graph tracker
-
RE: covid bell curve line graph tracker
@sdetweil my goal is really to be able to look and see the daily totals for the past few days.
-
RE: covid bell curve line graph tracker
@sdetweil I had it set at a higher number but took that from an example I found on here. What should those be set at? Ty
-
RE: covid bell curve line graph tracker
HI guys, thanks for making this! I am trying to show daily totales, I was trying to make it easy to see the totals for each day. However the graph is starting extremly high, see below. Can someone see what I am doing wrong?
THanks !
```
{ module:"MyCovid19", position:"bottom_center", config:{ states:['Arizona','Michigan','California'], line_colors:['red','white','blue'], chart_type:"cases", chart_title:"COVID Cases Reported Daily", ranges:{min:0,max:000,stepSize:100}, backgroundColor: "transparent", width: 600, height: 500, debug: true, startDate: '06/01/2020' }

-
RE: Which modules with Home Assistant currently work?
@iorifly to dvbit point you could just use fullpageos if you just want to display a Lovelace tab…
Also, I have had homeassistany sensors working recently…if you want to give some more detail of what you’ve done and what the problem is. And share you relevant code I can try to help…
-
Pi 4 won't run
Hi I have a pi 4 2g and I’ve been tryi g for days to get mm installed. I’ve tried both the one line install and manually. No matter what it will load up for about a min after setting pm2 up then black screen. And can never get it back. For reference I’ve installed mm many many times and have had one for well over a year. Is there something I’m missing to do with the 4?
-
Docker Image Behind A Version
Hi, I just installed the docker version on a ubuntu vm. I am going to use it to cast to my tv in the morning with the days status. I have a magic mirror on the wall in my living room already, that one is using a pi and up to date (2.8.0). The docker image is giving me the message at the top of the screen that a magic mirror update is available. Is the docker image not kept up to date? is there a way to upgrade the docker image? I have tried dropping into the docker shell but that npm command always gives me problems about overwriting and the git stash isnt working…any help is much appreciated.
-
Home Info Board
I found this guys info board and I really like it, I was going to make some family members a mirror, but I think this info board would be perfect for a few of them. Unfortunitly he was asking you to email him and didnt post any helpful code:) I really just need to understand how to get the 3 perfect columns? If someone could point me in a good direction I would really appreciate it!!
https://forum.magicmirror.builders/topic/1138/family-info-board
-
iFrame-Reloaded Help
Hi, I am trying to stream a camera over http using the iframe-reloaded module. The video shows up great, the only issue is I cant figure out how to size the box to show the video without the sliding bars.
I have all types of differnet things with width and height using px and %. If someone could help me out, I would appreciate it.
I do use this module to display radar and it works great, it also works great for my camera I just need the size fixed. thanks
{ module: 'MMM-iFrameReload', position: 'top_left', config: { url: ['http://x.x.x.x:5000/video_feed'], width: "380px", height: "100%", refreshInterval: 300 } },
-
MyScoreboard
Hi, is it possible to always display the teams you want? The default is to disappear 3 hours past midnight, I would like it to stay up all the time. Is that possible?
Thanks