mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 03:39:55 +00:00
5 lines
181 B
JavaScript
5 lines
181 B
JavaScript
const generateWeather = require("./weather_current");
|
|
const generateWeatherForecast = require("./weather_forecast");
|
|
|
|
module.exports = { generateWeather, generateWeatherForecast };
|