lavolp3 / MMM-AVStock

MagicMirror module for displaying stock price with Alphavantage API
MIT License
38 stars 18 forks source link

time of update showing #54

Closed petitemuse closed 11 months ago

petitemuse commented 3 years ago

How can I take away 1) last quote and 2) the minutes that the stock has been updated

thank you

lavolp3 commented 3 years ago

please try the following in your custom.css:

#AVSTOCK #stockchart_head, #AVSTOCK .tagline {
  display: none;
}