<?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[Display waste bins in color]]></title><description><![CDATA[<p dir="auto">Hello everyone, I have created a Google waste calendar. Now I wanted to ask how I can do it with the CSS that for example the bio bin is displayed in brown and the residual waste bin in gray and the glass box in blue, for example.</p>
<p dir="auto">Would be nice if you could tell me where I can change that and how …? Thank you</p>
<p dir="auto">German:<br />
Hallo Zusammen, ich habe mir einen Google Abfallkalender erstellt. Nun wollte ich fragen wie ich es hinbekomme mit dem CSS das mir zb die Biotonne in braun angeziegt wird und die Restmülltonne in grau und Glasbox zb in blau.</p>
<p dir="auto">Wäre nett wenn ihr mir mitteilen könnte wo ich das verändern kann und wie…? Danke Euch</p>
]]></description><link>https://forum.magicmirror.builders/topic/14228/display-waste-bins-in-color</link><generator>RSS for Node</generator><lastBuildDate>Wed, 20 May 2026 04:45:25 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/14228.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 13 Dec 2020 10:25:04 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Display waste bins in color on Sun, 03 Jan 2021 14:16:32 GMT]]></title><description><![CDATA[<p dir="auto">Thanks…now it run fine</p>
]]></description><link>https://forum.magicmirror.builders/post/86651</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/86651</guid><dc:creator><![CDATA[kusselin]]></dc:creator><pubDate>Sun, 03 Jan 2021 14:16:32 GMT</pubDate></item><item><title><![CDATA[Reply to Display waste bins in color on Sat, 02 Jan 2021 13:27:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kusselin" aria-label="Profile: kusselin">@<bdi>kusselin</bdi></a> <a href="https://www.rapidtables.com/web/color/brown-color.html" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.rapidtables.com/web/color/brown-color.html</a></p>
]]></description><link>https://forum.magicmirror.builders/post/86579</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/86579</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 02 Jan 2021 13:27:11 GMT</pubDate></item><item><title><![CDATA[Reply to Display waste bins in color on Sat, 02 Jan 2021 09:21:56 GMT]]></title><description><![CDATA[<p dir="auto">Sam, it is possible that you can say me the colour for brown in config.js code…the name brown is not working you can see it at the picture</p>
]]></description><link>https://forum.magicmirror.builders/post/86573</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/86573</guid><dc:creator><![CDATA[kusselin]]></dc:creator><pubDate>Sat, 02 Jan 2021 09:21:56 GMT</pubDate></item><item><title><![CDATA[Reply to Display waste bins in color on Fri, 01 Jan 2021 20:01:48 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> said in <a href="/post/86543">Display waste bins in color</a>:</p>
<blockquote>
<p dir="auto">pm2 start 0</p>
</blockquote>
<p dir="auto">Heeey what should i say!!! Sam and ashistank…YOU ARE THE BEST!!! :-) :-)</p>
<p dir="auto">After a reboot and npm2 start the colours are there!! :-)</p>
<pre><code>pi@raspberrypi:~ $ pm2 start 0
[PM2] Applying action restartProcessId on app [0](ids: 0)
[PM2] [MagicMirror](0) ✓
[PM2] Process successfully started
┌────┬────────────────────┬──────────┬──────┬───────────┬──────────┬──────────┐
│ id │ name               │ mode     │ ↺    │ status    │ cpu      │ memory   │
├────┼────────────────────┼──────────┼──────┼───────────┼──────────┼──────────┤
│ 0  │ MagicMirror        │ fork     │ 1    │ online    │ 0%       │ 2.5mb    │
└────┴────────────────────┴──────────┴──────┴───────────┴──────────┴──────────┘

