Read the statement by Michael Teeuw here.
Posts
-
RE: Problems With Weather
@brendan_c23 said in Problems With Weather:
Anybody know how to change celsius to Fahrenheit?
At the top of your config,js file, are your ‘units’ set to imperial?
var config = { address: "0.0.0.0", port: 8080, ipWhitelist: [], // Set [] to allow all IP addresses language: "en", timeFormat: 12, units: "imperial",
-
RE: Introduce yourself!
@PixxelFriend said in Introduce yourself!:
it was time to improve and i switched to MagicMirror²
Well said! :thumbsup:
-
RE: Problems With Weather
I don’t use the default weather modules but I loaded up the weather forecast module and it errors, stating:
Failed to load resource: the server responded with a status of 401 (Unauthorized) weatherforecast.js:261 weatherforecast: Your AppID does not support long term forecasts.
So, it looks like the appKey from open weather is the problem, or, the module is asking for data that is not available to holders of the free api.
Run your mirror by using
npm start dev
and see if that is the error you are getting -
RE: MagicMirror on a 4k TV
@thad said in MagicMirror on a 4k TV:
Is a custom.css file the answer?
It is if you want to increase the size of JUST the text. You’d have to target the font classes in each module and set a css rule for each.
However, there are two ways to increase the size of all the modules, in their entirety, that requires less work.
- zoom at the beginning of your config. Adjust accordingly:
var config = { address: "0.0.0.0", port: 8080, ipWhitelist: [], language: "en", timeFormat: 12, units: "imperial", zoom: 2.2, // adjust this value to your liking modules: [ ...
Or take a look at this page for some key commands that allow you to change the size of the modules on the fly.
https://forum.magicmirror.builders/topic/5619/how-to-find-and-use-key-commands-in-mm-for-absolute-beginners?_=1587086042827Just another option to @sdetweil’s suggestion.
-
RE: Problems With Weather
Correction, the module loads eventually but with only one day of weather, today.
-
RE: Fresh Install
@johnnyboy said in Fresh Install:
@Mykle1 … Have you not made a new Tutorial on the install since last year? You’re Tutorials really helped and covered everything
First, how the hell are you bro? Glad to see you. :-)
No new tutorials. @sdetweil’s installers have made the need for tutorials obsolete. I use his installers myself and I highly recommend them. He is always here to support them in the unlikely event that you have trouble with them. I never have. They work flawlessly for me .
-
RE: Problems With Weather
I’m done for the night, mate. I would suggest you double check your appid at openweather. copy and paste it into your config entry for weatherforecast and make sure it is in quotes.
Perhaps someone else will continue to help you tonight.
Good luck