<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[MMM-Avstock Graph is not displayed]]></title><description><![CDATA[<p dir="auto">Hi,<br />
I cannot get the graph to show on the screen. I tried various config but it didn’t work.<br />
I tried the default config, same issue.<br />
The ticket is showing up but not the graph.<br />
Thank you</p>
]]></description><link>https://forum.magicmirror.builders/topic/20122/mmm-avstock-graph-is-not-displayed</link><generator>RSS for Node</generator><lastBuildDate>Fri, 11 Sep 2026 16:08:06 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/20122.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 23 Feb 2026 18:42:17 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-Avstock Graph is not displayed on Tue, 24 Feb 2026 01:17:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jeanmichelc" aria-label="Profile: JeanMichelC">@<bdi>JeanMichelC</bdi></a> also, please use the code block around config or logs</p>
<p dir="auto">Paste the text into the editor, blank line above and below<br />
Select the text just pasted<br />
Hit the &lt;/&gt; button above the editor</p>
<p dir="auto">I have fixed the prior two</p>
]]></description><link>https://forum.magicmirror.builders/post/130141</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/130141</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 24 Feb 2026 01:17:18 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Avstock Graph is not displayed on Tue, 24 Feb 2026 01:15:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jeanmichelc" aria-label="Profile: JeanMichelC">@<bdi>JeanMichelC</bdi></a> looks like an api error not returning a number,<br />
I’d open an issue on the module page</p>
]]></description><link>https://forum.magicmirror.builders/post/130140</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/130140</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 24 Feb 2026 01:15:38 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Avstock Graph is not displayed on Tue, 24 Feb 2026 01:13:56 GMT]]></title><description><![CDATA[<p dir="auto">Sorry, I sent the wrong code for the config<br />
Here it is</p>
<pre><code>config: {
				timeFormat: "DD-MM HH:mm",
				width: "50%",
				symbols : ["NFLX", "AAPL",],
				alias: ["Netflix",  "Apple"],
				tickerDuration: 20,
				chartDays: 90,
				maxTableRows: 5,
				mode : "table",                  // "table" or "ticker"
				direction: "row",
				showChart: true,
				pureLine: true,
				chartWidth: "50%",
				showVolume: true,
				chartInterval: "daily",          // choose from ["intraday", "daily", "weekly", "monthly"]
				decimals : 2,
				chartType: 'line',                // 'line', 'candlestick', or 'ohlc'
				alternateGridColor: '#223344',
				chartLineColor: '#eee',
				chartLabelColor: '#eee',
				coloredCandles: true,
				showPurchasePrices: true,
				showPerformance2Purchase: true,
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/130139</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/130139</guid><dc:creator><![CDATA[JeanMichelC]]></dc:creator><pubDate>Tue, 24 Feb 2026 01:13:56 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Avstock Graph is not displayed on Tue, 24 Feb 2026 01:14:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a><br />
I found the error<br />
Error:  attribute viewBox: Expected number, “0 0 NaN 400”<br />
updateChart @ MMM-Avstock.js 588</p>
<pre><code>Config
config: {
			currencyStyle: "code", // One of ["code", "symbol", "name"]
			fadeSpeedInSeconds: 3.5,
			lastUpdateFormat: "HH:mm",
			maxChangeAge: 1 * 24 * 60 * 60 * 1000,
			maxWidth: "40%",
			numberDecimalsPercentages: 1,
			numberDecimalsValues: 2,
			displayMode: "table", // One of ["none", "vertical", "horizontal", "table", "default-table"]
			showColors: true,
			showCurrency: true,
			showChangePercent: true,
			showChangeValue: false,
			showChangeValueCurrency: false,
			showHiddenStocks: false,
			showLastUpdate: false,
			showPortfolioValue: false,
			showPortfolioGrowthPercent: false,
			showPortfolioGrowth: false,
			showPortfolioPerformanceValue: false,
			showPortfolioPerformancePercent: false,
			showStockPerformanceValue: false,
			showStockPerformanceValueSum: false,
			showStockPerformancePercent: false,
			stocksPerPage: 20, // Only relevant for display mode "table"
			updateIntervalInSeconds: 300,
			useGrouping: false,
			virtualHorizontalMultiplier: 2,
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/130135</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/130135</guid><dc:creator><![CDATA[JeanMichelC]]></dc:creator><pubDate>Tue, 24 Feb 2026 01:14:33 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Avstock Graph is not displayed on Mon, 23 Feb 2026 19:14:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jeanmichelc" aria-label="Profile: JeanMichelC">@<bdi>JeanMichelC</bdi></a> can you show the module config?</p>
<p dir="auto">Can you also open the developers console , ctrl-shift-i<br />
Select the console tab and put Avs in the filter field to see if there are any browser side errors</p>
]]></description><link>https://forum.magicmirror.builders/post/130134</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/130134</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 23 Feb 2026 19:14:59 GMT</pubDate></item></channel></rss>