</code></pre>
<p dir="auto"><img src="/assets/uploads/files/1609531296675-image0.jpeg" alt="image0.jpeg" class=" img-fluid img-markdown" /></p>
<p dir="auto">Thank You very much !!</p>
]]></description><link>https://forum.magicmirror.builders/post/86547</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/86547</guid><dc:creator><![CDATA[kusselin]]></dc:creator><pubDate>Fri, 01 Jan 2021 20:01:48 GMT</pubDate></item><item><title><![CDATA[Reply to Display waste bins in color on Fri, 01 Jan 2021 19:51:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kusselin" aria-label="Profile: kusselin">@<bdi>kusselin</bdi></a> ok, then npm start<br />
or pm2 start 0 if u use pm2</p>
]]></description><link>https://forum.magicmirror.builders/post/86543</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/86543</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 01 Jan 2021 19:51:36 GMT</pubDate></item><item><title><![CDATA[Reply to Display waste bins in color on Fri, 01 Jan 2021 19:50:36 GMT]]></title><description><![CDATA[<p dir="auto">o.k. and this is my version now:</p>
<pre><code>pi@raspberrypi:~ $ cd ~/MagicMirror
pi@raspberrypi:~/MagicMirror $ grep version package.json
        "version": "2.14.0",

</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/86542</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/86542</guid><dc:creator><![CDATA[kusselin]]></dc:creator><pubDate>Fri, 01 Jan 2021 19:50:36 GMT</pubDate></item><item><title><![CDATA[Reply to Display waste bins in color on Fri, 01 Jan 2021 19:49:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kusselin" aria-label="Profile: kusselin">@<bdi>kusselin</bdi></a> ok, wait some more… it will say its done</p>
]]></description><link>https://forum.magicmirror.builders/post/86541</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/86541</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 01 Jan 2021 19:49:59 GMT</pubDate></item><item><title><![CDATA[Reply to Display waste bins in color on Fri, 01 Jan 2021 19:48:25 GMT]]></title><description><![CDATA[<p dir="auto">here my update installation:</p>
<pre><code>pi@raspberrypi:~ $ bash -c  "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)" apply
No LSB modules are available.
doing test run = false
update log will be in /home/pi/MagicMirror/installers/upgrade.log

saving custom.css
upgrading from version 2.13.0 to 2.14.0
fetching latest revisions
From https://github.com/MichMich/MagicMirror
   3dbe8bfb..10dc315f  master     -&gt; origin/master
 * [new tag]           V2.2.1     -&gt; V2.2.1
 * [new tag]           v.2.1.3    -&gt; v.2.1.3
 * [new tag]           v2.0.0     -&gt; v2.0.0
 * [new tag]           v2.0.1     -&gt; v2.0.1
 * [new tag]           v2.0.2     -&gt; v2.0.2
 * [new tag]           v2.0.3     -&gt; v2.0.3
 * [new tag]           v2.0.4     -&gt; v2.0.4
 * [new tag]           v2.0.5     -&gt; v2.0.5
 * [new tag]           v2.1.0     -&gt; v2.1.0
 * [new tag]           v2.1.1     -&gt; v2.1.1
 * [new tag]           v2.1.2     -&gt; v2.1.2
 * [new tag]           v2.10.0    -&gt; v2.10.0
 * [new tag]           v2.10.1    -&gt; v2.10.1
 * [new tag]           v2.11.0    -&gt; v2.11.0
 * [new tag]           v2.12.0    -&gt; v2.12.0
 * [new tag]           v2.14.0    -&gt; v2.14.0
 * [new tag]           v2.2.0     -&gt; v2.2.0
 * [new tag]           v2.2.2     -&gt; v2.2.2
 * [new tag]           v2.3.0     -&gt; v2.3.0
 * [new tag]           v2.3.1     -&gt; v2.3.1
 * [new tag]           v2.4.0     -&gt; v2.4.0
 * [new tag]           v2.4.1     -&gt; v2.4.1
 * [new tag]           v2.5.0     -&gt; v2.5.0
 * [new tag]           v2.6.0     -&gt; v2.6.0
 * [new tag]           v2.7.0     -&gt; v2.7.0
 * [new tag]           v2.7.1     -&gt; v2.7.1
 * [new tag]           v2.8.0     -&gt; v2.8.0
 * [new tag]           v2.9.0     -&gt; v2.9.0
updating MagicMirror runtime, please wait

