• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
  1. Home
  2. foggy
  3. Posts
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
F
Offline
  • Profile
  • Following 0
  • Followers 0
  • Topics 2
  • Posts 10
  • Groups 0

Posts

Recent Best Controversial
  • RE: Magic TV Box A Custom Setup Using MagicMirror

    @jerryy622

    Yes. Please give more information.

    Best wishes.

    posted in Showcase
    F
    foggy
    Apr 13, 2025, 6:38 AM
  • RE: Frameless Magic Mirror

    @jeeves1275

    Thank you. This post has been very helpful.
    Best wishes.

    posted in Show your Mirror
    F
    foggy
    Nov 17, 2024, 7:52 AM
  • 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.

    posted in Troubleshooting
    F
    foggy
    Sep 3, 2024, 3:24 PM
  • RE: newsfeed

    Thank you all for your comments. Not sure what I did but the BBC is now working. Please close.

    Best wishes.

    posted in Troubleshooting
    F
    foggy
    Aug 26, 2024, 11:43 AM
  • 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.

    posted in Troubleshooting
    F
    foggy
    Aug 24, 2024, 9:33 AM
  • 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.

    posted in Troubleshooting
    F
    foggy
    Aug 23, 2024, 8:30 AM
  • RE: Currency Exchange Rates?

    @yawns The one on the penultimate line.
    modules: [
    {
    module: ‘MMM-CurrencyExchange’,
    position: ‘top_right’,
    config: {
    base: ‘EUR’,
    symbols: [‘GBP’, ‘USD’]
    },
    }

    posted in Requests
    F
    foggy
    Dec 3, 2016, 7:40 PM
  • 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.

    posted in Requests
    F
    foggy
    Dec 3, 2016, 7:26 PM
  • RE: Currency Exchange Rates?

    @yawns

    Thank you for responding.

    I am away on business. Back on Friday and I will then comment.

    Best wishes.

    posted in Requests
    F
    foggy
    Nov 30, 2016, 5:51 PM
  • RE: Currency Exchange Rates?

    I would love to have this functionality as well.

    posted in Requests
    F
    foggy
    Nov 27, 2016, 12:31 AM
  • 1 / 1
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy