@swvalenti Glad you got it working :) Enjoy my friend.
Read the statement by Michael Teeuw here.
Posts
-
RE: Make compliments_plus bold
-
RE: Module to display Brewfather API requests.
@gashion That requires you to know what you want first…this is the api for that:
https://api.brewfather.app/v1/batches/:batch_id/brewtrackerWhere you have to know what your :batch_id is…
Not really sure what you’re after here. There’s a LOT to the API so you have to know what you want first.
-
RE: Any plan to replace "request" and "moment"?
I’m using Brave which is Chrome based without all the tracking and such ;)
-
RE: Make compliments_plus bold
@swvalenti this =>
.compliments_plus .pre-line { font-weight: bold; }You can also change colors under same custom.css like this ->
.compliments_plus .pre-line { font-weight: bold; color: white;OR you can even change color of icon and font at the same time =>
.compliments_plus .pre-line { font-weight: bold; color: white; } .compliments_plus .wi, .compliments_plus .fa { color: yellow; }OR just one at a time =>
.compliments_plus .pre-line { font-weight: bold; color: white; } .compliments_plus .fa { color: yellow; } .compliments_plus .wi, { color: green; }Hope that helps :)
-
RE: Any plan to replace "request" and "moment"?
@mmrize Well we all know how ‘browsers supporting’ all work out LOL
Some do…some don’t.
-
RE: Tell weather, date & time automatically at a specific time.
I’m confused…doesn’t it already do this?
-
RE: Applying CSS to individual cells in a table
@ankonaskiff17 Called boredom LOL
-
RE: Lunartic not working without "request"
@hango go here…until his pull request is complete but this is the fix.
Just delete yours and reinstall this one.
git clone https://github.com/cowboysdude/MMM-Lunartic into the ~/MagicMirror/modules directory.
go to modules/MMM-Lunartic folder and type in npm install