&gt; core-js@3.7.0 postinstall /home/pi/MagicMirror/node_modules/core-js
&gt; node -e "try{require('./postinstall')}catch(e){}"

Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!

The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:
&gt; https://opencollective.com/core-js
&gt; https://www.patreon.com/zloirock

Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)


&gt; electron@8.5.3 postinstall /home/pi/MagicMirror/node_modules/electron
&gt; node install.js



&gt; magicmirror@2.14.0 install /home/pi/MagicMirror
&gt; echo "Installing vendor files ...
" &amp;&amp; cd vendor &amp;&amp; npm install --loglevel=error

Installing vendor files ...


&gt; @fortawesome/fontawesome-free@5.15.1 postinstall /home/pi/MagicMirror/vendor/node_modules/@fortawesome/fontawesome-free
&gt; node attribution.js

Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)

updated 3 packages and audited 24 packages in 18.623s

1 package is looking for funding
  run `npm fund` for details

found 0 vulnerabilities


&gt; magicmirror@2.14.0 postinstall /home/pi/MagicMirror
&gt; npm run install-fonts &amp;&amp; echo "MagicMirror installation finished successfully!
"


&gt; magicmirror@2.14.0 install-fonts /home/pi/MagicMirror
&gt; echo "Installing fonts ...
" &amp;&amp; cd fonts &amp;&amp; npm install --loglevel=error

Installing fonts ...

audited 1 package in 3.134s
found 0 vulnerabilities

MagicMirror installation finished successfully!

added 55 packages from 85 contributors, removed 261 packages, updated 72 packages and audited 1149 packages in 324.101s

42 packages are looking for funding
  run `npm fund` for details

found 1 low severity vulnerability
  run `npm audit fix` to fix them, or `npm audit` for details
processing dependency changes for active modules with package.json files

processing for module MMM-Carousel please wait
----------------------------------
npm WARN deprecated nodeunit@0.9.5: you are strongly encouraged to use other testing options
npm WARN deprecated coffee-script@1.12.7: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
npm WARN deprecated request@2.79.0: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated hawk@3.1.3: This module moved to @hapi/hawk. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues.
npm WARN deprecated har-validator@2.0.6: this library is no longer supported
npm WARN deprecated hoek@2.16.3: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
npm WARN deprecated cryptiles@2.0.5: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
npm WARN deprecated boom@2.10.1: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
npm WARN deprecated sntp@1.0.9: This module moved to @hapi/sntp. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues.
npm WARN deprecated core-js@2.6.12: core-js@&lt;3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
npm notice created a lockfile as package-lock.json. You should commit this file.
added 522 packages from 374 contributors and audited 522 packages in 150.454s

14 packages are looking for funding
  run `npm fund` for details

found 88 vulnerabilities (45 low, 12 moderate, 30 high, 1 critical)
  run `npm audit fix` to fix them, or `npm audit` for details
processing complete for module MMM-Carousel

processing for module MMM-Remote-Control please wait
----------------------------------
npm notice created a lockfile as package-lock.json. You should commit this file.
added 31 packages from 26 contributors and audited 31 packages in 15.301s
found 0 vulnerabilities

processing complete for module MMM-Remote-Control

processing for module MMM-SoccerLiveScore please wait
----------------------------------
npm notice created a lockfile as package-lock.json. You should commit this file.
up to date in 1.338s
found 0 vulnerabilities

processing complete for module MMM-SoccerLiveScore

processing for module MMM-Formula1 please wait
----------------------------------
npm WARN deprecated coffee-script@1.12.7: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated @types/vfile-message@2.0.0: This is a stub types definition. vfile-message provides its own type definitions, so you do not need this installed.
npm notice created a lockfile as package-lock.json. You should commit this file.
added 646 packages from 393 contributors and audited 646 packages in 176.234s

58 packages are looking for funding
  run `npm fund` for details

found 2 low severity vulnerabilities
  run `npm audit fix` to fix them, or `npm audit` for details
processing complete for module MMM-Formula1

