That’s what I thought, thanks for the reply!
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-GoogleFit
another quick question… is it possible to have a graph of some sort weeky/monthly of weight?
i think i read on one of the new covid19 threads that this module has a graph function!?thanks again
-
RE: MMM-Spotify
Hi,
im wondering if its possible to allign the spotify module to the right edge of the screen? ive recently added a covid-19 module and the spotify module alligns its self with the longer left edge. also is it possible to increse the padding on the bottom, i just want to space it away from th e covid module.
hopefully the link works and you can see what i mean…
https://drive.google.com/open?id=1_n5ntrUBSJITaOsOVct8U_-VpiiMSaAr
thanks,
Richie -
RE: MMM-GoogleFit
hi,
with the weights in Kgs… is it possible to have it to 1 decimal place?Thank you
-
RE: Raspberry 4 with two 24-inch screens ?
for display 1 - mm.sh
cd /home/pi/MagicMirror DISPLAY=:0 npm start
for display 2 - mm2.sh
cd /home/pi/MagicMirror DISPLAY=:1 npm start
i could be wrong tho…
-
MMM-Pages - Changing pages
ive been trying to change page using recipies. ive butchered the test.js in the recipies folder in AMK2 … ive got this far:
var recipe = { transcriptionHooks: { "HOOKING_TEST": { pattern: "how's traffic", command: "CMD_TRAFFIC" }, "HOOKING_TEST2": { pattern: "test ([a-z 0-9]+)$", command: "INTRODUCTION2" }, }, commands: { "CMD_TRAFFIC": { notificationExec: { notification: "PAGE_CHANGED", payload: 1 }, } } } exports.recipe = recipe // Don't remove this line.
any help is greatly appreciated ! :)
-
RE: MMM-Pages & MMM-Hotword
turns out it was a bug in GoogleMapsTraffic, installed sdetweil version to fix it! :)
-
RE: MMM-GoogleMapsTraffic
so i looked back a couple of pages on the MMM-AssistantMk2 page and found out that the version of GoogleMapsTraffic (vicmora) had a bug in it so ive updated to @sdetweil version and its working fine now thanks for the fix @sdetweil