Thank you. This post has been very helpful.
Best wishes.
Read the statement by Michael Teeuw here.
Posts made by foggy
-
RE: Frameless Magic Mirror
-
Calendar error message.
I have been doing come work on my config.js file. All appears to work but occasionaly I get the followinga partially blank screen with the following message: i have the following message in magic mirror. “error in the calendar module. check the logs for more details. where can I find this log?” I can’t seem to find the logs. I have magic mirror installed on my proxmox server and it was installed using : bash -c “$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/magicmirror.sh)”
Can any one help me locate the logs.
Best wishes. -
RE: newsfeed
Thank you all for your comments. Not sure what I did but the BBC is now working. Please close.
Best wishes.
-
RE: newsfeed
Thank you for your response.
When I run the program all I see is the news for NYT and not BBC.
I am not really sure where to look for the files. Just in case it make a difference, I download MagicMirror using https://tteck.github.io/Proxmox/#magicmirror-server-lxc
As I am using Proxmox.Best wishes.
-
newsfeed
I am trying to run newsfeed.
my config file looks like this.{ module: "newsfeed", position: "bottom_bar", animateIn: "slideInLeft", animateOut: "slideOutRight", config: { feeds: [ { title: "New York Times", // url: "https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml" url: "https://feeds.bbci.co.uk/news/world/rss.xml", }, ], showSourceTitle: true, showPublishDate: true, broadcastNewsFeeds: true, broadcastNewsUpdates: true } }, ] }; /*************** DO NOT EDIT THE LINE BELOW ***************/ if (typeof module !== "undefined") {module.exports = config;}
However I just get no news at the moment. Can someone look to see if I have made an error?
Best wishes.
-
RE: Currency Exchange Rates?
@yawns The one on the penultimate line.
modules: [
{
module: ‘MMM-CurrencyExchange’,
position: ‘top_right’,
config: {
base: ‘EUR’,
symbols: [‘GBP’, ‘USD’]
},
} -
RE: Currency Exchange Rates?
@yawns Super job. Thank you. Works well.
Is it possible to define which currency is displayed first?Just in case another newbie comes along. the last (,) comma is in the wrong place and should be moved to the end.
Best wishes.
-
RE: Currency Exchange Rates?
Thank you for responding.
I am away on business. Back on Friday and I will then comment.
Best wishes.