processing for module MMM-ioBroker please wait
----------------------------------
npm WARN deprecated mkdirp@0.5.1: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
npm notice created a lockfile as package-lock.json. You should commit this file.
added 47 packages from 502 contributors and audited 47 packages in 20.087s

3 packages are looking for funding
  run `npm fund` for details

found 1 low severity vulnerability
  run `npm audit fix` to fix them, or `npm audit` for details
processing complete for module MMM-ioBroker

processing for module MMM-Fuel please wait
----------------------------------
npm notice created a lockfile as package-lock.json. You should commit this file.
added 458 packages from 286 contributors and audited 458 packages in 137.315s

84 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities

processing complete for module MMM-Fuel

processing for module MMM-PublicTransportHafas please wait
----------------------------------
npm WARN deprecated hafas-client@2.10.4: Deprecated. Use hafas-client@latest.
npm WARN deprecated vbb-translate-ids@3.1.0: Deprecated. Use vbb-translate-ids@latest.
npm notice created a lockfile as package-lock.json. You should commit this file.
added 33 packages from 23 contributors and audited 33 packages in 18.988s

2 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities

processing complete for module MMM-PublicTransportHafas

processing for module MMM-Tools please wait
----------------------------------
npm notice created a lockfile as package-lock.json. You should commit this file.
added 3 packages from 3 contributors and audited 3 packages in 4.837s

1 package is looking for funding
  run `npm fund` for details

found 0 vulnerabilities

processing complete for module MMM-Tools

processing for module MMM-Traffic please wait
----------------------------------
npm notice created a lockfile as package-lock.json. You should commit this file.
added 2 packages from 7 contributors and audited 2 packages in 5.081s
found 0 vulnerabilities

processing complete for module MMM-Traffic

restoring custom.css

</code></pre>
<p dir="auto">what sy me this? What must i do for them?</p>
<pre><code>found 1 low severity vulnerability
  run `npm audit fix` to fix them, or `npm audit` for details
processing complete for module MMM-ioBroker
</code></pre>
<p dir="auto">Must i make really npm audit fix in the console??</p>
]]></description><link>https://forum.magicmirror.builders/post/86540</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/86540</guid><dc:creator><![CDATA[kusselin]]></dc:creator><pubDate>Fri, 01 Jan 2021 19:48:25 GMT</pubDate></item><item><title><![CDATA[Reply to Display waste bins in color on Fri, 01 Jan 2021 19:23:36 GMT]]></title><description><![CDATA[<p dir="auto">o.k thanks</p>
]]></description><link>https://forum.magicmirror.builders/post/86538</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/86538</guid><dc:creator><![CDATA[kusselin]]></dc:creator><pubDate>Fri, 01 Jan 2021 19:23:36 GMT</pubDate></item><item><title><![CDATA[Reply to Display waste bins in color on Fri, 01 Jan 2021 18:58:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kusselin" aria-label="Profile: kusselin">@<bdi>kusselin</bdi></a> eh? not sure what u said. run my upgrade  script</p>
<p dir="auto">see</p>
<p dir="auto"><a href="https://github.com/sdetweil/MagicMirror_scripts" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/sdetweil/MagicMirror_scripts</a></p>
]]></description><link>https://forum.magicmirror.builders/post/86536</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/86536</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 01 Jan 2021 18:58:08 GMT</pubDate></item><item><title><![CDATA[Reply to Display waste bins in color on Fri, 01 Jan 2021 18:54:23 GMT]]></title><description><![CDATA[<p dir="auto">Ok i see…thanks snd now the update how is standing in the update manual here…right</p>
]]></description><link>https://forum.magicmirror.builders/post/86535</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/86535</guid><dc:creator><![CDATA[kusselin]]></dc:creator><pubDate>Fri, 01 Jan 2021 18:54:23 GMT</pubDate></item><item><title><![CDATA[Reply to Display waste bins in color on Fri, 01 Jan 2021 18:33:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kusselin" aria-label="Profile: kusselin">@<bdi>kusselin</bdi></a> new release available</p>
]]></description><link>https://forum.magicmirror.builders/post/86534</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/86534</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 01 Jan 2021 18:33:48 GMT</pubDate></item><item><title><![CDATA[Reply to Display waste bins in color on Fri, 01 Jan 2021 15:06:48 GMT]]></title><description><![CDATA[<p dir="auto">Thank you</p>
]]></description><link>https://forum.magicmirror.builders/post/86508</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/86508</guid><dc:creator><![CDATA[kusselin]]></dc:creator><pubDate>Fri, 01 Jan 2021 15:06:48 GMT</pubDate></item><item><title><![CDATA[Reply to Display waste bins in color on Fri, 01 Jan 2021 14:33:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kusselin" aria-label="Profile: kusselin">@<bdi>kusselin</bdi></a> details will be here <a href="https://forum.magicmirror.builders/category/17/magicmirror">https://forum.magicmirror.builders/category/17/magicmirror</a></p>
]]></description><link>https://forum.magicmirror.builders/post/86492</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/86492</guid><dc:creator><![CDATA[ashishtank]]></dc:creator><pubDate>Fri, 01 Jan 2021 14:33:49 GMT</pubDate></item><item><title><![CDATA[Reply to Display waste bins in color on Fri, 01 Jan 2021 14:32:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kusselin" aria-label="Profile: kusselin">@<bdi>kusselin</bdi></a> it will be displayed in the banner above when released (version will be 2.14)</p>
]]></description><link>https://forum.magicmirror.builders/post/86491</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/86491</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 01 Jan 2021 14:32:38 GMT</pubDate></item><item><title><![CDATA[Reply to Display waste bins in color on Fri, 01 Jan 2021 14:31:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ashishtank" aria-label="Profile: ashishtank">@<bdi>ashishtank</bdi></a> said in <a href="/post/86482">Display waste bins in color</a>:</p>
<blockquote>
<p dir="auto">once new version of MM is released today, you will get all the latest code and then it should work.</p>
</blockquote>
<p dir="auto">Ahh ok…since achuell is the latest version 2.13.0. i have this version…and today a new verdion is comming…ok i will wait…where can i find the info for new versuon?</p>
]]></description><link>https://forum.magicmirror.builders/post/86489</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/86489</guid><dc:creator><![CDATA[kusselin]]></dc:creator><pubDate>Fri, 01 Jan 2021 14:31:56 GMT</pubDate></item><item><title><![CDATA[Reply to Display waste bins in color on Fri, 01 Jan 2021 14:23:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kusselin" aria-label="Profile: kusselin">@<bdi>kusselin</bdi></a> : once new version of MM is released today, you will get all the latest code and then it should work.</p>
]]></description><link>https://forum.magicmirror.builders/post/86482</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/86482</guid><dc:creator><![CDATA[ashishtank]]></dc:creator><pubDate>Fri, 01 Jan 2021 14:23:31 GMT</pubDate></item><item><title><![CDATA[Reply to Display waste bins in color on Fri, 01 Jan 2021 13:26:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kusselin" aria-label="Profile: kusselin">@<bdi>kusselin</bdi></a> no. it has ALL the fixes to mm since oct.</p>
<p dir="auto">I just used it as a placeholder for the instructions</p>
]]></description><link>https://forum.magicmirror.builders/post/86464</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/86464</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 01 Jan 2021 13:26:23 GMT</pubDate></item><item><title><![CDATA[Reply to Display waste bins in color on Fri, 01 Jan 2021 10:29:31 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>  hi sam, a happy new year.</p>
<p dir="auto">The update you mean is only for the calender module right?<br />
Also i go in the module folder and then in calender and there i make a git pull…right?<br />
Best regards</p>
]]></description><link>https://forum.magicmirror.builders/post/86452</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/86452</guid><dc:creator><![CDATA[kusselin]]></dc:creator><pubDate>Fri, 01 Jan 2021 10:29:31 GMT</pubDate></item><item><title><![CDATA[Reply to Display waste bins in color on Thu, 31 Dec 2020 16:37:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kusselin" aria-label="Profile: kusselin">@<bdi>kusselin</bdi></a> the code says this.config.customEvents</p>
<p dir="auto">so it is outside all the calendars</p>
<pre><code>{
   module: 'calendar':
   position:
   config: { 
      customEvents: 
      calendars : {...}
   } 
}
</code></pre>
<p dir="auto">u can put it in today, and it will be ignored, and then update tomorrow and it will be used</p>
]]></description><link>https://forum.magicmirror.builders/post/86421</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/86421</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 31 Dec 2020 16:37:00 GMT</pubDate></item><item><title><![CDATA[Reply to Display waste bins in color on Thu, 31 Dec 2020 16:31:40 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> said in <a href="/post/86419">Display waste bins in color</a>:</p>
<blockquote>
<p dir="auto">well, not config.js, but in the calendar module,  but u posted the production version and<br />
its in the next release(coming tomorrow)  and in develop branch<br />
So, u can wait and update tomorrow<br />
or update today to the develop branch<br />
see the pinned topic at the top of the troubleshooting section on 365 calendars (second post) for the instructions to get to the develop branch</p>
</blockquote>
<p dir="auto">OK. then the code does not come into the config.js as it wrote ashistank but into the config of the calendar module correctly!</p>
<p dir="auto">OK. ie tomorrow on 01.01.21 there will be a new version … and could you please show me in the calendar module where exactly I have to copy the code?</p>
<pre><code>customEvents: [
	 {
		"keyword": "Grüne Tonne plus",
		"color": "green"
	 },
	 {
		"keyword": "Biomüll",
		"color": "brown"
	 },
	 {
		"keyword": "Restmüll",
		"color": "gray"
	 }
	 {
		"keyword": "Glasbox",
		"color": "blue"
	 }
	]
</code></pre>
<p dir="auto">Many Thanks.</p>
]]></description><link>https://forum.magicmirror.builders/post/86420</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/86420</guid><dc:creator><![CDATA[kusselin]]></dc:creator><pubDate>Thu, 31 Dec 2020 16:31:40 GMT</pubDate></item><item><title><![CDATA[Reply to Display waste bins in color on Thu, 31 Dec 2020 16:12:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kusselin" aria-label="Profile: kusselin">@<bdi>kusselin</bdi></a> said in <a href="/post/86418">Display waste bins in color</a>:</p>
<blockquote>
<p dir="auto">Is this not a css problem, because ashishtank said that the code must be in config.js???</p>
</blockquote>
<p dir="auto">well, not config.js, but in the calendar module,  but u posted the production version and<br />
its in the next release(coming tomorrow)  and in develop branch</p>
<p dir="auto">So, u can wait and update tomorrow<br />
or update today to the develop branch</p>
<p dir="auto">see the pinned topic at the top of the troubleshooting section on 365 calendars (second post) for the instructions to get to the develop branch</p>
]]></description><link>https://forum.magicmirror.builders/post/86419</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/86419</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 31 Dec 2020 16:12:07 GMT</pubDate></item><item><title><![CDATA[Reply to Display waste bins in color on Thu, 31 Dec 2020 15:58:31 GMT]]></title><description><![CDATA[<p dir="auto">anyone here who can help me that the font from the calender can be in colour display…</p>
<p dir="auto">Is this not a css problem, because ashishtank said that the code must be in config.js???</p>
<p dir="auto">About help…thanks</p>
]]></description><link>https://forum.magicmirror.builders/post/86418</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/86418</guid><dc:creator><![CDATA[kusselin]]></dc:creator><pubDate>Thu, 31 Dec 2020 15:58:31 GMT</pubDate></item><item><title><![CDATA[Reply to Display waste bins in color on Wed, 30 Dec 2020 11:48:36 GMT]]></title><description><![CDATA[<p dir="auto">Hi sam, here it is:</p>
<pre><code>pi@raspberrypi:~ $ cd ~/MagicMirror
pi@raspberrypi:~/MagicMirror $ grep version package.json
        "version": "2.13.0",

</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/86376</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/86376</guid><dc:creator><![CDATA[kusselin]]></dc:creator><pubDate>Wed, 30 Dec 2020 11:48:36 GMT</pubDate></item></channel></rss>